namespace

package
v0.37.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthMessage        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMessage          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMessage = fmt.Errorf("proto: unexpected end of group")
)
View Source
var ExportSink_Health_name = map[int32]string{
	0: "HealthUnspecified",
	1: "HealthOk",
	2: "HealthErrorInternal",
	3: "HealthErrorUserConfiguration",
}
View Source
var ExportSink_Health_value = map[string]int32{
	"HealthUnspecified":            0,
	"HealthOk":                     1,
	"HealthErrorInternal":          2,
	"HealthErrorUserConfiguration": 3,
}
View Source
var NamespaceRegionStatus_State_name = map[int32]string{
	0: "StateUnspecified",
	1: "StateAdding",
	2: "StateActive",
	3: "StatePassive",
	4: "StateRemoving",
	5: "StateFailed",
}
View Source
var NamespaceRegionStatus_State_value = map[string]int32{
	"StateUnspecified": 0,
	"StateAdding":      1,
	"StateActive":      2,
	"StatePassive":     3,
	"StateRemoving":    4,
	"StateFailed":      5,
}
View Source
var NamespaceSpec_SearchAttributeType_name = map[int32]string{
	0: "SearchAttributeTypeUnspecified",
	1: "SearchAttributeTypeText",
	2: "SearchAttributeTypeKeyword",
	3: "SearchAttributeTypeInt",
	4: "SearchAttributeTypeDouble",
	5: "SearchAttributeTypeBool",
	6: "SearchAttributeTypeDatetime",
	7: "SearchAttributeTypeKeywordList",
}
View Source
var NamespaceSpec_SearchAttributeType_value = map[string]int32{
	"SearchAttributeTypeUnspecified": 0,
	"SearchAttributeTypeText":        1,
	"SearchAttributeTypeKeyword":     2,
	"SearchAttributeTypeInt":         3,
	"SearchAttributeTypeDouble":      4,
	"SearchAttributeTypeBool":        5,
	"SearchAttributeTypeDatetime":    6,
	"SearchAttributeTypeKeywordList": 7,
}

Functions

This section is empty.

Types

type AWSPrivateLinkInfo

type AWSPrivateLinkInfo struct {
	// The list of principal arns that are allowed to access the namespace on the private link.
	AllowedPrincipalArns []string `protobuf:"bytes,1,rep,name=allowed_principal_arns,json=allowedPrincipalArns,proto3" json:"allowed_principal_arns,omitempty"`
	// The list of vpc endpoint service names that are associated with the namespace.
	VpcEndpointServiceNames []string `` /* 134-byte string literal not displayed */
}

func (*AWSPrivateLinkInfo) Descriptor

func (*AWSPrivateLinkInfo) Descriptor() ([]byte, []int)

func (*AWSPrivateLinkInfo) Equal

func (this *AWSPrivateLinkInfo) Equal(that interface{}) bool

func (*AWSPrivateLinkInfo) GetAllowedPrincipalArns

func (m *AWSPrivateLinkInfo) GetAllowedPrincipalArns() []string

func (*AWSPrivateLinkInfo) GetVpcEndpointServiceNames

func (m *AWSPrivateLinkInfo) GetVpcEndpointServiceNames() []string

func (*AWSPrivateLinkInfo) GoString

func (this *AWSPrivateLinkInfo) GoString() string

func (*AWSPrivateLinkInfo) Marshal

func (m *AWSPrivateLinkInfo) Marshal() (dAtA []byte, err error)

func (*AWSPrivateLinkInfo) MarshalTo

func (m *AWSPrivateLinkInfo) MarshalTo(dAtA []byte) (int, error)

func (*AWSPrivateLinkInfo) MarshalToSizedBuffer

func (m *AWSPrivateLinkInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AWSPrivateLinkInfo) ProtoMessage

func (*AWSPrivateLinkInfo) ProtoMessage()

func (*AWSPrivateLinkInfo) Reset

func (m *AWSPrivateLinkInfo) Reset()

func (*AWSPrivateLinkInfo) Size

func (m *AWSPrivateLinkInfo) Size() (n int)

func (*AWSPrivateLinkInfo) String

func (this *AWSPrivateLinkInfo) String() string

func (*AWSPrivateLinkInfo) Unmarshal

func (m *AWSPrivateLinkInfo) Unmarshal(dAtA []byte) error

func (*AWSPrivateLinkInfo) XXX_DiscardUnknown

func (m *AWSPrivateLinkInfo) XXX_DiscardUnknown()

func (*AWSPrivateLinkInfo) XXX_Marshal

func (m *AWSPrivateLinkInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AWSPrivateLinkInfo) XXX_Merge

func (m *AWSPrivateLinkInfo) XXX_Merge(src proto.Message)

func (*AWSPrivateLinkInfo) XXX_Size

func (m *AWSPrivateLinkInfo) XXX_Size() int

func (*AWSPrivateLinkInfo) XXX_Unmarshal

func (m *AWSPrivateLinkInfo) XXX_Unmarshal(b []byte) error

type ApiKeyAuthSpec

type ApiKeyAuthSpec struct {
	// Flag to enable API key auth (default: disabled).
	// Note: disabling API key auth will cause existing API key connections to fail.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
}

func (*ApiKeyAuthSpec) Descriptor

func (*ApiKeyAuthSpec) Descriptor() ([]byte, []int)

func (*ApiKeyAuthSpec) Equal

func (this *ApiKeyAuthSpec) Equal(that interface{}) bool

func (*ApiKeyAuthSpec) GetEnabled

func (m *ApiKeyAuthSpec) GetEnabled() bool

func (*ApiKeyAuthSpec) GoString

func (this *ApiKeyAuthSpec) GoString() string

func (*ApiKeyAuthSpec) Marshal

func (m *ApiKeyAuthSpec) Marshal() (dAtA []byte, err error)

func (*ApiKeyAuthSpec) MarshalTo

func (m *ApiKeyAuthSpec) MarshalTo(dAtA []byte) (int, error)

func (*ApiKeyAuthSpec) MarshalToSizedBuffer

func (m *ApiKeyAuthSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ApiKeyAuthSpec) ProtoMessage

func (*ApiKeyAuthSpec) ProtoMessage()

func (*ApiKeyAuthSpec) Reset

func (m *ApiKeyAuthSpec) Reset()

func (*ApiKeyAuthSpec) Size

func (m *ApiKeyAuthSpec) Size() (n int)

func (*ApiKeyAuthSpec) String

func (this *ApiKeyAuthSpec) String() string

func (*ApiKeyAuthSpec) Unmarshal

func (m *ApiKeyAuthSpec) Unmarshal(dAtA []byte) error

func (*ApiKeyAuthSpec) XXX_DiscardUnknown

func (m *ApiKeyAuthSpec) XXX_DiscardUnknown()

func (*ApiKeyAuthSpec) XXX_Marshal

func (m *ApiKeyAuthSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApiKeyAuthSpec) XXX_Merge

func (m *ApiKeyAuthSpec) XXX_Merge(src proto.Message)

func (*ApiKeyAuthSpec) XXX_Size

func (m *ApiKeyAuthSpec) XXX_Size() int

func (*ApiKeyAuthSpec) XXX_Unmarshal

func (m *ApiKeyAuthSpec) XXX_Unmarshal(b []byte) error

type CertificateFilterSpec

type CertificateFilterSpec struct {
	// The common_name in the certificate.
	// Optional, default is empty.
	CommonName string `protobuf:"bytes,1,opt,name=common_name,json=commonName,proto3" json:"common_name,omitempty"`
	// The organization in the certificate.
	// Optional, default is empty.
	Organization string `protobuf:"bytes,2,opt,name=organization,proto3" json:"organization,omitempty"`
	// The organizational_unit in the certificate.
	// Optional, default is empty.
	OrganizationalUnit string `protobuf:"bytes,3,opt,name=organizational_unit,json=organizationalUnit,proto3" json:"organizational_unit,omitempty"`
	// The subject_alternative_name in the certificate.
	// Optional, default is empty.
	SubjectAlternativeName string `` /* 129-byte string literal not displayed */
}

func (*CertificateFilterSpec) Descriptor

func (*CertificateFilterSpec) Descriptor() ([]byte, []int)

func (*CertificateFilterSpec) Equal

func (this *CertificateFilterSpec) Equal(that interface{}) bool

func (*CertificateFilterSpec) GetCommonName

func (m *CertificateFilterSpec) GetCommonName() string

func (*CertificateFilterSpec) GetOrganization

func (m *CertificateFilterSpec) GetOrganization() string

func (*CertificateFilterSpec) GetOrganizationalUnit

func (m *CertificateFilterSpec) GetOrganizationalUnit() string

func (*CertificateFilterSpec) GetSubjectAlternativeName

func (m *CertificateFilterSpec) GetSubjectAlternativeName() string

func (*CertificateFilterSpec) GoString

func (this *CertificateFilterSpec) GoString() string

func (*CertificateFilterSpec) Marshal

func (m *CertificateFilterSpec) Marshal() (dAtA []byte, err error)

func (*CertificateFilterSpec) MarshalTo

func (m *CertificateFilterSpec) MarshalTo(dAtA []byte) (int, error)

func (*CertificateFilterSpec) MarshalToSizedBuffer

func (m *CertificateFilterSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CertificateFilterSpec) ProtoMessage

func (*CertificateFilterSpec) ProtoMessage()

func (*CertificateFilterSpec) Reset

func (m *CertificateFilterSpec) Reset()

func (*CertificateFilterSpec) Size

func (m *CertificateFilterSpec) Size() (n int)

func (*CertificateFilterSpec) String

func (this *CertificateFilterSpec) String() string

func (*CertificateFilterSpec) Unmarshal

func (m *CertificateFilterSpec) Unmarshal(dAtA []byte) error

func (*CertificateFilterSpec) XXX_DiscardUnknown

func (m *CertificateFilterSpec) XXX_DiscardUnknown()

func (*CertificateFilterSpec) XXX_Marshal

func (m *CertificateFilterSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CertificateFilterSpec) XXX_Merge

func (m *CertificateFilterSpec) XXX_Merge(src proto.Message)

func (*CertificateFilterSpec) XXX_Size

func (m *CertificateFilterSpec) XXX_Size() int

func (*CertificateFilterSpec) XXX_Unmarshal

func (m *CertificateFilterSpec) XXX_Unmarshal(b []byte) error

type CodecServerSpec

type CodecServerSpec struct {
	// The codec server endpoint.
	Endpoint string `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	// Whether to pass the user access token with your endpoint.
	PassAccessToken bool `protobuf:"varint,2,opt,name=pass_access_token,json=passAccessToken,proto3" json:"pass_access_token,omitempty"`
	// Whether to include cross-origin credentials.
	IncludeCrossOriginCredentials bool `` /* 153-byte string literal not displayed */
}

func (*CodecServerSpec) Descriptor

func (*CodecServerSpec) Descriptor() ([]byte, []int)

func (*CodecServerSpec) Equal

func (this *CodecServerSpec) Equal(that interface{}) bool

func (*CodecServerSpec) GetEndpoint

func (m *CodecServerSpec) GetEndpoint() string

func (*CodecServerSpec) GetIncludeCrossOriginCredentials

func (m *CodecServerSpec) GetIncludeCrossOriginCredentials() bool

func (*CodecServerSpec) GetPassAccessToken

func (m *CodecServerSpec) GetPassAccessToken() bool

func (*CodecServerSpec) GoString

func (this *CodecServerSpec) GoString() string

func (*CodecServerSpec) Marshal

func (m *CodecServerSpec) Marshal() (dAtA []byte, err error)

func (*CodecServerSpec) MarshalTo

func (m *CodecServerSpec) MarshalTo(dAtA []byte) (int, error)

func (*CodecServerSpec) MarshalToSizedBuffer

func (m *CodecServerSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CodecServerSpec) ProtoMessage

func (*CodecServerSpec) ProtoMessage()

func (*CodecServerSpec) Reset

func (m *CodecServerSpec) Reset()

func (*CodecServerSpec) Size

func (m *CodecServerSpec) Size() (n int)

func (*CodecServerSpec) String

func (this *CodecServerSpec) String() string

func (*CodecServerSpec) Unmarshal

func (m *CodecServerSpec) Unmarshal(dAtA []byte) error

func (*CodecServerSpec) XXX_DiscardUnknown

func (m *CodecServerSpec) XXX_DiscardUnknown()

func (*CodecServerSpec) XXX_Marshal

func (m *CodecServerSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CodecServerSpec) XXX_Merge

func (m *CodecServerSpec) XXX_Merge(src proto.Message)

func (*CodecServerSpec) XXX_Size

func (m *CodecServerSpec) XXX_Size() int

func (*CodecServerSpec) XXX_Unmarshal

func (m *CodecServerSpec) XXX_Unmarshal(b []byte) error

type Endpoints

type Endpoints struct {
	// The web UI address.
	WebAddress string `protobuf:"bytes,1,opt,name=web_address,json=webAddress,proto3" json:"web_address,omitempty"`
	// The gRPC address for mTLS client connections (may be empty if mTLS is disabled).
	MtlsGrpcAddress string `protobuf:"bytes,2,opt,name=mtls_grpc_address,json=mtlsGrpcAddress,proto3" json:"mtls_grpc_address,omitempty"`
	// The gRPC address for API key client connections (may be empty if API keys are disabled).
	GrpcAddress string `protobuf:"bytes,3,opt,name=grpc_address,json=grpcAddress,proto3" json:"grpc_address,omitempty"`
}

func (*Endpoints) Descriptor

func (*Endpoints) Descriptor() ([]byte, []int)

func (*Endpoints) Equal

func (this *Endpoints) Equal(that interface{}) bool

func (*Endpoints) GetGrpcAddress

func (m *Endpoints) GetGrpcAddress() string

func (*Endpoints) GetMtlsGrpcAddress

func (m *Endpoints) GetMtlsGrpcAddress() string

func (*Endpoints) GetWebAddress

func (m *Endpoints) GetWebAddress() string

func (*Endpoints) GoString

func (this *Endpoints) GoString() string

func (*Endpoints) Marshal

func (m *Endpoints) Marshal() (dAtA []byte, err error)

func (*Endpoints) MarshalTo

func (m *Endpoints) MarshalTo(dAtA []byte) (int, error)

func (*Endpoints) MarshalToSizedBuffer

func (m *Endpoints) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Endpoints) ProtoMessage

func (*Endpoints) ProtoMessage()

func (*Endpoints) Reset

func (m *Endpoints) Reset()

func (*Endpoints) Size

func (m *Endpoints) Size() (n int)

func (*Endpoints) String

func (this *Endpoints) String() string

func (*Endpoints) Unmarshal

func (m *Endpoints) Unmarshal(dAtA []byte) error

func (*Endpoints) XXX_DiscardUnknown

func (m *Endpoints) XXX_DiscardUnknown()

func (*Endpoints) XXX_Marshal

func (m *Endpoints) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Endpoints) XXX_Merge

func (m *Endpoints) XXX_Merge(src proto.Message)

func (*Endpoints) XXX_Size

func (m *Endpoints) XXX_Size() int

func (*Endpoints) XXX_Unmarshal

func (m *Endpoints) XXX_Unmarshal(b []byte) error

type ExportSink added in v0.34.0

type ExportSink struct {
	// The unique name of the export sink, once set it can't be changed
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The version of the export sink resource.
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The current state of the export sink.
	State v1.ResourceState `protobuf:"varint,3,opt,name=state,proto3,enum=temporal.api.cloud.resource.v1.ResourceState" json:"state,omitempty"`
	// The specification details of the export sink.
	Spec *ExportSinkSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"`
	// The health status of the export sink.
	Health ExportSink_Health `protobuf:"varint,5,opt,name=health,proto3,enum=temporal.api.cloud.namespace.v1.ExportSink_Health" json:"health,omitempty"`
	// An error message describing any issues with the export sink, if applicable.
	ErrorMessage string `protobuf:"bytes,6,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// The timestamp of the latest successful data export.
	LatestDataExportTime *types.Timestamp `protobuf:"bytes,7,opt,name=latest_data_export_time,json=latestDataExportTime,proto3" json:"latest_data_export_time,omitempty"`
	// The timestamp of the last health check performed on the export sink.
	LastHealthCheckTime *types.Timestamp `protobuf:"bytes,8,opt,name=last_health_check_time,json=lastHealthCheckTime,proto3" json:"last_health_check_time,omitempty"`
}

func (*ExportSink) Descriptor added in v0.34.0

func (*ExportSink) Descriptor() ([]byte, []int)

func (*ExportSink) Equal added in v0.34.0

func (this *ExportSink) Equal(that interface{}) bool

func (*ExportSink) GetErrorMessage added in v0.34.0

func (m *ExportSink) GetErrorMessage() string

func (*ExportSink) GetHealth added in v0.34.0

func (m *ExportSink) GetHealth() ExportSink_Health

func (*ExportSink) GetLastHealthCheckTime added in v0.34.0

func (m *ExportSink) GetLastHealthCheckTime() *types.Timestamp

func (*ExportSink) GetLatestDataExportTime added in v0.34.0

func (m *ExportSink) GetLatestDataExportTime() *types.Timestamp

func (*ExportSink) GetName added in v0.34.0

func (m *ExportSink) GetName() string

func (*ExportSink) GetResourceVersion added in v0.34.0

func (m *ExportSink) GetResourceVersion() string

func (*ExportSink) GetSpec added in v0.34.0

func (m *ExportSink) GetSpec() *ExportSinkSpec

func (*ExportSink) GetState added in v0.34.0

func (m *ExportSink) GetState() v1.ResourceState

func (*ExportSink) GoString added in v0.34.0

func (this *ExportSink) GoString() string

func (*ExportSink) Marshal added in v0.34.0

func (m *ExportSink) Marshal() (dAtA []byte, err error)

func (*ExportSink) MarshalTo added in v0.34.0

func (m *ExportSink) MarshalTo(dAtA []byte) (int, error)

func (*ExportSink) MarshalToSizedBuffer added in v0.34.0

func (m *ExportSink) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ExportSink) ProtoMessage added in v0.34.0

func (*ExportSink) ProtoMessage()

func (*ExportSink) Reset added in v0.34.0

func (m *ExportSink) Reset()

func (*ExportSink) Size added in v0.34.0

func (m *ExportSink) Size() (n int)

func (*ExportSink) String added in v0.34.0

func (this *ExportSink) String() string

func (*ExportSink) Unmarshal added in v0.34.0

func (m *ExportSink) Unmarshal(dAtA []byte) error

func (*ExportSink) XXX_DiscardUnknown added in v0.34.0

func (m *ExportSink) XXX_DiscardUnknown()

func (*ExportSink) XXX_Marshal added in v0.34.0

func (m *ExportSink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportSink) XXX_Merge added in v0.34.0

func (m *ExportSink) XXX_Merge(src proto.Message)

func (*ExportSink) XXX_Size added in v0.34.0

func (m *ExportSink) XXX_Size() int

func (*ExportSink) XXX_Unmarshal added in v0.34.0

func (m *ExportSink) XXX_Unmarshal(b []byte) error

type ExportSinkSpec added in v0.34.0

type ExportSinkSpec struct {
	// The unique name of the export sink.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// A flag indicating whether the export sink is enabled or not.
	Enabled bool `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// The S3 configuration details when destination_type is S3.
	S3 *v11.S3Spec `protobuf:"bytes,3,opt,name=s3,proto3" json:"s3,omitempty"`
	// This is a feature under development. We will allow GCS sink support for GCP Namespaces.
	// The GCS configuration details when destination_type is GCS.
	Gcs *v11.GCSSpec `protobuf:"bytes,4,opt,name=gcs,proto3" json:"gcs,omitempty"`
}

func (*ExportSinkSpec) Descriptor added in v0.34.0

func (*ExportSinkSpec) Descriptor() ([]byte, []int)

func (*ExportSinkSpec) Equal added in v0.34.0

func (this *ExportSinkSpec) Equal(that interface{}) bool

func (*ExportSinkSpec) GetEnabled added in v0.34.0

func (m *ExportSinkSpec) GetEnabled() bool

func (*ExportSinkSpec) GetGcs added in v0.34.0

func (m *ExportSinkSpec) GetGcs() *v11.GCSSpec

func (*ExportSinkSpec) GetName added in v0.34.0

func (m *ExportSinkSpec) GetName() string

func (*ExportSinkSpec) GetS3 added in v0.34.0

func (m *ExportSinkSpec) GetS3() *v11.S3Spec

func (*ExportSinkSpec) GoString added in v0.34.0

func (this *ExportSinkSpec) GoString() string

func (*ExportSinkSpec) Marshal added in v0.34.0

func (m *ExportSinkSpec) Marshal() (dAtA []byte, err error)

func (*ExportSinkSpec) MarshalTo added in v0.34.0

func (m *ExportSinkSpec) MarshalTo(dAtA []byte) (int, error)

func (*ExportSinkSpec) MarshalToSizedBuffer added in v0.34.0

func (m *ExportSinkSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ExportSinkSpec) ProtoMessage added in v0.34.0

func (*ExportSinkSpec) ProtoMessage()

func (*ExportSinkSpec) Reset added in v0.34.0

func (m *ExportSinkSpec) Reset()

func (*ExportSinkSpec) Size added in v0.34.0

func (m *ExportSinkSpec) Size() (n int)

func (*ExportSinkSpec) String added in v0.34.0

func (this *ExportSinkSpec) String() string

func (*ExportSinkSpec) Unmarshal added in v0.34.0

func (m *ExportSinkSpec) Unmarshal(dAtA []byte) error

func (*ExportSinkSpec) XXX_DiscardUnknown added in v0.34.0

func (m *ExportSinkSpec) XXX_DiscardUnknown()

func (*ExportSinkSpec) XXX_Marshal added in v0.34.0

func (m *ExportSinkSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportSinkSpec) XXX_Merge added in v0.34.0

func (m *ExportSinkSpec) XXX_Merge(src proto.Message)

func (*ExportSinkSpec) XXX_Size added in v0.34.0

func (m *ExportSinkSpec) XXX_Size() int

func (*ExportSinkSpec) XXX_Unmarshal added in v0.34.0

func (m *ExportSinkSpec) XXX_Unmarshal(b []byte) error

type ExportSink_Health added in v0.34.0

type ExportSink_Health int32
const (
	HEALTH_UNSPECIFIED              ExportSink_Health = 0
	HEALTH_OK                       ExportSink_Health = 1
	HEALTH_ERROR_INTERNAL           ExportSink_Health = 2
	HEALTH_ERROR_USER_CONFIGURATION ExportSink_Health = 3
)

func (ExportSink_Health) EnumDescriptor added in v0.34.0

func (ExportSink_Health) EnumDescriptor() ([]byte, []int)

func (ExportSink_Health) String added in v0.34.0

func (x ExportSink_Health) String() string

type Limits

type Limits struct {
	// The number of actions per second (APS) that is currently allowed for the namespace.
	// The namespace may be throttled if its APS exceeds the limit.
	ActionsPerSecondLimit int32 `` /* 129-byte string literal not displayed */
}

func (*Limits) Descriptor

func (*Limits) Descriptor() ([]byte, []int)

func (*Limits) Equal

func (this *Limits) Equal(that interface{}) bool

func (*Limits) GetActionsPerSecondLimit

func (m *Limits) GetActionsPerSecondLimit() int32

func (*Limits) GoString

func (this *Limits) GoString() string

func (*Limits) Marshal

func (m *Limits) Marshal() (dAtA []byte, err error)

func (*Limits) MarshalTo

func (m *Limits) MarshalTo(dAtA []byte) (int, error)

func (*Limits) MarshalToSizedBuffer

func (m *Limits) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Limits) ProtoMessage

func (*Limits) ProtoMessage()

func (*Limits) Reset

func (m *Limits) Reset()

func (*Limits) Size

func (m *Limits) Size() (n int)

func (*Limits) String

func (this *Limits) String() string

func (*Limits) Unmarshal

func (m *Limits) Unmarshal(dAtA []byte) error

func (*Limits) XXX_DiscardUnknown

func (m *Limits) XXX_DiscardUnknown()

func (*Limits) XXX_Marshal

func (m *Limits) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Limits) XXX_Merge

func (m *Limits) XXX_Merge(src proto.Message)

func (*Limits) XXX_Size

func (m *Limits) XXX_Size() int

func (*Limits) XXX_Unmarshal

func (m *Limits) XXX_Unmarshal(b []byte) error

type MtlsAuthSpec

type MtlsAuthSpec struct {
	// The base64 encoded ca cert(s) in PEM format that the clients can use for authentication and authorization.
	// This must only be one value, but the CA can have a chain.
	//
	// (-- api-linter: core::0140::base64=disabled --)
	// Deprecated: Use accepted_client_ca instead. Will be ignored when accepted_client_ca is set.
	AcceptedClientCaDeprecated string `` /* 143-byte string literal not displayed */
	// The ca cert(s) in PEM format that the clients can use for authentication and authorization.
	// This must only be one value, but the CA can have a chain.
	AcceptedClientCa []byte `protobuf:"bytes,4,opt,name=accepted_client_ca,json=acceptedClientCa,proto3" json:"accepted_client_ca,omitempty"`
	// Certificate filters which, if specified, only allow connections from client certificates whose distinguished name properties match at least one of the filters.
	// This allows limiting access to specific end-entity certificates.
	// Optional, default is empty.
	CertificateFilters []*CertificateFilterSpec `protobuf:"bytes,2,rep,name=certificate_filters,json=certificateFilters,proto3" json:"certificate_filters,omitempty"`
	// Flag to enable mTLS auth (default: disabled).
	// Note: disabling mTLS auth will cause existing mTLS connections to fail.
	// temporal:versioning:min_version=2024-05-13-00
	Enabled bool `protobuf:"varint,3,opt,name=enabled,proto3" json:"enabled,omitempty"`
}

func (*MtlsAuthSpec) Descriptor

func (*MtlsAuthSpec) Descriptor() ([]byte, []int)

func (*MtlsAuthSpec) Equal

func (this *MtlsAuthSpec) Equal(that interface{}) bool

func (*MtlsAuthSpec) GetAcceptedClientCa

func (m *MtlsAuthSpec) GetAcceptedClientCa() []byte

func (*MtlsAuthSpec) GetAcceptedClientCaDeprecated added in v0.34.0

func (m *MtlsAuthSpec) GetAcceptedClientCaDeprecated() string

func (*MtlsAuthSpec) GetCertificateFilters

func (m *MtlsAuthSpec) GetCertificateFilters() []*CertificateFilterSpec

func (*MtlsAuthSpec) GetEnabled

func (m *MtlsAuthSpec) GetEnabled() bool

func (*MtlsAuthSpec) GoString

func (this *MtlsAuthSpec) GoString() string

func (*MtlsAuthSpec) Marshal

func (m *MtlsAuthSpec) Marshal() (dAtA []byte, err error)

func (*MtlsAuthSpec) MarshalTo

func (m *MtlsAuthSpec) MarshalTo(dAtA []byte) (int, error)

func (*MtlsAuthSpec) MarshalToSizedBuffer

func (m *MtlsAuthSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MtlsAuthSpec) ProtoMessage

func (*MtlsAuthSpec) ProtoMessage()

func (*MtlsAuthSpec) Reset

func (m *MtlsAuthSpec) Reset()

func (*MtlsAuthSpec) Size

func (m *MtlsAuthSpec) Size() (n int)

func (*MtlsAuthSpec) String

func (this *MtlsAuthSpec) String() string

func (*MtlsAuthSpec) Unmarshal

func (m *MtlsAuthSpec) Unmarshal(dAtA []byte) error

func (*MtlsAuthSpec) XXX_DiscardUnknown

func (m *MtlsAuthSpec) XXX_DiscardUnknown()

func (*MtlsAuthSpec) XXX_Marshal

func (m *MtlsAuthSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MtlsAuthSpec) XXX_Merge

func (m *MtlsAuthSpec) XXX_Merge(src proto.Message)

func (*MtlsAuthSpec) XXX_Size

func (m *MtlsAuthSpec) XXX_Size() int

func (*MtlsAuthSpec) XXX_Unmarshal

func (m *MtlsAuthSpec) XXX_Unmarshal(b []byte) error

type Namespace

type Namespace struct {
	// The namespace identifier.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The current version of the namespace specification.
	// The next update operation will have to include this version.
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The namespace specification.
	Spec *NamespaceSpec `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty"`
	// The current state of the namespace.
	// Deprecated: Use state instead.
	StateDeprecated string `protobuf:"bytes,4,opt,name=state_deprecated,json=stateDeprecated,proto3" json:"state_deprecated,omitempty"` // Deprecated: Do not use.
	// The current state of the namespace.
	// For any failed state, reach out to Temporal Cloud support for remediation.
	// temporal:enums:replaces=state_deprecated
	State v1.ResourceState `protobuf:"varint,13,opt,name=state,proto3,enum=temporal.api.cloud.resource.v1.ResourceState" json:"state,omitempty"`
	// The id of the async operation that is creating/updating/deleting the namespace, if any.
	AsyncOperationId string `protobuf:"bytes,5,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
	// The endpoints for the namespace.
	Endpoints *Endpoints `protobuf:"bytes,6,opt,name=endpoints,proto3" json:"endpoints,omitempty"`
	// The currently active region for the namespace.
	ActiveRegion string `protobuf:"bytes,7,opt,name=active_region,json=activeRegion,proto3" json:"active_region,omitempty"`
	// The limits set on the namespace currently.
	Limits *Limits `protobuf:"bytes,8,opt,name=limits,proto3" json:"limits,omitempty"`
	// The private connectivities for the namespace, if any.
	PrivateConnectivities []*PrivateConnectivity `protobuf:"bytes,9,rep,name=private_connectivities,json=privateConnectivities,proto3" json:"private_connectivities,omitempty"`
	// The date and time when the namespace was created.
	CreatedTime *types.Timestamp `protobuf:"bytes,10,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"`
	// The date and time when the namespace was last modified.
	// Will not be set if the namespace has never been modified.
	LastModifiedTime *types.Timestamp `protobuf:"bytes,11,opt,name=last_modified_time,json=lastModifiedTime,proto3" json:"last_modified_time,omitempty"`
	// The status of each region where the namespace is available.
	// The id of the region is the key and the status is the value of the map.
	RegionStatus map[string]*NamespaceRegionStatus `` /* 186-byte string literal not displayed */
}

func (*Namespace) Descriptor

func (*Namespace) Descriptor() ([]byte, []int)

func (*Namespace) Equal

func (this *Namespace) Equal(that interface{}) bool

func (*Namespace) GetActiveRegion

func (m *Namespace) GetActiveRegion() string

func (*Namespace) GetAsyncOperationId

func (m *Namespace) GetAsyncOperationId() string

func (*Namespace) GetCreatedTime

func (m *Namespace) GetCreatedTime() *types.Timestamp

func (*Namespace) GetEndpoints

func (m *Namespace) GetEndpoints() *Endpoints

func (*Namespace) GetLastModifiedTime

func (m *Namespace) GetLastModifiedTime() *types.Timestamp

func (*Namespace) GetLimits

func (m *Namespace) GetLimits() *Limits

func (*Namespace) GetNamespace

func (m *Namespace) GetNamespace() string

func (*Namespace) GetPrivateConnectivities

func (m *Namespace) GetPrivateConnectivities() []*PrivateConnectivity

func (*Namespace) GetRegionStatus

func (m *Namespace) GetRegionStatus() map[string]*NamespaceRegionStatus

func (*Namespace) GetResourceVersion

func (m *Namespace) GetResourceVersion() string

func (*Namespace) GetSpec

func (m *Namespace) GetSpec() *NamespaceSpec

func (*Namespace) GetState

func (m *Namespace) GetState() v1.ResourceState

func (*Namespace) GetStateDeprecated deprecated added in v0.34.0

func (m *Namespace) GetStateDeprecated() string

Deprecated: Do not use.

func (*Namespace) GoString

func (this *Namespace) GoString() string

func (*Namespace) Marshal

func (m *Namespace) Marshal() (dAtA []byte, err error)

func (*Namespace) MarshalTo

func (m *Namespace) MarshalTo(dAtA []byte) (int, error)

func (*Namespace) MarshalToSizedBuffer

func (m *Namespace) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Namespace) ProtoMessage

func (*Namespace) ProtoMessage()

func (*Namespace) Reset

func (m *Namespace) Reset()

func (*Namespace) Size

func (m *Namespace) Size() (n int)

func (*Namespace) String

func (this *Namespace) String() string

func (*Namespace) Unmarshal

func (m *Namespace) Unmarshal(dAtA []byte) error

func (*Namespace) XXX_DiscardUnknown

func (m *Namespace) XXX_DiscardUnknown()

func (*Namespace) XXX_Marshal

func (m *Namespace) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Namespace) XXX_Merge

func (m *Namespace) XXX_Merge(src proto.Message)

func (*Namespace) XXX_Size

func (m *Namespace) XXX_Size() int

func (*Namespace) XXX_Unmarshal

func (m *Namespace) XXX_Unmarshal(b []byte) error

type NamespaceRegionStatus

type NamespaceRegionStatus struct {
	// The current state of the namespace region.
	// Possible values: adding, active, passive, removing, failed.
	// For any failed state, reach out to Temporal Cloud support for remediation.
	// Deprecated: Use state instead.
	StateDeprecated string `protobuf:"bytes,1,opt,name=state_deprecated,json=stateDeprecated,proto3" json:"state_deprecated,omitempty"` // Deprecated: Do not use.
	// The current state of the namespace region.
	// temporal:enums:replaces=state_deprecated
	State NamespaceRegionStatus_State `` /* 129-byte string literal not displayed */
	// The id of the async operation that is making changes to where the namespace is available, if any.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*NamespaceRegionStatus) Descriptor

func (*NamespaceRegionStatus) Descriptor() ([]byte, []int)

func (*NamespaceRegionStatus) Equal

func (this *NamespaceRegionStatus) Equal(that interface{}) bool

func (*NamespaceRegionStatus) GetAsyncOperationId

func (m *NamespaceRegionStatus) GetAsyncOperationId() string

func (*NamespaceRegionStatus) GetState

func (*NamespaceRegionStatus) GetStateDeprecated deprecated added in v0.34.0

func (m *NamespaceRegionStatus) GetStateDeprecated() string

Deprecated: Do not use.

func (*NamespaceRegionStatus) GoString

func (this *NamespaceRegionStatus) GoString() string

func (*NamespaceRegionStatus) Marshal

func (m *NamespaceRegionStatus) Marshal() (dAtA []byte, err error)

func (*NamespaceRegionStatus) MarshalTo

func (m *NamespaceRegionStatus) MarshalTo(dAtA []byte) (int, error)

func (*NamespaceRegionStatus) MarshalToSizedBuffer

func (m *NamespaceRegionStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NamespaceRegionStatus) ProtoMessage

func (*NamespaceRegionStatus) ProtoMessage()

func (*NamespaceRegionStatus) Reset

func (m *NamespaceRegionStatus) Reset()

func (*NamespaceRegionStatus) Size

func (m *NamespaceRegionStatus) Size() (n int)

func (*NamespaceRegionStatus) String

func (this *NamespaceRegionStatus) String() string

func (*NamespaceRegionStatus) Unmarshal

func (m *NamespaceRegionStatus) Unmarshal(dAtA []byte) error

func (*NamespaceRegionStatus) XXX_DiscardUnknown

func (m *NamespaceRegionStatus) XXX_DiscardUnknown()

func (*NamespaceRegionStatus) XXX_Marshal

func (m *NamespaceRegionStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NamespaceRegionStatus) XXX_Merge

func (m *NamespaceRegionStatus) XXX_Merge(src proto.Message)

func (*NamespaceRegionStatus) XXX_Size

func (m *NamespaceRegionStatus) XXX_Size() int

func (*NamespaceRegionStatus) XXX_Unmarshal

func (m *NamespaceRegionStatus) XXX_Unmarshal(b []byte) error

type NamespaceRegionStatus_State added in v0.34.0

type NamespaceRegionStatus_State int32
const (
	STATE_UNSPECIFIED NamespaceRegionStatus_State = 0
	STATE_ADDING      NamespaceRegionStatus_State = 1
	STATE_ACTIVE      NamespaceRegionStatus_State = 2
	STATE_PASSIVE     NamespaceRegionStatus_State = 3
	STATE_REMOVING    NamespaceRegionStatus_State = 4
	STATE_FAILED      NamespaceRegionStatus_State = 5
)

func (NamespaceRegionStatus_State) EnumDescriptor added in v0.34.0

func (NamespaceRegionStatus_State) EnumDescriptor() ([]byte, []int)

func (NamespaceRegionStatus_State) String added in v0.34.0

type NamespaceSpec

type NamespaceSpec struct {
	// The name to use for the namespace.
	// This will create a namespace that's available at '<name>.<account>.github.com/temporalio/tcld/protogen:7233'.
	// The name is immutable. Once set, it cannot be changed.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The ids of the regions where the namespace should be available.
	// The GetRegions API can be used to get the list of valid region ids.
	// Specifying more than one region makes the namespace "global", which is currently a preview only feature with restricted access.
	// Please reach out to Temporal support for more information on global namespaces.
	// When provisioned the global namespace will be active on the first region in the list and passive on the rest.
	// Number of supported regions is 2.
	// The regions is immutable. Once set, it cannot be changed.
	// Example: ["aws-us-west-2"].
	Regions []string `protobuf:"bytes,2,rep,name=regions,proto3" json:"regions,omitempty"`
	// The number of days the workflows data will be retained for.
	// Changes to the retention period may impact your storage costs.
	// Any changes to the retention period will be applied to all new running workflows.
	RetentionDays int32 `protobuf:"varint,3,opt,name=retention_days,json=retentionDays,proto3" json:"retention_days,omitempty"`
	// The mTLS auth configuration for the namespace.
	// If unspecified, mTLS will be disabled.
	MtlsAuth *MtlsAuthSpec `protobuf:"bytes,4,opt,name=mtls_auth,json=mtlsAuth,proto3" json:"mtls_auth,omitempty"`
	// The API key auth configuration for the namespace.
	// If unspecified, API keys will be disabled.
	// temporal:versioning:min_version=2024-05-13-00
	ApiKeyAuth *ApiKeyAuthSpec `protobuf:"bytes,7,opt,name=api_key_auth,json=apiKeyAuth,proto3" json:"api_key_auth,omitempty"`
	// The custom search attributes to use for the namespace.
	// The name of the attribute is the key and the type is the value.
	// Supported attribute types: text, keyword, int, double, bool, datetime, keyword_list.
	// NOTE: currently deleting a search attribute is not supported.
	// Optional, default is empty.
	// Deprecated: Use search_attributes instead.
	CustomSearchAttributes map[string]string `` // Deprecated: Do not use.
	/* 217-byte string literal not displayed */
	// The custom search attributes to use for the namespace.
	// The name of the attribute is the key and the type is the value.
	// Note: currently deleting a search attribute is not supported.
	// Optional, default is empty.
	// temporal:enums:replaces=custom_search_attributes
	SearchAttributes map[string]NamespaceSpec_SearchAttributeType `` /* 269-byte string literal not displayed */
	// Codec server spec used by UI to decode payloads for all users interacting with this namespace.
	// Optional, default is unset.
	CodecServer *CodecServerSpec `protobuf:"bytes,6,opt,name=codec_server,json=codecServer,proto3" json:"codec_server,omitempty"`
}

func (*NamespaceSpec) Descriptor

func (*NamespaceSpec) Descriptor() ([]byte, []int)

func (*NamespaceSpec) Equal

func (this *NamespaceSpec) Equal(that interface{}) bool

func (*NamespaceSpec) GetApiKeyAuth

func (m *NamespaceSpec) GetApiKeyAuth() *ApiKeyAuthSpec

func (*NamespaceSpec) GetCodecServer

func (m *NamespaceSpec) GetCodecServer() *CodecServerSpec

func (*NamespaceSpec) GetCustomSearchAttributes deprecated

func (m *NamespaceSpec) GetCustomSearchAttributes() map[string]string

Deprecated: Do not use.

func (*NamespaceSpec) GetMtlsAuth

func (m *NamespaceSpec) GetMtlsAuth() *MtlsAuthSpec

func (*NamespaceSpec) GetName

func (m *NamespaceSpec) GetName() string

func (*NamespaceSpec) GetRegions

func (m *NamespaceSpec) GetRegions() []string

func (*NamespaceSpec) GetRetentionDays

func (m *NamespaceSpec) GetRetentionDays() int32

func (*NamespaceSpec) GetSearchAttributes added in v0.34.0

func (m *NamespaceSpec) GetSearchAttributes() map[string]NamespaceSpec_SearchAttributeType

func (*NamespaceSpec) GoString

func (this *NamespaceSpec) GoString() string

func (*NamespaceSpec) Marshal

func (m *NamespaceSpec) Marshal() (dAtA []byte, err error)

func (*NamespaceSpec) MarshalTo

func (m *NamespaceSpec) MarshalTo(dAtA []byte) (int, error)

func (*NamespaceSpec) MarshalToSizedBuffer

func (m *NamespaceSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NamespaceSpec) ProtoMessage

func (*NamespaceSpec) ProtoMessage()

func (*NamespaceSpec) Reset

func (m *NamespaceSpec) Reset()

func (*NamespaceSpec) Size

func (m *NamespaceSpec) Size() (n int)

func (*NamespaceSpec) String

func (this *NamespaceSpec) String() string

func (*NamespaceSpec) Unmarshal

func (m *NamespaceSpec) Unmarshal(dAtA []byte) error

func (*NamespaceSpec) XXX_DiscardUnknown

func (m *NamespaceSpec) XXX_DiscardUnknown()

func (*NamespaceSpec) XXX_Marshal

func (m *NamespaceSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NamespaceSpec) XXX_Merge

func (m *NamespaceSpec) XXX_Merge(src proto.Message)

func (*NamespaceSpec) XXX_Size

func (m *NamespaceSpec) XXX_Size() int

func (*NamespaceSpec) XXX_Unmarshal

func (m *NamespaceSpec) XXX_Unmarshal(b []byte) error

type NamespaceSpec_SearchAttributeType added in v0.34.0

type NamespaceSpec_SearchAttributeType int32
const (
	SEARCH_ATTRIBUTE_TYPE_UNSPECIFIED  NamespaceSpec_SearchAttributeType = 0
	SEARCH_ATTRIBUTE_TYPE_TEXT         NamespaceSpec_SearchAttributeType = 1
	SEARCH_ATTRIBUTE_TYPE_KEYWORD      NamespaceSpec_SearchAttributeType = 2
	SEARCH_ATTRIBUTE_TYPE_INT          NamespaceSpec_SearchAttributeType = 3
	SEARCH_ATTRIBUTE_TYPE_DOUBLE       NamespaceSpec_SearchAttributeType = 4
	SEARCH_ATTRIBUTE_TYPE_BOOL         NamespaceSpec_SearchAttributeType = 5
	SEARCH_ATTRIBUTE_TYPE_DATETIME     NamespaceSpec_SearchAttributeType = 6
	SEARCH_ATTRIBUTE_TYPE_KEYWORD_LIST NamespaceSpec_SearchAttributeType = 7
)

func (NamespaceSpec_SearchAttributeType) EnumDescriptor added in v0.34.0

func (NamespaceSpec_SearchAttributeType) EnumDescriptor() ([]byte, []int)

func (NamespaceSpec_SearchAttributeType) String added in v0.34.0

type PrivateConnectivity

type PrivateConnectivity struct {
	// The id of the region where the private connectivity applies.
	Region string `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"`
	// The AWS PrivateLink info.
	// This will only be set for an aws region.
	AwsPrivateLink *AWSPrivateLinkInfo `protobuf:"bytes,2,opt,name=aws_private_link,json=awsPrivateLink,proto3" json:"aws_private_link,omitempty"`
}

func (*PrivateConnectivity) Descriptor

func (*PrivateConnectivity) Descriptor() ([]byte, []int)

func (*PrivateConnectivity) Equal

func (this *PrivateConnectivity) Equal(that interface{}) bool
func (m *PrivateConnectivity) GetAwsPrivateLink() *AWSPrivateLinkInfo

func (*PrivateConnectivity) GetRegion

func (m *PrivateConnectivity) GetRegion() string

func (*PrivateConnectivity) GoString

func (this *PrivateConnectivity) GoString() string

func (*PrivateConnectivity) Marshal

func (m *PrivateConnectivity) Marshal() (dAtA []byte, err error)

func (*PrivateConnectivity) MarshalTo

func (m *PrivateConnectivity) MarshalTo(dAtA []byte) (int, error)

func (*PrivateConnectivity) MarshalToSizedBuffer

func (m *PrivateConnectivity) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PrivateConnectivity) ProtoMessage

func (*PrivateConnectivity) ProtoMessage()

func (*PrivateConnectivity) Reset

func (m *PrivateConnectivity) Reset()

func (*PrivateConnectivity) Size

func (m *PrivateConnectivity) Size() (n int)

func (*PrivateConnectivity) String

func (this *PrivateConnectivity) String() string

func (*PrivateConnectivity) Unmarshal

func (m *PrivateConnectivity) Unmarshal(dAtA []byte) error

func (*PrivateConnectivity) XXX_DiscardUnknown

func (m *PrivateConnectivity) XXX_DiscardUnknown()

func (*PrivateConnectivity) XXX_Marshal

func (m *PrivateConnectivity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PrivateConnectivity) XXX_Merge

func (m *PrivateConnectivity) XXX_Merge(src proto.Message)

func (*PrivateConnectivity) XXX_Size

func (m *PrivateConnectivity) XXX_Size() int

func (*PrivateConnectivity) XXX_Unmarshal

func (m *PrivateConnectivity) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL