Documentation ¶
Index ¶
- Variables
- type SupportedSDKVersions
- func (*SupportedSDKVersions) Descriptor() ([]byte, []int)
- func (this *SupportedSDKVersions) Equal(that interface{}) bool
- func (m *SupportedSDKVersions) GetGoSdk() string
- func (m *SupportedSDKVersions) GetJavaSdk() string
- func (this *SupportedSDKVersions) GoString() string
- func (m *SupportedSDKVersions) Marshal() (dAtA []byte, err error)
- func (m *SupportedSDKVersions) MarshalTo(dAtA []byte) (int, error)
- func (m *SupportedSDKVersions) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SupportedSDKVersions) ProtoMessage()
- func (m *SupportedSDKVersions) Reset()
- func (m *SupportedSDKVersions) Size() (n int)
- func (this *SupportedSDKVersions) String() string
- func (m *SupportedSDKVersions) Unmarshal(dAtA []byte) error
- func (m *SupportedSDKVersions) XXX_DiscardUnknown()
- func (m *SupportedSDKVersions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SupportedSDKVersions) XXX_Merge(src proto.Message)
- func (m *SupportedSDKVersions) XXX_Size() int
- func (m *SupportedSDKVersions) XXX_Unmarshal(b []byte) error
- type WorkerVersionInfo
- func (*WorkerVersionInfo) Descriptor() ([]byte, []int)
- func (this *WorkerVersionInfo) Equal(that interface{}) bool
- func (m *WorkerVersionInfo) GetFeatureVersion() string
- func (m *WorkerVersionInfo) GetImplementation() string
- func (this *WorkerVersionInfo) GoString() string
- func (m *WorkerVersionInfo) Marshal() (dAtA []byte, err error)
- func (m *WorkerVersionInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *WorkerVersionInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*WorkerVersionInfo) ProtoMessage()
- func (m *WorkerVersionInfo) Reset()
- func (m *WorkerVersionInfo) Size() (n int)
- func (this *WorkerVersionInfo) String() string
- func (m *WorkerVersionInfo) Unmarshal(dAtA []byte) error
- func (m *WorkerVersionInfo) XXX_DiscardUnknown()
- func (m *WorkerVersionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WorkerVersionInfo) XXX_Merge(src proto.Message)
- func (m *WorkerVersionInfo) XXX_Size() int
- func (m *WorkerVersionInfo) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type SupportedSDKVersions ¶
type SupportedSDKVersions struct { GoSdk string `protobuf:"bytes,1,opt,name=go_sdk,json=goSdk,proto3" json:"go_sdk,omitempty"` JavaSdk string `protobuf:"bytes,2,opt,name=java_sdk,json=javaSdk,proto3" json:"java_sdk,omitempty"` }
SupportedSDKVersions contains the support versions for SDK.
func (*SupportedSDKVersions) Descriptor ¶
func (*SupportedSDKVersions) Descriptor() ([]byte, []int)
func (*SupportedSDKVersions) Equal ¶
func (this *SupportedSDKVersions) Equal(that interface{}) bool
func (*SupportedSDKVersions) GetGoSdk ¶
func (m *SupportedSDKVersions) GetGoSdk() string
func (*SupportedSDKVersions) GetJavaSdk ¶
func (m *SupportedSDKVersions) GetJavaSdk() string
func (*SupportedSDKVersions) GoString ¶
func (this *SupportedSDKVersions) GoString() string
func (*SupportedSDKVersions) Marshal ¶
func (m *SupportedSDKVersions) Marshal() (dAtA []byte, err error)
func (*SupportedSDKVersions) MarshalTo ¶
func (m *SupportedSDKVersions) MarshalTo(dAtA []byte) (int, error)
func (*SupportedSDKVersions) MarshalToSizedBuffer ¶
func (m *SupportedSDKVersions) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SupportedSDKVersions) ProtoMessage ¶
func (*SupportedSDKVersions) ProtoMessage()
func (*SupportedSDKVersions) Reset ¶
func (m *SupportedSDKVersions) Reset()
func (*SupportedSDKVersions) Size ¶
func (m *SupportedSDKVersions) Size() (n int)
func (*SupportedSDKVersions) String ¶
func (this *SupportedSDKVersions) String() string
func (*SupportedSDKVersions) Unmarshal ¶
func (m *SupportedSDKVersions) Unmarshal(dAtA []byte) error
func (*SupportedSDKVersions) XXX_DiscardUnknown ¶
func (m *SupportedSDKVersions) XXX_DiscardUnknown()
func (*SupportedSDKVersions) XXX_Marshal ¶
func (m *SupportedSDKVersions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SupportedSDKVersions) XXX_Merge ¶
func (m *SupportedSDKVersions) XXX_Merge(src proto.Message)
func (*SupportedSDKVersions) XXX_Size ¶
func (m *SupportedSDKVersions) XXX_Size() int
func (*SupportedSDKVersions) XXX_Unmarshal ¶
func (m *SupportedSDKVersions) XXX_Unmarshal(b []byte) error
type WorkerVersionInfo ¶
type WorkerVersionInfo struct { Implementation string `protobuf:"bytes,1,opt,name=implementation,proto3" json:"implementation,omitempty"` FeatureVersion string `protobuf:"bytes,2,opt,name=feature_version,json=featureVersion,proto3" json:"feature_version,omitempty"` }
func (*WorkerVersionInfo) Descriptor ¶
func (*WorkerVersionInfo) Descriptor() ([]byte, []int)
func (*WorkerVersionInfo) Equal ¶
func (this *WorkerVersionInfo) Equal(that interface{}) bool
func (*WorkerVersionInfo) GetFeatureVersion ¶
func (m *WorkerVersionInfo) GetFeatureVersion() string
func (*WorkerVersionInfo) GetImplementation ¶
func (m *WorkerVersionInfo) GetImplementation() string
func (*WorkerVersionInfo) GoString ¶
func (this *WorkerVersionInfo) GoString() string
func (*WorkerVersionInfo) Marshal ¶
func (m *WorkerVersionInfo) Marshal() (dAtA []byte, err error)
func (*WorkerVersionInfo) MarshalTo ¶
func (m *WorkerVersionInfo) MarshalTo(dAtA []byte) (int, error)
func (*WorkerVersionInfo) MarshalToSizedBuffer ¶
func (m *WorkerVersionInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*WorkerVersionInfo) ProtoMessage ¶
func (*WorkerVersionInfo) ProtoMessage()
func (*WorkerVersionInfo) Reset ¶
func (m *WorkerVersionInfo) Reset()
func (*WorkerVersionInfo) Size ¶
func (m *WorkerVersionInfo) Size() (n int)
func (*WorkerVersionInfo) String ¶
func (this *WorkerVersionInfo) String() string
func (*WorkerVersionInfo) Unmarshal ¶
func (m *WorkerVersionInfo) Unmarshal(dAtA []byte) error
func (*WorkerVersionInfo) XXX_DiscardUnknown ¶
func (m *WorkerVersionInfo) XXX_DiscardUnknown()
func (*WorkerVersionInfo) XXX_Marshal ¶
func (m *WorkerVersionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WorkerVersionInfo) XXX_Merge ¶
func (m *WorkerVersionInfo) XXX_Merge(src proto.Message)
func (*WorkerVersionInfo) XXX_Size ¶
func (m *WorkerVersionInfo) XXX_Size() int
func (*WorkerVersionInfo) XXX_Unmarshal ¶
func (m *WorkerVersionInfo) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.