Documentation ¶
Overview ¶
Code generated by protoc-gen-go-helpers. DO NOT EDIT.
Index ¶
- Variables
- type Region
- func (*Region) Descriptor() ([]byte, []int)deprecated
- func (this *Region) Equal(that interface{}) bool
- func (x *Region) GetCloudProvider() string
- func (x *Region) GetCloudProviderRegion() string
- func (x *Region) GetId() string
- func (x *Region) GetLocation() string
- func (val *Region) Marshal() ([]byte, error)
- func (*Region) ProtoMessage()
- func (x *Region) ProtoReflect() protoreflect.Message
- func (x *Region) Reset()
- func (val *Region) Size() int
- func (x *Region) String() string
- func (val *Region) Unmarshal(buf []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_temporal_api_cloud_region_v1_message_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Region ¶
type Region struct { // The id of the temporal cloud region. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The name of the cloud provider that's hosting the region. // Currently only "aws" is supported. CloudProvider string `protobuf:"bytes,2,opt,name=cloud_provider,json=cloudProvider,proto3" json:"cloud_provider,omitempty"` // The region identifier as defined by the cloud provider. CloudProviderRegion string `protobuf:"bytes,3,opt,name=cloud_provider_region,json=cloudProviderRegion,proto3" json:"cloud_provider_region,omitempty"` // The human readable location of the region. Location string `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"` // contains filtered or unexported fields }
func (*Region) Descriptor
deprecated
func (*Region) Equal ¶
Equal returns whether two Region values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal
func (*Region) GetCloudProvider ¶
func (*Region) GetCloudProviderRegion ¶
func (*Region) GetLocation ¶
func (*Region) ProtoMessage ¶
func (*Region) ProtoMessage()
func (*Region) ProtoReflect ¶
func (x *Region) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.