Documentation
¶
Index ¶
- Variables
- type FieldOptionsWorkato
- func (*FieldOptionsWorkato) Descriptor() ([]byte, []int)deprecated
- func (x *FieldOptionsWorkato) GetDynamicPicklist() string
- func (x *FieldOptionsWorkato) GetExcluded() booldeprecated
- func (x *FieldOptionsWorkato) GetImportant() bool
- func (x *FieldOptionsWorkato) GetPicklist() string
- func (*FieldOptionsWorkato) ProtoMessage()
- func (x *FieldOptionsWorkato) ProtoReflect() protoreflect.Message
- func (x *FieldOptionsWorkato) Reset()
- func (x *FieldOptionsWorkato) String() string
- type MethodOptionsWorkato
- func (*MethodOptionsWorkato) Descriptor() ([]byte, []int)deprecated
- func (x *MethodOptionsWorkato) GetActionGroupName() string
- func (x *MethodOptionsWorkato) GetExcluded() booldeprecated
- func (x *MethodOptionsWorkato) GetPicklist() *PicklistOptions
- func (x *MethodOptionsWorkato) GetTrigger() bool
- func (*MethodOptionsWorkato) ProtoMessage()
- func (x *MethodOptionsWorkato) ProtoReflect() protoreflect.Message
- func (x *MethodOptionsWorkato) Reset()
- func (x *MethodOptionsWorkato) String() string
- type PicklistOptions
- func (*PicklistOptions) Descriptor() ([]byte, []int)deprecated
- func (x *PicklistOptions) GetLabel() string
- func (x *PicklistOptions) GetValue() string
- func (*PicklistOptions) ProtoMessage()
- func (x *PicklistOptions) ProtoReflect() protoreflect.Message
- func (x *PicklistOptions) Reset()
- func (x *PicklistOptions) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // See `FieldOptionsWorkato`. // // optional s12.protobuf.workato.FieldOptionsWorkato field = 50009; E_Field = &file_s12_protobuf_workato_annotations_proto_extTypes[1] )
Extension fields to descriptorpb.FieldOptions.
View Source
var ( // See `MethodOptionsWorkato`. // // optional s12.protobuf.workato.MethodOptionsWorkato method = 50009; E_Method = &file_s12_protobuf_workato_annotations_proto_extTypes[0] )
Extension fields to descriptorpb.MethodOptions.
View Source
var File_s12_protobuf_workato_annotations_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FieldOptionsWorkato ¶
type FieldOptionsWorkato struct { DynamicPicklist string `protobuf:"bytes,1,opt,name=dynamic_picklist,json=dynamicPicklist,proto3" json:"dynamic_picklist,omitempty"` // @deprecated use google.api.field_visibility instead // // Deprecated: Marked as deprecated in s12/protobuf/workato/annotations.proto. Excluded bool `protobuf:"varint,2,opt,name=excluded,proto3" json:"excluded,omitempty"` Picklist string `protobuf:"bytes,3,opt,name=picklist,proto3" json:"picklist,omitempty"` // marks a field `sticky` Important bool `protobuf:"varint,4,opt,name=important,proto3" json:"important,omitempty"` // contains filtered or unexported fields }
FieldOptionsWorkato
func (*FieldOptionsWorkato) Descriptor
deprecated
func (*FieldOptionsWorkato) Descriptor() ([]byte, []int)
Deprecated: Use FieldOptionsWorkato.ProtoReflect.Descriptor instead.
func (*FieldOptionsWorkato) GetDynamicPicklist ¶
func (x *FieldOptionsWorkato) GetDynamicPicklist() string
func (*FieldOptionsWorkato) GetExcluded
deprecated
func (x *FieldOptionsWorkato) GetExcluded() bool
Deprecated: Marked as deprecated in s12/protobuf/workato/annotations.proto.
func (*FieldOptionsWorkato) GetImportant ¶
func (x *FieldOptionsWorkato) GetImportant() bool
func (*FieldOptionsWorkato) GetPicklist ¶
func (x *FieldOptionsWorkato) GetPicklist() string
func (*FieldOptionsWorkato) ProtoMessage ¶
func (*FieldOptionsWorkato) ProtoMessage()
func (*FieldOptionsWorkato) ProtoReflect ¶
func (x *FieldOptionsWorkato) ProtoReflect() protoreflect.Message
func (*FieldOptionsWorkato) Reset ¶
func (x *FieldOptionsWorkato) Reset()
func (*FieldOptionsWorkato) String ¶
func (x *FieldOptionsWorkato) String() string
type MethodOptionsWorkato ¶
type MethodOptionsWorkato struct { Trigger bool `protobuf:"varint,1,opt,name=trigger,proto3" json:"trigger,omitempty"` Picklist *PicklistOptions `protobuf:"bytes,2,opt,name=picklist,proto3" json:"picklist,omitempty"` // @deprecated use google.api.method_visibility instead // // Deprecated: Marked as deprecated in s12/protobuf/workato/annotations.proto. Excluded bool `protobuf:"varint,3,opt,name=excluded,proto3" json:"excluded,omitempty"` ActionGroupName string `protobuf:"bytes,4,opt,name=actionGroupName,proto3" json:"actionGroupName,omitempty"` // contains filtered or unexported fields }
MethodOptionsWorkatoTrigger
func (*MethodOptionsWorkato) Descriptor
deprecated
func (*MethodOptionsWorkato) Descriptor() ([]byte, []int)
Deprecated: Use MethodOptionsWorkato.ProtoReflect.Descriptor instead.
func (*MethodOptionsWorkato) GetActionGroupName ¶
func (x *MethodOptionsWorkato) GetActionGroupName() string
func (*MethodOptionsWorkato) GetExcluded
deprecated
func (x *MethodOptionsWorkato) GetExcluded() bool
Deprecated: Marked as deprecated in s12/protobuf/workato/annotations.proto.
func (*MethodOptionsWorkato) GetPicklist ¶
func (x *MethodOptionsWorkato) GetPicklist() *PicklistOptions
func (*MethodOptionsWorkato) GetTrigger ¶
func (x *MethodOptionsWorkato) GetTrigger() bool
func (*MethodOptionsWorkato) ProtoMessage ¶
func (*MethodOptionsWorkato) ProtoMessage()
func (*MethodOptionsWorkato) ProtoReflect ¶
func (x *MethodOptionsWorkato) ProtoReflect() protoreflect.Message
func (*MethodOptionsWorkato) Reset ¶
func (x *MethodOptionsWorkato) Reset()
func (*MethodOptionsWorkato) String ¶
func (x *MethodOptionsWorkato) String() string
type PicklistOptions ¶
type PicklistOptions struct { Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*PicklistOptions) Descriptor
deprecated
func (*PicklistOptions) Descriptor() ([]byte, []int)
Deprecated: Use PicklistOptions.ProtoReflect.Descriptor instead.
func (*PicklistOptions) GetLabel ¶
func (x *PicklistOptions) GetLabel() string
func (*PicklistOptions) GetValue ¶
func (x *PicklistOptions) GetValue() string
func (*PicklistOptions) ProtoMessage ¶
func (*PicklistOptions) ProtoMessage()
func (*PicklistOptions) ProtoReflect ¶
func (x *PicklistOptions) ProtoReflect() protoreflect.Message
func (*PicklistOptions) Reset ¶
func (x *PicklistOptions) Reset()
func (*PicklistOptions) String ¶
func (x *PicklistOptions) String() string
Click to show internal directories.
Click to hide internal directories.