namespaceservice

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthRequestResponse        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRequestResponse          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupRequestResponse = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterNamespaceServiceServer

func RegisterNamespaceServiceServer(s *grpc.Server, srv NamespaceServiceServer)

Types

type CreateExportSinkRequest added in v0.8.0

type CreateExportSinkRequest struct {
	// the namespace the sink is configured under
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// the spec for the sink
	Spec *v13.ExportSinkSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// the request id to use for this operation - optional
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
}

func (*CreateExportSinkRequest) Descriptor added in v0.8.0

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

func (*CreateExportSinkRequest) Equal added in v0.8.0

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

func (*CreateExportSinkRequest) GetNamespace added in v0.8.0

func (m *CreateExportSinkRequest) GetNamespace() string

func (*CreateExportSinkRequest) GetRequestId added in v0.8.0

func (m *CreateExportSinkRequest) GetRequestId() string

func (*CreateExportSinkRequest) GetSpec added in v0.8.0

func (*CreateExportSinkRequest) GoString added in v0.8.0

func (this *CreateExportSinkRequest) GoString() string

func (*CreateExportSinkRequest) Marshal added in v0.8.0

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

func (*CreateExportSinkRequest) MarshalTo added in v0.8.0

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

func (*CreateExportSinkRequest) MarshalToSizedBuffer added in v0.8.0

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

func (*CreateExportSinkRequest) ProtoMessage added in v0.8.0

func (*CreateExportSinkRequest) ProtoMessage()

func (*CreateExportSinkRequest) Reset added in v0.8.0

func (m *CreateExportSinkRequest) Reset()

func (*CreateExportSinkRequest) Size added in v0.8.0

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

func (*CreateExportSinkRequest) String added in v0.8.0

func (this *CreateExportSinkRequest) String() string

func (*CreateExportSinkRequest) Unmarshal added in v0.8.0

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

func (*CreateExportSinkRequest) XXX_DiscardUnknown added in v0.8.0

func (m *CreateExportSinkRequest) XXX_DiscardUnknown()

func (*CreateExportSinkRequest) XXX_Marshal added in v0.8.0

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

func (*CreateExportSinkRequest) XXX_Merge added in v0.8.0

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

func (*CreateExportSinkRequest) XXX_Size added in v0.8.0

func (m *CreateExportSinkRequest) XXX_Size() int

func (*CreateExportSinkRequest) XXX_Unmarshal added in v0.8.0

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

type CreateExportSinkResponse added in v0.8.0

type CreateExportSinkResponse struct {
	// the request status of the create operation
	RequestStatus *v12.RequestStatus `protobuf:"bytes,1,opt,name=request_status,json=requestStatus,proto3" json:"request_status,omitempty"`
}

func (*CreateExportSinkResponse) Descriptor added in v0.8.0

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

func (*CreateExportSinkResponse) Equal added in v0.8.0

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

func (*CreateExportSinkResponse) GetRequestStatus added in v0.8.0

func (m *CreateExportSinkResponse) GetRequestStatus() *v12.RequestStatus

func (*CreateExportSinkResponse) GoString added in v0.8.0

func (this *CreateExportSinkResponse) GoString() string

func (*CreateExportSinkResponse) Marshal added in v0.8.0

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

func (*CreateExportSinkResponse) MarshalTo added in v0.8.0

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

func (*CreateExportSinkResponse) MarshalToSizedBuffer added in v0.8.0

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

func (*CreateExportSinkResponse) ProtoMessage added in v0.8.0

func (*CreateExportSinkResponse) ProtoMessage()

func (*CreateExportSinkResponse) Reset added in v0.8.0

func (m *CreateExportSinkResponse) Reset()

func (*CreateExportSinkResponse) Size added in v0.8.0

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

func (*CreateExportSinkResponse) String added in v0.8.0

func (this *CreateExportSinkResponse) String() string

func (*CreateExportSinkResponse) Unmarshal added in v0.8.0

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

func (*CreateExportSinkResponse) XXX_DiscardUnknown added in v0.8.0

func (m *CreateExportSinkResponse) XXX_DiscardUnknown()

func (*CreateExportSinkResponse) XXX_Marshal added in v0.8.0

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

func (*CreateExportSinkResponse) XXX_Merge added in v0.8.0

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

func (*CreateExportSinkResponse) XXX_Size added in v0.8.0

func (m *CreateExportSinkResponse) XXX_Size() int

func (*CreateExportSinkResponse) XXX_Unmarshal added in v0.8.0

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

type CreateNamespaceRequest

type CreateNamespaceRequest struct {
	// the namespace
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// the namespace specification
	Spec *v1.NamespaceSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// the request id to use for this operation - optional
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// once the namespace is created, assigns namespace roles to these users; it is guaranteed that the user sending
	// this request will be assigned to admin role of the namespace
	UserNamespacePermissions []*v11.UserNamespacePermissions `` /* 135-byte string literal not displayed */
	// once the namespace is created, assigns namespace roles to these identities; it is guaranteed that the principal sending
	// this request will be assigned to admin role of the namespace
	IdentityNamespacePermissions []*v11.IdentityNamespacePermissions `` /* 147-byte string literal not displayed */
}

func (*CreateNamespaceRequest) Descriptor

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

func (*CreateNamespaceRequest) Equal

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

func (*CreateNamespaceRequest) GetIdentityNamespacePermissions added in v0.21.0

func (m *CreateNamespaceRequest) GetIdentityNamespacePermissions() []*v11.IdentityNamespacePermissions

func (*CreateNamespaceRequest) GetNamespace

func (m *CreateNamespaceRequest) GetNamespace() string

func (*CreateNamespaceRequest) GetRequestId

func (m *CreateNamespaceRequest) GetRequestId() string

func (*CreateNamespaceRequest) GetSpec

func (m *CreateNamespaceRequest) GetSpec() *v1.NamespaceSpec

func (*CreateNamespaceRequest) GetUserNamespacePermissions

func (m *CreateNamespaceRequest) GetUserNamespacePermissions() []*v11.UserNamespacePermissions

func (*CreateNamespaceRequest) GoString

func (this *CreateNamespaceRequest) GoString() string

func (*CreateNamespaceRequest) Marshal

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

func (*CreateNamespaceRequest) MarshalTo

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

func (*CreateNamespaceRequest) MarshalToSizedBuffer

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

func (*CreateNamespaceRequest) ProtoMessage

func (*CreateNamespaceRequest) ProtoMessage()

func (*CreateNamespaceRequest) Reset

func (m *CreateNamespaceRequest) Reset()

func (*CreateNamespaceRequest) Size

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

func (*CreateNamespaceRequest) String

func (this *CreateNamespaceRequest) String() string

func (*CreateNamespaceRequest) Unmarshal

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

func (*CreateNamespaceRequest) XXX_DiscardUnknown

func (m *CreateNamespaceRequest) XXX_DiscardUnknown()

func (*CreateNamespaceRequest) XXX_Marshal

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

func (*CreateNamespaceRequest) XXX_Merge

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

func (*CreateNamespaceRequest) XXX_Size

func (m *CreateNamespaceRequest) XXX_Size() int

func (*CreateNamespaceRequest) XXX_Unmarshal

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

type CreateNamespaceResponse

type CreateNamespaceResponse struct {
	// the request status of the provisioning operation
	RequestStatus *v12.RequestStatus `protobuf:"bytes,1,opt,name=request_status,json=requestStatus,proto3" json:"request_status,omitempty"`
}

func (*CreateNamespaceResponse) Descriptor

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

func (*CreateNamespaceResponse) Equal

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

func (*CreateNamespaceResponse) GetRequestStatus

func (m *CreateNamespaceResponse) GetRequestStatus() *v12.RequestStatus

func (*CreateNamespaceResponse) GoString

func (this *CreateNamespaceResponse) GoString() string

func (*CreateNamespaceResponse) Marshal

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

func (*CreateNamespaceResponse) MarshalTo

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

func (*CreateNamespaceResponse) MarshalToSizedBuffer

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

func (*CreateNamespaceResponse) ProtoMessage

func (*CreateNamespaceResponse) ProtoMessage()

func (*CreateNamespaceResponse) Reset

func (m *CreateNamespaceResponse) Reset()

func (*CreateNamespaceResponse) Size

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

func (*CreateNamespaceResponse) String

func (this *CreateNamespaceResponse) String() string

func (*CreateNamespaceResponse) Unmarshal

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

func (*CreateNamespaceResponse) XXX_DiscardUnknown

func (m *CreateNamespaceResponse) XXX_DiscardUnknown()

func (*CreateNamespaceResponse) XXX_Marshal

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

func (*CreateNamespaceResponse) XXX_Merge

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

func (*CreateNamespaceResponse) XXX_Size

func (m *CreateNamespaceResponse) XXX_Size() int

func (*CreateNamespaceResponse) XXX_Unmarshal

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

type DeleteExportSinkRequest added in v0.8.0

type DeleteExportSinkRequest struct {
	// the namespace the sink is scoped to
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// the sink name under the namespace to delete
	SinkName string `protobuf:"bytes,2,opt,name=sink_name,json=sinkName,proto3" json:"sink_name,omitempty"`
	// the version of the sink for which this delete is intended for
	// the latest version can be found by getting the sink
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// the request id to use for this operation - optional
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
}

func (*DeleteExportSinkRequest) Descriptor added in v0.8.0

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

func (*DeleteExportSinkRequest) Equal added in v0.8.0

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

func (*DeleteExportSinkRequest) GetNamespace added in v0.8.0

func (m *DeleteExportSinkRequest) GetNamespace() string

func (*DeleteExportSinkRequest) GetRequestId added in v0.8.0

func (m *DeleteExportSinkRequest) GetRequestId() string

func (*DeleteExportSinkRequest) GetResourceVersion added in v0.8.0

func (m *DeleteExportSinkRequest) GetResourceVersion() string

func (*DeleteExportSinkRequest) GetSinkName added in v0.8.0

func (m *DeleteExportSinkRequest) GetSinkName() string

func (*DeleteExportSinkRequest) GoString added in v0.8.0

func (this *DeleteExportSinkRequest) GoString() string

func (*DeleteExportSinkRequest) Marshal added in v0.8.0

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

func (*DeleteExportSinkRequest) MarshalTo added in v0.8.0

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

func (*DeleteExportSinkRequest) MarshalToSizedBuffer added in v0.8.0

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

func (*DeleteExportSinkRequest) ProtoMessage added in v0.8.0

func (*DeleteExportSinkRequest) ProtoMessage()

func (*DeleteExportSinkRequest) Reset added in v0.8.0

func (m *DeleteExportSinkRequest) Reset()

func (*DeleteExportSinkRequest) Size added in v0.8.0

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

func (*DeleteExportSinkRequest) String added in v0.8.0

func (this *DeleteExportSinkRequest) String() string

func (*DeleteExportSinkRequest) Unmarshal added in v0.8.0

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

func (*DeleteExportSinkRequest) XXX_DiscardUnknown added in v0.8.0

func (m *DeleteExportSinkRequest) XXX_DiscardUnknown()

func (*DeleteExportSinkRequest) XXX_Marshal added in v0.8.0

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

func (*DeleteExportSinkRequest) XXX_Merge added in v0.8.0

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

func (*DeleteExportSinkRequest) XXX_Size added in v0.8.0

func (m *DeleteExportSinkRequest) XXX_Size() int

func (*DeleteExportSinkRequest) XXX_Unmarshal added in v0.8.0

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

type DeleteExportSinkResponse added in v0.8.0

type DeleteExportSinkResponse struct {
	// the request status of the delete operation
	RequestStatus *v12.RequestStatus `protobuf:"bytes,1,opt,name=request_status,json=requestStatus,proto3" json:"request_status,omitempty"`
}

func (*DeleteExportSinkResponse) Descriptor added in v0.8.0

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

func (*DeleteExportSinkResponse) Equal added in v0.8.0

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

func (*DeleteExportSinkResponse) GetRequestStatus added in v0.8.0

func (m *DeleteExportSinkResponse) GetRequestStatus() *v12.RequestStatus

func (*DeleteExportSinkResponse) GoString added in v0.8.0

func (this *DeleteExportSinkResponse) GoString() string

func (*DeleteExportSinkResponse) Marshal added in v0.8.0

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

func (*DeleteExportSinkResponse) MarshalTo added in v0.8.0

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

func (*DeleteExportSinkResponse) MarshalToSizedBuffer added in v0.8.0

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

func (*DeleteExportSinkResponse) ProtoMessage added in v0.8.0

func (*DeleteExportSinkResponse) ProtoMessage()

func (*DeleteExportSinkResponse) Reset added in v0.8.0

func (m *DeleteExportSinkResponse) Reset()

func (*DeleteExportSinkResponse) Size added in v0.8.0

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

func (*DeleteExportSinkResponse) String added in v0.8.0

func (this *DeleteExportSinkResponse) String() string

func (*DeleteExportSinkResponse) Unmarshal added in v0.8.0

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

func (*DeleteExportSinkResponse) XXX_DiscardUnknown added in v0.8.0

func (m *DeleteExportSinkResponse) XXX_DiscardUnknown()

func (*DeleteExportSinkResponse) XXX_Marshal added in v0.8.0

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

func (*DeleteExportSinkResponse) XXX_Merge added in v0.8.0

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

func (*DeleteExportSinkResponse) XXX_Size added in v0.8.0

func (m *DeleteExportSinkResponse) XXX_Size() int

func (*DeleteExportSinkResponse) XXX_Unmarshal added in v0.8.0

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

type DeleteNamespaceRequest added in v0.5.0

type DeleteNamespaceRequest struct {
	// the namespace
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// the version of the namespace for which this delete is intended for
	// the latest version can be found in the namespace status
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// the request id to use for this operation - optional
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
}

func (*DeleteNamespaceRequest) Descriptor added in v0.5.0

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

func (*DeleteNamespaceRequest) Equal added in v0.5.0

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

func (*DeleteNamespaceRequest) GetNamespace added in v0.5.0

func (m *DeleteNamespaceRequest) GetNamespace() string

func (*DeleteNamespaceRequest) GetRequestId added in v0.5.0

func (m *DeleteNamespaceRequest) GetRequestId() string

func (*DeleteNamespaceRequest) GetResourceVersion added in v0.5.0

func (m *DeleteNamespaceRequest) GetResourceVersion() string

func (*DeleteNamespaceRequest) GoString added in v0.5.0

func (this *DeleteNamespaceRequest) GoString() string

func (*DeleteNamespaceRequest) Marshal added in v0.5.0

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

func (*DeleteNamespaceRequest) MarshalTo added in v0.5.0

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

func (*DeleteNamespaceRequest) MarshalToSizedBuffer added in v0.5.0

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

func (*DeleteNamespaceRequest) ProtoMessage added in v0.5.0

func (*DeleteNamespaceRequest) ProtoMessage()

func (*DeleteNamespaceRequest) Reset added in v0.5.0

func (m *DeleteNamespaceRequest) Reset()

func (*DeleteNamespaceRequest) Size added in v0.5.0

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

func (*DeleteNamespaceRequest) String added in v0.5.0

func (this *DeleteNamespaceRequest) String() string

func (*DeleteNamespaceRequest) Unmarshal added in v0.5.0

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

func (*DeleteNamespaceRequest) XXX_DiscardUnknown added in v0.5.0

func (m *DeleteNamespaceRequest) XXX_DiscardUnknown()

func (*DeleteNamespaceRequest) XXX_Marshal added in v0.5.0

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

func (*DeleteNamespaceRequest) XXX_Merge added in v0.5.0

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

func (*DeleteNamespaceRequest) XXX_Size added in v0.5.0

func (m *DeleteNamespaceRequest) XXX_Size() int

func (*DeleteNamespaceRequest) XXX_Unmarshal added in v0.5.0

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

type DeleteNamespaceResponse added in v0.5.0

type DeleteNamespaceResponse struct {
	// the request status of the delete operation
	RequestStatus *v12.RequestStatus `protobuf:"bytes,1,opt,name=request_status,json=requestStatus,proto3" json:"request_status,omitempty"`
}

func (*DeleteNamespaceResponse) Descriptor added in v0.5.0

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

func (*DeleteNamespaceResponse) Equal added in v0.5.0

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

func (*DeleteNamespaceResponse) GetRequestStatus added in v0.5.0

func (m *DeleteNamespaceResponse) GetRequestStatus() *v12.RequestStatus

func (*DeleteNamespaceResponse) GoString added in v0.5.0

func (this *DeleteNamespaceResponse) GoString() string

func (*DeleteNamespaceResponse) Marshal added in v0.5.0

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

func (*DeleteNamespaceResponse) MarshalTo added in v0.5.0

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

func (*DeleteNamespaceResponse) MarshalToSizedBuffer added in v0.5.0

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

func (*DeleteNamespaceResponse) ProtoMessage added in v0.5.0

func (*DeleteNamespaceResponse) ProtoMessage()

func (*DeleteNamespaceResponse) Reset added in v0.5.0

func (m *DeleteNamespaceResponse) Reset()

func (*DeleteNamespaceResponse) Size added in v0.5.0

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

func (*DeleteNamespaceResponse) String added in v0.5.0

func (this *DeleteNamespaceResponse) String() string

func (*DeleteNamespaceResponse) Unmarshal added in v0.5.0

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

func (*DeleteNamespaceResponse) XXX_DiscardUnknown added in v0.5.0

func (m *DeleteNamespaceResponse) XXX_DiscardUnknown()

func (*DeleteNamespaceResponse) XXX_Marshal added in v0.5.0

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

func (*DeleteNamespaceResponse) XXX_Merge added in v0.5.0

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

func (*DeleteNamespaceResponse) XXX_Size added in v0.5.0

func (m *DeleteNamespaceResponse) XXX_Size() int

func (*DeleteNamespaceResponse) XXX_Unmarshal added in v0.5.0

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

type FailoverNamespaceRequest added in v0.16.0

type FailoverNamespaceRequest struct {
	// The namespace to be failed over.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// the request id to use for this operation - optional
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// The target region is the region to be primary after the failover.
	TargetRegion *v14.RegionID `protobuf:"bytes,3,opt,name=target_region,json=targetRegion,proto3" json:"target_region,omitempty"`
	// This will skip graceful failover and fail over namespace without any condition.
	SkipGracefulFailover bool `protobuf:"varint,4,opt,name=skip_graceful_failover,json=skipGracefulFailover,proto3" json:"skip_graceful_failover,omitempty"`
}

func (*FailoverNamespaceRequest) Descriptor added in v0.16.0

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

func (*FailoverNamespaceRequest) Equal added in v0.16.0

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

func (*FailoverNamespaceRequest) GetNamespace added in v0.16.0

func (m *FailoverNamespaceRequest) GetNamespace() string

func (*FailoverNamespaceRequest) GetRequestId added in v0.16.0

func (m *FailoverNamespaceRequest) GetRequestId() string

func (*FailoverNamespaceRequest) GetSkipGracefulFailover added in v0.16.0

func (m *FailoverNamespaceRequest) GetSkipGracefulFailover() bool

func (*FailoverNamespaceRequest) GetTargetRegion added in v0.16.0

func (m *FailoverNamespaceRequest) GetTargetRegion() *v14.RegionID

func (*FailoverNamespaceRequest) GoString added in v0.16.0

func (this *FailoverNamespaceRequest) GoString() string

func (*FailoverNamespaceRequest) Marshal added in v0.16.0

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

func (*FailoverNamespaceRequest) MarshalTo added in v0.16.0

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

func (*FailoverNamespaceRequest) MarshalToSizedBuffer added in v0.16.0

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

func (*FailoverNamespaceRequest) ProtoMessage added in v0.16.0

func (*FailoverNamespaceRequest) ProtoMessage()

func (*FailoverNamespaceRequest) Reset added in v0.16.0

func (m *FailoverNamespaceRequest) Reset()

func (*FailoverNamespaceRequest) Size added in v0.16.0

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

func (*FailoverNamespaceRequest) String added in v0.16.0

func (this *FailoverNamespaceRequest) String() string

func (*FailoverNamespaceRequest) Unmarshal added in v0.16.0

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

func (*FailoverNamespaceRequest) XXX_DiscardUnknown added in v0.16.0

func (m *FailoverNamespaceRequest) XXX_DiscardUnknown()

func (*FailoverNamespaceRequest) XXX_Marshal added in v0.16.0

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

func (*FailoverNamespaceRequest) XXX_Merge added in v0.16.0

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

func (*FailoverNamespaceRequest) XXX_Size added in v0.16.0

func (m *FailoverNamespaceRequest) XXX_Size() int

func (*FailoverNamespaceRequest) XXX_Unmarshal added in v0.16.0

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

type FailoverNamespaceResponse added in v0.16.0

type FailoverNamespaceResponse struct {
	// Failover status
	RequestStatus *v12.RequestStatus `protobuf:"bytes,1,opt,name=request_status,json=requestStatus,proto3" json:"request_status,omitempty"`
}

func (*FailoverNamespaceResponse) Descriptor added in v0.16.0

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

func (*FailoverNamespaceResponse) Equal added in v0.16.0

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

func (*FailoverNamespaceResponse) GetRequestStatus added in v0.16.0

func (m *FailoverNamespaceResponse) GetRequestStatus() *v12.RequestStatus

func (*FailoverNamespaceResponse) GoString added in v0.16.0

func (this *FailoverNamespaceResponse) GoString() string

func (*FailoverNamespaceResponse) Marshal added in v0.16.0

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

func (*FailoverNamespaceResponse) MarshalTo added in v0.16.0

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

func (*FailoverNamespaceResponse) MarshalToSizedBuffer added in v0.16.0

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

func (*FailoverNamespaceResponse) ProtoMessage added in v0.16.0

func (*FailoverNamespaceResponse) ProtoMessage()

func (*FailoverNamespaceResponse) Reset added in v0.16.0

func (m *FailoverNamespaceResponse) Reset()

func (*FailoverNamespaceResponse) Size added in v0.16.0

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

func (*FailoverNamespaceResponse) String added in v0.16.0

func (this *FailoverNamespaceResponse) String() string

func (*FailoverNamespaceResponse) Unmarshal added in v0.16.0

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

func (*FailoverNamespaceResponse) XXX_DiscardUnknown added in v0.16.0

func (m *FailoverNamespaceResponse) XXX_DiscardUnknown()

func (*FailoverNamespaceResponse) XXX_Marshal added in v0.16.0

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

func (*FailoverNamespaceResponse) XXX_Merge added in v0.16.0

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

func (*FailoverNamespaceResponse) XXX_Size added in v0.16.0

func (m *FailoverNamespaceResponse) XXX_Size() int

func (*FailoverNamespaceResponse) XXX_Unmarshal added in v0.16.0

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

type FailoverRecord added in v0.20.0

type FailoverRecord struct {
	FailoverType v14.FailoverType   `` /* 130-byte string literal not displayed */
	SourceRegion *v14.RegionID      `protobuf:"bytes,2,opt,name=source_region,json=sourceRegion,proto3" json:"source_region,omitempty"`
	TargetRegion *v14.RegionID      `protobuf:"bytes,3,opt,name=target_region,json=targetRegion,proto3" json:"target_region,omitempty"`
	StartTimeUtc *types.Timestamp   `protobuf:"bytes,4,opt,name=start_time_utc,json=startTimeUtc,proto3" json:"start_time_utc,omitempty"`
	EndTimeUtc   *types.Timestamp   `protobuf:"bytes,5,opt,name=end_time_utc,json=endTimeUtc,proto3" json:"end_time_utc,omitempty"`
	Status       v14.FailoverStatus `protobuf:"varint,6,opt,name=status,proto3,enum=api.common.v1.FailoverStatus" json:"status,omitempty"`
	Operator     string             `protobuf:"bytes,7,opt,name=operator,proto3" json:"operator,omitempty"`
}

func (*FailoverRecord) Descriptor added in v0.20.0

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

func (*FailoverRecord) Equal added in v0.20.0

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

func (*FailoverRecord) GetEndTimeUtc added in v0.20.0

func (m *FailoverRecord) GetEndTimeUtc() *types.Timestamp

func (*FailoverRecord) GetFailoverType added in v0.20.0

func (m *FailoverRecord) GetFailoverType() v14.FailoverType

func (*FailoverRecord) GetOperator added in v0.20.0

func (m *FailoverRecord) GetOperator() string

func (*FailoverRecord) GetSourceRegion added in v0.20.0

func (m *FailoverRecord) GetSourceRegion() *v14.RegionID

func (*FailoverRecord) GetStartTimeUtc added in v0.20.0

func (m *FailoverRecord) GetStartTimeUtc() *types.Timestamp

func (*FailoverRecord) GetStatus added in v0.20.0

func (m *FailoverRecord) GetStatus() v14.FailoverStatus

func (*FailoverRecord) GetTargetRegion added in v0.20.0

func (m *FailoverRecord) GetTargetRegion() *v14.RegionID

func (*FailoverRecord) GoString added in v0.20.0

func (this *FailoverRecord) GoString() string

func (*FailoverRecord) Marshal added in v0.20.0

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

func (*FailoverRecord) MarshalTo added in v0.20.0

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

func (*FailoverRecord) MarshalToSizedBuffer added in v0.20.0

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

func (*FailoverRecord) ProtoMessage added in v0.20.0

func (*FailoverRecord) ProtoMessage()

func (*FailoverRecord) Reset added in v0.20.0

func (m *FailoverRecord) Reset()

func (*FailoverRecord) Size added in v0.20.0

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

func (*FailoverRecord) String added in v0.20.0

func (this *FailoverRecord) String() string

func (*FailoverRecord) Unmarshal added in v0.20.0

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

func (*FailoverRecord) XXX_DiscardUnknown added in v0.20.0

func (m *FailoverRecord) XXX_DiscardUnknown()

func (*FailoverRecord) XXX_Marshal added in v0.20.0

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

func (*FailoverRecord) XXX_Merge added in v0.20.0

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

func (*FailoverRecord) XXX_Size added in v0.20.0

func (m *FailoverRecord) XXX_Size() int

func (*FailoverRecord) XXX_Unmarshal added in v0.20.0

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

type GetExportSinkRequest added in v0.8.0

type GetExportSinkRequest struct {
	// the namespace the sink is scoped to
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// the sink name under the namespace to retrieve
	SinkName string `protobuf:"bytes,2,opt,name=sink_name,json=sinkName,proto3" json:"sink_name,omitempty"`
}

func (*GetExportSinkRequest) Descriptor added in v0.8.0

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

func (*GetExportSinkRequest) Equal added in v0.8.0

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

func (*GetExportSinkRequest) GetNamespace added in v0.8.0

func (m *GetExportSinkRequest) GetNamespace() string

func (*GetExportSinkRequest) GetSinkName added in v0.8.0

func (m *GetExportSinkRequest) GetSinkName() string

func (*GetExportSinkRequest) GoString added in v0.8.0

func (this *GetExportSinkRequest) GoString() string

func (*GetExportSinkRequest) Marshal added in v0.8.0

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

func (*GetExportSinkRequest) MarshalTo added in v0.8.0

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

func (*GetExportSinkRequest) MarshalToSizedBuffer added in v0.8.0

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

func (*GetExportSinkRequest) ProtoMessage added in v0.8.0

func (*GetExportSinkRequest) ProtoMessage()

func (*GetExportSinkRequest) Reset added in v0.8.0

func (m *GetExportSinkRequest) Reset()

func (*GetExportSinkRequest) Size added in v0.8.0

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

func (*GetExportSinkRequest) String added in v0.8.0

func (this *GetExportSinkRequest) String() string

func (*GetExportSinkRequest) Unmarshal added in v0.8.0

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

func (*GetExportSinkRequest) XXX_DiscardUnknown added in v0.8.0

func (m *GetExportSinkRequest) XXX_DiscardUnknown()

func (*GetExportSinkRequest) XXX_Marshal added in v0.8.0

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

func (*GetExportSinkRequest) XXX_Merge added in v0.8.0

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

func (*GetExportSinkRequest) XXX_Size added in v0.8.0

func (m *GetExportSinkRequest) XXX_Size() int

func (*GetExportSinkRequest) XXX_Unmarshal added in v0.8.0

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

type GetExportSinkResponse added in v0.8.0

type GetExportSinkResponse struct {
	// the sink
	Sink *v13.ExportSink `protobuf:"bytes,1,opt,name=sink,proto3" json:"sink,omitempty"`
}

func (*GetExportSinkResponse) Descriptor added in v0.8.0

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

func (*GetExportSinkResponse) Equal added in v0.8.0

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

func (*GetExportSinkResponse) GetSink added in v0.8.0

func (m *GetExportSinkResponse) GetSink() *v13.ExportSink

func (*GetExportSinkResponse) GoString added in v0.8.0

func (this *GetExportSinkResponse) GoString() string

func (*GetExportSinkResponse) Marshal added in v0.8.0

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

func (*GetExportSinkResponse) MarshalTo added in v0.8.0

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

func (*GetExportSinkResponse) MarshalToSizedBuffer added in v0.8.0

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

func (*GetExportSinkResponse) ProtoMessage added in v0.8.0

func (*GetExportSinkResponse) ProtoMessage()

func (*GetExportSinkResponse) Reset added in v0.8.0

func (m *GetExportSinkResponse) Reset()

func (*GetExportSinkResponse) Size added in v0.8.0

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

func (*GetExportSinkResponse) String added in v0.8.0

func (this *GetExportSinkResponse) String() string

func (*GetExportSinkResponse) Unmarshal added in v0.8.0

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

func (*GetExportSinkResponse) XXX_DiscardUnknown added in v0.8.0

func (m *GetExportSinkResponse) XXX_DiscardUnknown()

func (*GetExportSinkResponse) XXX_Marshal added in v0.8.0

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

func (*GetExportSinkResponse) XXX_Merge added in v0.8.0

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

func (*GetExportSinkResponse) XXX_Size added in v0.8.0

func (m *GetExportSinkResponse) XXX_Size() int

func (*GetExportSinkResponse) XXX_Unmarshal added in v0.8.0

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

type GetExportSinksRequest added in v0.8.0

type GetExportSinksRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// the requested size of the page to retrieve
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// the page token
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
}

func (*GetExportSinksRequest) Descriptor added in v0.8.0

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

func (*GetExportSinksRequest) Equal added in v0.8.0

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

func (*GetExportSinksRequest) GetNamespace added in v0.8.0

func (m *GetExportSinksRequest) GetNamespace() string

func (*GetExportSinksRequest) GetPageSize added in v0.8.0

func (m *GetExportSinksRequest) GetPageSize() int32

func (*GetExportSinksRequest) GetPageToken added in v0.8.0

func (m *GetExportSinksRequest) GetPageToken() string

func (*GetExportSinksRequest) GoString added in v0.8.0

func (this *GetExportSinksRequest) GoString() string

func (*GetExportSinksRequest) Marshal added in v0.8.0

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

func (*GetExportSinksRequest) MarshalTo added in v0.8.0

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

func (*GetExportSinksRequest) MarshalToSizedBuffer added in v0.8.0

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

func (*GetExportSinksRequest) ProtoMessage added in v0.8.0

func (*GetExportSinksRequest) ProtoMessage()

func (*GetExportSinksRequest) Reset added in v0.8.0

func (m *GetExportSinksRequest) Reset()

func (*GetExportSinksRequest) Size added in v0.8.0

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

func (*GetExportSinksRequest) String added in v0.8.0

func (this *GetExportSinksRequest) String() string

func (*GetExportSinksRequest) Unmarshal added in v0.8.0

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

func (*GetExportSinksRequest) XXX_DiscardUnknown added in v0.8.0

func (m *GetExportSinksRequest) XXX_DiscardUnknown()

func (*GetExportSinksRequest) XXX_Marshal added in v0.8.0

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

func (*GetExportSinksRequest) XXX_Merge added in v0.8.0

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

func (*GetExportSinksRequest) XXX_Size added in v0.8.0

func (m *GetExportSinksRequest) XXX_Size() int

func (*GetExportSinksRequest) XXX_Unmarshal added in v0.8.0

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

type GetExportSinksResponse added in v0.8.0

type GetExportSinksResponse struct {
	// the list of export sinks
	Sinks []*v13.ExportSink `protobuf:"bytes,1,rep,name=sinks,proto3" json:"sinks,omitempty"`
	// the next page's token
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}

func (*GetExportSinksResponse) Descriptor added in v0.8.0

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

func (*GetExportSinksResponse) Equal added in v0.8.0

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

func (*GetExportSinksResponse) GetNextPageToken added in v0.8.0

func (m *GetExportSinksResponse) GetNextPageToken() string

func (*GetExportSinksResponse) GetSinks added in v0.8.0

func (m *GetExportSinksResponse) GetSinks() []*v13.ExportSink

func (*GetExportSinksResponse) GoString added in v0.8.0

func (this *GetExportSinksResponse) GoString() string

func (*GetExportSinksResponse) Marshal added in v0.8.0

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

func (*GetExportSinksResponse) MarshalTo added in v0.8.0

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

func (*GetExportSinksResponse) MarshalToSizedBuffer added in v0.8.0

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

func (*GetExportSinksResponse) ProtoMessage added in v0.8.0

func (*GetExportSinksResponse) ProtoMessage()

func (*GetExportSinksResponse) Reset added in v0.8.0

func (m *GetExportSinksResponse) Reset()

func (*GetExportSinksResponse) Size added in v0.8.0

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

func (*GetExportSinksResponse) String added in v0.8.0

func (this *GetExportSinksResponse) String() string

func (*GetExportSinksResponse) Unmarshal added in v0.8.0

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

func (*GetExportSinksResponse) XXX_DiscardUnknown added in v0.8.0

func (m *GetExportSinksResponse) XXX_DiscardUnknown()

func (*GetExportSinksResponse) XXX_Marshal added in v0.8.0

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

func (*GetExportSinksResponse) XXX_Merge added in v0.8.0

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

func (*GetExportSinksResponse) XXX_Size added in v0.8.0

func (m *GetExportSinksResponse) XXX_Size() int

func (*GetExportSinksResponse) XXX_Unmarshal added in v0.8.0

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

type GetNamespaceRequest

type GetNamespaceRequest struct {
	// the namespace
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
}

func (*GetNamespaceRequest) Descriptor

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

func (*GetNamespaceRequest) Equal

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

func (*GetNamespaceRequest) GetNamespace

func (m *GetNamespaceRequest) GetNamespace() string

func (*GetNamespaceRequest) GoString

func (this *GetNamespaceRequest) GoString() string

func (*GetNamespaceRequest) Marshal

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

func (*GetNamespaceRequest) MarshalTo

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

func (*GetNamespaceRequest) MarshalToSizedBuffer

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

func (*GetNamespaceRequest) ProtoMessage

func (*GetNamespaceRequest) ProtoMessage()

func (*GetNamespaceRequest) Reset

func (m *GetNamespaceRequest) Reset()

func (*GetNamespaceRequest) Size

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

func (*GetNamespaceRequest) String

func (this *GetNamespaceRequest) String() string

func (*GetNamespaceRequest) Unmarshal

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

func (*GetNamespaceRequest) XXX_DiscardUnknown

func (m *GetNamespaceRequest) XXX_DiscardUnknown()

func (*GetNamespaceRequest) XXX_Marshal

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

func (*GetNamespaceRequest) XXX_Merge

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

func (*GetNamespaceRequest) XXX_Size

func (m *GetNamespaceRequest) XXX_Size() int

func (*GetNamespaceRequest) XXX_Unmarshal

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

type GetNamespaceResponse

type GetNamespaceResponse struct {
	// the namespace
	Namespace *v1.Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
}

func (*GetNamespaceResponse) Descriptor

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

func (*GetNamespaceResponse) Equal

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

func (*GetNamespaceResponse) GetNamespace

func (m *GetNamespaceResponse) GetNamespace() *v1.Namespace

func (*GetNamespaceResponse) GoString

func (this *GetNamespaceResponse) GoString() string

func (*GetNamespaceResponse) Marshal

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

func (*GetNamespaceResponse) MarshalTo

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

func (*GetNamespaceResponse) MarshalToSizedBuffer

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

func (*GetNamespaceResponse) ProtoMessage

func (*GetNamespaceResponse) ProtoMessage()

func (*GetNamespaceResponse) Reset

func (m *GetNamespaceResponse) Reset()

func (*GetNamespaceResponse) Size

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

func (*GetNamespaceResponse) String

func (this *GetNamespaceResponse) String() string

func (*GetNamespaceResponse) Unmarshal

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

func (*GetNamespaceResponse) XXX_DiscardUnknown

func (m *GetNamespaceResponse) XXX_DiscardUnknown()

func (*GetNamespaceResponse) XXX_Marshal

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

func (*GetNamespaceResponse) XXX_Merge

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

func (*GetNamespaceResponse) XXX_Size

func (m *GetNamespaceResponse) XXX_Size() int

func (*GetNamespaceResponse) XXX_Unmarshal

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

type GetNamespacesRequest

type GetNamespacesRequest struct {
	// the requested size of the page to retrive
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// the page token
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
}

func (*GetNamespacesRequest) Descriptor

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

func (*GetNamespacesRequest) Equal

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

func (*GetNamespacesRequest) GetPageSize

func (m *GetNamespacesRequest) GetPageSize() int32

func (*GetNamespacesRequest) GetPageToken

func (m *GetNamespacesRequest) GetPageToken() string

func (*GetNamespacesRequest) GoString

func (this *GetNamespacesRequest) GoString() string

func (*GetNamespacesRequest) Marshal

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

func (*GetNamespacesRequest) MarshalTo

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

func (*GetNamespacesRequest) MarshalToSizedBuffer

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

func (*GetNamespacesRequest) ProtoMessage

func (*GetNamespacesRequest) ProtoMessage()

func (*GetNamespacesRequest) Reset

func (m *GetNamespacesRequest) Reset()

func (*GetNamespacesRequest) Size

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

func (*GetNamespacesRequest) String

func (this *GetNamespacesRequest) String() string

func (*GetNamespacesRequest) Unmarshal

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

func (*GetNamespacesRequest) XXX_DiscardUnknown

func (m *GetNamespacesRequest) XXX_DiscardUnknown()

func (*GetNamespacesRequest) XXX_Marshal

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

func (*GetNamespacesRequest) XXX_Merge

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

func (*GetNamespacesRequest) XXX_Size

func (m *GetNamespacesRequest) XXX_Size() int

func (*GetNamespacesRequest) XXX_Unmarshal

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

type GetNamespacesResponse

type GetNamespacesResponse struct {
	// the list of namespaces
	Namespaces []*v1.Namespace `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"`
	// the next page's token
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}

func (*GetNamespacesResponse) Descriptor

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

func (*GetNamespacesResponse) Equal

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

func (*GetNamespacesResponse) GetNamespaces

func (m *GetNamespacesResponse) GetNamespaces() []*v1.Namespace

func (*GetNamespacesResponse) GetNextPageToken

func (m *GetNamespacesResponse) GetNextPageToken() string

func (*GetNamespacesResponse) GoString

func (this *GetNamespacesResponse) GoString() string

func (*GetNamespacesResponse) Marshal

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

func (*GetNamespacesResponse) MarshalTo

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

func (*GetNamespacesResponse) MarshalToSizedBuffer

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

func (*GetNamespacesResponse) ProtoMessage

func (*GetNamespacesResponse) ProtoMessage()

func (*GetNamespacesResponse) Reset

func (m *GetNamespacesResponse) Reset()

func (*GetNamespacesResponse) Size

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

func (*GetNamespacesResponse) String

func (this *GetNamespacesResponse) String() string

func (*GetNamespacesResponse) Unmarshal

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

func (*GetNamespacesResponse) XXX_DiscardUnknown

func (m *GetNamespacesResponse) XXX_DiscardUnknown()

func (*GetNamespacesResponse) XXX_Marshal

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

func (*GetNamespacesResponse) XXX_Merge

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

func (*GetNamespacesResponse) XXX_Size

func (m *GetNamespacesResponse) XXX_Size() int

func (*GetNamespacesResponse) XXX_Unmarshal

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

type GetReplicationStatusRequest added in v0.20.0

type GetReplicationStatusRequest struct {
	// The namespace to get replication status.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
}

func (*GetReplicationStatusRequest) Descriptor added in v0.20.0

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

func (*GetReplicationStatusRequest) Equal added in v0.20.0

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

func (*GetReplicationStatusRequest) GetNamespace added in v0.20.0

func (m *GetReplicationStatusRequest) GetNamespace() string

func (*GetReplicationStatusRequest) GoString added in v0.20.0

func (this *GetReplicationStatusRequest) GoString() string

func (*GetReplicationStatusRequest) Marshal added in v0.20.0

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

func (*GetReplicationStatusRequest) MarshalTo added in v0.20.0

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

func (*GetReplicationStatusRequest) MarshalToSizedBuffer added in v0.20.0

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

func (*GetReplicationStatusRequest) ProtoMessage added in v0.20.0

func (*GetReplicationStatusRequest) ProtoMessage()

func (*GetReplicationStatusRequest) Reset added in v0.20.0

func (m *GetReplicationStatusRequest) Reset()

func (*GetReplicationStatusRequest) Size added in v0.20.0

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

func (*GetReplicationStatusRequest) String added in v0.20.0

func (this *GetReplicationStatusRequest) String() string

func (*GetReplicationStatusRequest) Unmarshal added in v0.20.0

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

func (*GetReplicationStatusRequest) XXX_DiscardUnknown added in v0.20.0

func (m *GetReplicationStatusRequest) XXX_DiscardUnknown()

func (*GetReplicationStatusRequest) XXX_Marshal added in v0.20.0

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

func (*GetReplicationStatusRequest) XXX_Merge added in v0.20.0

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

func (*GetReplicationStatusRequest) XXX_Size added in v0.20.0

func (m *GetReplicationStatusRequest) XXX_Size() int

func (*GetReplicationStatusRequest) XXX_Unmarshal added in v0.20.0

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

type GetReplicationStatusResponse added in v0.20.0

type GetReplicationStatusResponse struct {
	// The replication status group by the source region and the target region.
	ReplicationStatus []*ReplicationStatus `protobuf:"bytes,1,rep,name=replication_status,json=replicationStatus,proto3" json:"replication_status,omitempty"`
	// Use the timestamp for long poll case.
	NextPollTime *types.Timestamp `protobuf:"bytes,2,opt,name=next_poll_time,json=nextPollTime,proto3" json:"next_poll_time,omitempty"`
}

func (*GetReplicationStatusResponse) Descriptor added in v0.20.0

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

func (*GetReplicationStatusResponse) Equal added in v0.20.0

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

func (*GetReplicationStatusResponse) GetNextPollTime added in v0.20.0

func (m *GetReplicationStatusResponse) GetNextPollTime() *types.Timestamp

func (*GetReplicationStatusResponse) GetReplicationStatus added in v0.20.0

func (m *GetReplicationStatusResponse) GetReplicationStatus() []*ReplicationStatus

func (*GetReplicationStatusResponse) GoString added in v0.20.0

func (this *GetReplicationStatusResponse) GoString() string

func (*GetReplicationStatusResponse) Marshal added in v0.20.0

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

func (*GetReplicationStatusResponse) MarshalTo added in v0.20.0

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

func (*GetReplicationStatusResponse) MarshalToSizedBuffer added in v0.20.0

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

func (*GetReplicationStatusResponse) ProtoMessage added in v0.20.0

func (*GetReplicationStatusResponse) ProtoMessage()

func (*GetReplicationStatusResponse) Reset added in v0.20.0

func (m *GetReplicationStatusResponse) Reset()

func (*GetReplicationStatusResponse) Size added in v0.20.0

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

func (*GetReplicationStatusResponse) String added in v0.20.0

func (this *GetReplicationStatusResponse) String() string

func (*GetReplicationStatusResponse) Unmarshal added in v0.20.0

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

func (*GetReplicationStatusResponse) XXX_DiscardUnknown added in v0.20.0

func (m *GetReplicationStatusResponse) XXX_DiscardUnknown()

func (*GetReplicationStatusResponse) XXX_Marshal added in v0.20.0

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

func (*GetReplicationStatusResponse) XXX_Merge added in v0.20.0

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

func (*GetReplicationStatusResponse) XXX_Size added in v0.20.0

func (m *GetReplicationStatusResponse) XXX_Size() int

func (*GetReplicationStatusResponse) XXX_Unmarshal added in v0.20.0

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

type GlobalizeNamespaceRequest added in v0.20.0

type GlobalizeNamespaceRequest struct {
	// The namespace to be globalize.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The request id to use for this operation - optional
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// The target region to be added into global namespace.
	TargetRegion *v14.RegionID `protobuf:"bytes,3,opt,name=target_region,json=targetRegion,proto3" json:"target_region,omitempty"`
	// the version of the namespace for which this update is intended for
	// the latest version can be found in the namespace status.
	ResourceVersion string `protobuf:"bytes,4,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
}

func (*GlobalizeNamespaceRequest) Descriptor added in v0.20.0

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

func (*GlobalizeNamespaceRequest) Equal added in v0.20.0

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

func (*GlobalizeNamespaceRequest) GetNamespace added in v0.20.0

func (m *GlobalizeNamespaceRequest) GetNamespace() string

func (*GlobalizeNamespaceRequest) GetRequestId added in v0.20.0

func (m *GlobalizeNamespaceRequest) GetRequestId() string

func (*GlobalizeNamespaceRequest) GetResourceVersion added in v0.20.0

func (m *GlobalizeNamespaceRequest) GetResourceVersion() string

func (*GlobalizeNamespaceRequest) GetTargetRegion added in v0.20.0

func (m *GlobalizeNamespaceRequest) GetTargetRegion() *v14.RegionID

func (*GlobalizeNamespaceRequest) GoString added in v0.20.0

func (this *GlobalizeNamespaceRequest) GoString() string

func (*GlobalizeNamespaceRequest) Marshal added in v0.20.0

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

func (*GlobalizeNamespaceRequest) MarshalTo added in v0.20.0

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

func (*GlobalizeNamespaceRequest) MarshalToSizedBuffer added in v0.20.0

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

func (*GlobalizeNamespaceRequest) ProtoMessage added in v0.20.0

func (*GlobalizeNamespaceRequest) ProtoMessage()

func (*GlobalizeNamespaceRequest) Reset added in v0.20.0

func (m *GlobalizeNamespaceRequest) Reset()

func (*GlobalizeNamespaceRequest) Size added in v0.20.0

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

func (*GlobalizeNamespaceRequest) String added in v0.20.0

func (this *GlobalizeNamespaceRequest) String() string

func (*GlobalizeNamespaceRequest) Unmarshal added in v0.20.0

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

func (*GlobalizeNamespaceRequest) XXX_DiscardUnknown added in v0.20.0

func (m *GlobalizeNamespaceRequest) XXX_DiscardUnknown()

func (*GlobalizeNamespaceRequest) XXX_Marshal added in v0.20.0

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

func (*GlobalizeNamespaceRequest) XXX_Merge added in v0.20.0

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

func (*GlobalizeNamespaceRequest) XXX_Size added in v0.20.0

func (m *GlobalizeNamespaceRequest) XXX_Size() int

func (*GlobalizeNamespaceRequest) XXX_Unmarshal added in v0.20.0

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

type GlobalizeNamespaceResponse added in v0.20.0

type GlobalizeNamespaceResponse struct {
	// Request status
	RequestStatus *v12.RequestStatus `protobuf:"bytes,1,opt,name=request_status,json=requestStatus,proto3" json:"request_status,omitempty"`
}

func (*GlobalizeNamespaceResponse) Descriptor added in v0.20.0

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

func (*GlobalizeNamespaceResponse) Equal added in v0.20.0

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

func (*GlobalizeNamespaceResponse) GetRequestStatus added in v0.20.0

func (m *GlobalizeNamespaceResponse) GetRequestStatus() *v12.RequestStatus

func (*GlobalizeNamespaceResponse) GoString added in v0.20.0

func (this *GlobalizeNamespaceResponse) GoString() string

func (*GlobalizeNamespaceResponse) Marshal added in v0.20.0

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

func (*GlobalizeNamespaceResponse) MarshalTo added in v0.20.0

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

func (*GlobalizeNamespaceResponse) MarshalToSizedBuffer added in v0.20.0

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

func (*GlobalizeNamespaceResponse) ProtoMessage added in v0.20.0

func (*GlobalizeNamespaceResponse) ProtoMessage()

func (*GlobalizeNamespaceResponse) Reset added in v0.20.0

func (m *GlobalizeNamespaceResponse) Reset()

func (*GlobalizeNamespaceResponse) Size added in v0.20.0

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

func (*GlobalizeNamespaceResponse) String added in v0.20.0

func (this *GlobalizeNamespaceResponse) String() string

func (*GlobalizeNamespaceResponse) Unmarshal added in v0.20.0

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

func (*GlobalizeNamespaceResponse) XXX_DiscardUnknown added in v0.20.0

func (m *GlobalizeNamespaceResponse) XXX_DiscardUnknown()

func (*GlobalizeNamespaceResponse) XXX_Marshal added in v0.20.0

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

func (*GlobalizeNamespaceResponse) XXX_Merge added in v0.20.0

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

func (*GlobalizeNamespaceResponse) XXX_Size added in v0.20.0

func (m *GlobalizeNamespaceResponse) XXX_Size() int

func (*GlobalizeNamespaceResponse) XXX_Unmarshal added in v0.20.0

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

type ListExportSinksRequest added in v0.8.0

type ListExportSinksRequest struct {
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// the requested size of the page to retrieve
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// the page token
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
}

func (*ListExportSinksRequest) Descriptor added in v0.8.0

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

func (*ListExportSinksRequest) Equal added in v0.8.0

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

func (*ListExportSinksRequest) GetNamespace added in v0.8.0

func (m *ListExportSinksRequest) GetNamespace() string

func (*ListExportSinksRequest) GetPageSize added in v0.8.0

func (m *ListExportSinksRequest) GetPageSize() int32

func (*ListExportSinksRequest) GetPageToken added in v0.8.0

func (m *ListExportSinksRequest) GetPageToken() string

func (*ListExportSinksRequest) GoString added in v0.8.0

func (this *ListExportSinksRequest) GoString() string

func (*ListExportSinksRequest) Marshal added in v0.8.0

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

func (*ListExportSinksRequest) MarshalTo added in v0.8.0

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

func (*ListExportSinksRequest) MarshalToSizedBuffer added in v0.8.0

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

func (*ListExportSinksRequest) ProtoMessage added in v0.8.0

func (*ListExportSinksRequest) ProtoMessage()

func (*ListExportSinksRequest) Reset added in v0.8.0

func (m *ListExportSinksRequest) Reset()

func (*ListExportSinksRequest) Size added in v0.8.0

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

func (*ListExportSinksRequest) String added in v0.8.0

func (this *ListExportSinksRequest) String() string

func (*ListExportSinksRequest) Unmarshal added in v0.8.0

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

func (*ListExportSinksRequest) XXX_DiscardUnknown added in v0.8.0

func (m *ListExportSinksRequest) XXX_DiscardUnknown()

func (*ListExportSinksRequest) XXX_Marshal added in v0.8.0

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

func (*ListExportSinksRequest) XXX_Merge added in v0.8.0

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

func (*ListExportSinksRequest) XXX_Size added in v0.8.0

func (m *ListExportSinksRequest) XXX_Size() int

func (*ListExportSinksRequest) XXX_Unmarshal added in v0.8.0

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

type ListExportSinksResponse added in v0.8.0

type ListExportSinksResponse struct {
	// the list of export sink names
	SinkNames []string `protobuf:"bytes,1,rep,name=sink_names,json=sinkNames,proto3" json:"sink_names,omitempty"`
	// the next page's token
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}

func (*ListExportSinksResponse) Descriptor added in v0.8.0

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

func (*ListExportSinksResponse) Equal added in v0.8.0

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

func (*ListExportSinksResponse) GetNextPageToken added in v0.8.0

func (m *ListExportSinksResponse) GetNextPageToken() string

func (*ListExportSinksResponse) GetSinkNames added in v0.8.0

func (m *ListExportSinksResponse) GetSinkNames() []string

func (*ListExportSinksResponse) GoString added in v0.8.0

func (this *ListExportSinksResponse) GoString() string

func (*ListExportSinksResponse) Marshal added in v0.8.0

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

func (*ListExportSinksResponse) MarshalTo added in v0.8.0

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

func (*ListExportSinksResponse) MarshalToSizedBuffer added in v0.8.0

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

func (*ListExportSinksResponse) ProtoMessage added in v0.8.0

func (*ListExportSinksResponse) ProtoMessage()

func (*ListExportSinksResponse) Reset added in v0.8.0

func (m *ListExportSinksResponse) Reset()

func (*ListExportSinksResponse) Size added in v0.8.0

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

func (*ListExportSinksResponse) String added in v0.8.0

func (this *ListExportSinksResponse) String() string

func (*ListExportSinksResponse) Unmarshal added in v0.8.0

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

func (*ListExportSinksResponse) XXX_DiscardUnknown added in v0.8.0

func (m *ListExportSinksResponse) XXX_DiscardUnknown()

func (*ListExportSinksResponse) XXX_Marshal added in v0.8.0

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

func (*ListExportSinksResponse) XXX_Merge added in v0.8.0

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

func (*ListExportSinksResponse) XXX_Size added in v0.8.0

func (m *ListExportSinksResponse) XXX_Size() int

func (*ListExportSinksResponse) XXX_Unmarshal added in v0.8.0

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

type ListFailoverHistoryByNamespaceRequest added in v0.20.0

type ListFailoverHistoryByNamespaceRequest struct {
	// The namespace to get failover history.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// List request pagination size, defaults to 100, max 1000
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// Next pagination token.
	NextPageToken []byte `protobuf:"bytes,3,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}

func (*ListFailoverHistoryByNamespaceRequest) Descriptor added in v0.20.0

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

func (*ListFailoverHistoryByNamespaceRequest) Equal added in v0.20.0

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

func (*ListFailoverHistoryByNamespaceRequest) GetNamespace added in v0.20.0

func (*ListFailoverHistoryByNamespaceRequest) GetNextPageToken added in v0.20.0

func (m *ListFailoverHistoryByNamespaceRequest) GetNextPageToken() []byte

func (*ListFailoverHistoryByNamespaceRequest) GetPageSize added in v0.20.0

func (*ListFailoverHistoryByNamespaceRequest) GoString added in v0.20.0

func (*ListFailoverHistoryByNamespaceRequest) Marshal added in v0.20.0

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

func (*ListFailoverHistoryByNamespaceRequest) MarshalTo added in v0.20.0

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

func (*ListFailoverHistoryByNamespaceRequest) MarshalToSizedBuffer added in v0.20.0

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

func (*ListFailoverHistoryByNamespaceRequest) ProtoMessage added in v0.20.0

func (*ListFailoverHistoryByNamespaceRequest) ProtoMessage()

func (*ListFailoverHistoryByNamespaceRequest) Reset added in v0.20.0

func (*ListFailoverHistoryByNamespaceRequest) Size added in v0.20.0

func (*ListFailoverHistoryByNamespaceRequest) String added in v0.20.0

func (*ListFailoverHistoryByNamespaceRequest) Unmarshal added in v0.20.0

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

func (*ListFailoverHistoryByNamespaceRequest) XXX_DiscardUnknown added in v0.20.0

func (m *ListFailoverHistoryByNamespaceRequest) XXX_DiscardUnknown()

func (*ListFailoverHistoryByNamespaceRequest) XXX_Marshal added in v0.20.0

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

func (*ListFailoverHistoryByNamespaceRequest) XXX_Merge added in v0.20.0

func (*ListFailoverHistoryByNamespaceRequest) XXX_Size added in v0.20.0

func (*ListFailoverHistoryByNamespaceRequest) XXX_Unmarshal added in v0.20.0

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

type ListFailoverHistoryByNamespaceResponse added in v0.20.0

type ListFailoverHistoryByNamespaceResponse struct {
	// A list of failover records
	FailoverHistory []*FailoverRecord `protobuf:"bytes,1,rep,name=failover_history,json=failoverHistory,proto3" json:"failover_history,omitempty"`
	// Next pagination token.
	NextPageToken []byte `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}

func (*ListFailoverHistoryByNamespaceResponse) Descriptor added in v0.20.0

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

func (*ListFailoverHistoryByNamespaceResponse) Equal added in v0.20.0

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

func (*ListFailoverHistoryByNamespaceResponse) GetFailoverHistory added in v0.20.0

func (m *ListFailoverHistoryByNamespaceResponse) GetFailoverHistory() []*FailoverRecord

func (*ListFailoverHistoryByNamespaceResponse) GetNextPageToken added in v0.20.0

func (m *ListFailoverHistoryByNamespaceResponse) GetNextPageToken() []byte

func (*ListFailoverHistoryByNamespaceResponse) GoString added in v0.20.0

func (*ListFailoverHistoryByNamespaceResponse) Marshal added in v0.20.0

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

func (*ListFailoverHistoryByNamespaceResponse) MarshalTo added in v0.20.0

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

func (*ListFailoverHistoryByNamespaceResponse) MarshalToSizedBuffer added in v0.20.0

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

func (*ListFailoverHistoryByNamespaceResponse) ProtoMessage added in v0.20.0

func (*ListFailoverHistoryByNamespaceResponse) Reset added in v0.20.0

func (*ListFailoverHistoryByNamespaceResponse) Size added in v0.20.0

func (*ListFailoverHistoryByNamespaceResponse) String added in v0.20.0

func (*ListFailoverHistoryByNamespaceResponse) Unmarshal added in v0.20.0

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

func (*ListFailoverHistoryByNamespaceResponse) XXX_DiscardUnknown added in v0.20.0

func (m *ListFailoverHistoryByNamespaceResponse) XXX_DiscardUnknown()

func (*ListFailoverHistoryByNamespaceResponse) XXX_Marshal added in v0.20.0

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

func (*ListFailoverHistoryByNamespaceResponse) XXX_Merge added in v0.20.0

func (*ListFailoverHistoryByNamespaceResponse) XXX_Size added in v0.20.0

func (*ListFailoverHistoryByNamespaceResponse) XXX_Unmarshal added in v0.20.0

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

type ListNamespacesRequest

type ListNamespacesRequest struct {
	// the requested size of the page to retrive
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// the page token
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
}

func (*ListNamespacesRequest) Descriptor

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

func (*ListNamespacesRequest) Equal

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

func (*ListNamespacesRequest) GetPageSize

func (m *ListNamespacesRequest) GetPageSize() int32

func (*ListNamespacesRequest) GetPageToken

func (m *ListNamespacesRequest) GetPageToken() string

func (*ListNamespacesRequest) GoString

func (this *ListNamespacesRequest) GoString() string

func (*ListNamespacesRequest) Marshal

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

func (*ListNamespacesRequest) MarshalTo

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

func (*ListNamespacesRequest) MarshalToSizedBuffer

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

func (*ListNamespacesRequest) ProtoMessage

func (*ListNamespacesRequest) ProtoMessage()

func (*ListNamespacesRequest) Reset

func (m *ListNamespacesRequest) Reset()

func (*ListNamespacesRequest) Size

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

func (*ListNamespacesRequest) String

func (this *ListNamespacesRequest) String() string

func (*ListNamespacesRequest) Unmarshal

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

func (*ListNamespacesRequest) XXX_DiscardUnknown

func (m *ListNamespacesRequest) XXX_DiscardUnknown()

func (*ListNamespacesRequest) XXX_Marshal

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

func (*ListNamespacesRequest) XXX_Merge

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

func (*ListNamespacesRequest) XXX_Size

func (m *ListNamespacesRequest) XXX_Size() int

func (*ListNamespacesRequest) XXX_Unmarshal

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

type ListNamespacesResponse

type ListNamespacesResponse struct {
	// the list of namespaces
	Namespaces []string `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"`
	// the next page's token
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}

func (*ListNamespacesResponse) Descriptor

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

func (*ListNamespacesResponse) Equal

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

func (*ListNamespacesResponse) GetNamespaces

func (m *ListNamespacesResponse) GetNamespaces() []string

func (*ListNamespacesResponse) GetNextPageToken

func (m *ListNamespacesResponse) GetNextPageToken() string

func (*ListNamespacesResponse) GoString

func (this *ListNamespacesResponse) GoString() string

func (*ListNamespacesResponse) Marshal

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

func (*ListNamespacesResponse) MarshalTo

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

func (*ListNamespacesResponse) MarshalToSizedBuffer

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

func (*ListNamespacesResponse) ProtoMessage

func (*ListNamespacesResponse) ProtoMessage()

func (*ListNamespacesResponse) Reset

func (m *ListNamespacesResponse) Reset()

func (*ListNamespacesResponse) Size

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

func (*ListNamespacesResponse) String

func (this *ListNamespacesResponse) String() string

func (*ListNamespacesResponse) Unmarshal

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

func (*ListNamespacesResponse) XXX_DiscardUnknown

func (m *ListNamespacesResponse) XXX_DiscardUnknown()

func (*ListNamespacesResponse) XXX_Marshal

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

func (*ListNamespacesResponse) XXX_Merge

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

func (*ListNamespacesResponse) XXX_Size

func (m *ListNamespacesResponse) XXX_Size() int

func (*ListNamespacesResponse) XXX_Unmarshal

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

type ListReplicaStatusRequest added in v0.20.0

type ListReplicaStatusRequest struct {
	// The namespace to get replica status from.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// the requested size of the page to retrieve
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// the page token
	PageToken []byte `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
}

func (*ListReplicaStatusRequest) Descriptor added in v0.20.0

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

func (*ListReplicaStatusRequest) Equal added in v0.20.0

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

func (*ListReplicaStatusRequest) GetNamespace added in v0.20.0

func (m *ListReplicaStatusRequest) GetNamespace() string

func (*ListReplicaStatusRequest) GetPageSize added in v0.20.0

func (m *ListReplicaStatusRequest) GetPageSize() int32

func (*ListReplicaStatusRequest) GetPageToken added in v0.20.0

func (m *ListReplicaStatusRequest) GetPageToken() []byte

func (*ListReplicaStatusRequest) GoString added in v0.20.0

func (this *ListReplicaStatusRequest) GoString() string

func (*ListReplicaStatusRequest) Marshal added in v0.20.0

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

func (*ListReplicaStatusRequest) MarshalTo added in v0.20.0

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

func (*ListReplicaStatusRequest) MarshalToSizedBuffer added in v0.20.0

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

func (*ListReplicaStatusRequest) ProtoMessage added in v0.20.0

func (*ListReplicaStatusRequest) ProtoMessage()

func (*ListReplicaStatusRequest) Reset added in v0.20.0

func (m *ListReplicaStatusRequest) Reset()

func (*ListReplicaStatusRequest) Size added in v0.20.0

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

func (*ListReplicaStatusRequest) String added in v0.20.0

func (this *ListReplicaStatusRequest) String() string

func (*ListReplicaStatusRequest) Unmarshal added in v0.20.0

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

func (*ListReplicaStatusRequest) XXX_DiscardUnknown added in v0.20.0

func (m *ListReplicaStatusRequest) XXX_DiscardUnknown()

func (*ListReplicaStatusRequest) XXX_Marshal added in v0.20.0

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

func (*ListReplicaStatusRequest) XXX_Merge added in v0.20.0

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

func (*ListReplicaStatusRequest) XXX_Size added in v0.20.0

func (m *ListReplicaStatusRequest) XXX_Size() int

func (*ListReplicaStatusRequest) XXX_Unmarshal added in v0.20.0

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

type ListReplicaStatusResponse added in v0.20.0

type ListReplicaStatusResponse struct {
	// A list of replica status group by region
	Statuses []*v14.ReplicaStatus `protobuf:"bytes,1,rep,name=statuses,proto3" json:"statuses,omitempty"`
	// the page token
	PageToken []byte `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
}

func (*ListReplicaStatusResponse) Descriptor added in v0.20.0

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

func (*ListReplicaStatusResponse) Equal added in v0.20.0

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

func (*ListReplicaStatusResponse) GetPageToken added in v0.20.0

func (m *ListReplicaStatusResponse) GetPageToken() []byte

func (*ListReplicaStatusResponse) GetStatuses added in v0.20.0

func (m *ListReplicaStatusResponse) GetStatuses() []*v14.ReplicaStatus

func (*ListReplicaStatusResponse) GoString added in v0.20.0

func (this *ListReplicaStatusResponse) GoString() string

func (*ListReplicaStatusResponse) Marshal added in v0.20.0

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

func (*ListReplicaStatusResponse) MarshalTo added in v0.20.0

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

func (*ListReplicaStatusResponse) MarshalToSizedBuffer added in v0.20.0

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

func (*ListReplicaStatusResponse) ProtoMessage added in v0.20.0

func (*ListReplicaStatusResponse) ProtoMessage()

func (*ListReplicaStatusResponse) Reset added in v0.20.0

func (m *ListReplicaStatusResponse) Reset()

func (*ListReplicaStatusResponse) Size added in v0.20.0

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

func (*ListReplicaStatusResponse) String added in v0.20.0

func (this *ListReplicaStatusResponse) String() string

func (*ListReplicaStatusResponse) Unmarshal added in v0.20.0

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

func (*ListReplicaStatusResponse) XXX_DiscardUnknown added in v0.20.0

func (m *ListReplicaStatusResponse) XXX_DiscardUnknown()

func (*ListReplicaStatusResponse) XXX_Marshal added in v0.20.0

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

func (*ListReplicaStatusResponse) XXX_Merge added in v0.20.0

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

func (*ListReplicaStatusResponse) XXX_Size added in v0.20.0

func (m *ListReplicaStatusResponse) XXX_Size() int

func (*ListReplicaStatusResponse) XXX_Unmarshal added in v0.20.0

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

type NamespaceServiceClient

type NamespaceServiceClient interface {
	// CreateNamespace creates a new namespace on Temporal cloud.
	CreateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...grpc.CallOption) (*CreateNamespaceResponse, error)
	// ListNamespaces lists the names of all known namespaces on Temporal cloud.
	ListNamespaces(ctx context.Context, in *ListNamespacesRequest, opts ...grpc.CallOption) (*ListNamespacesResponse, error)
	// GetNamespaces lists all known namespaces on temporal cloud.
	GetNamespaces(ctx context.Context, in *GetNamespacesRequest, opts ...grpc.CallOption) (*GetNamespacesResponse, error)
	// GetNamespace describes the namespace in detail.
	GetNamespace(ctx context.Context, in *GetNamespaceRequest, opts ...grpc.CallOption) (*GetNamespaceResponse, error)
	// UpdateNamespace updates an existing namespace on Temporal cloud.
	UpdateNamespace(ctx context.Context, in *UpdateNamespaceRequest, opts ...grpc.CallOption) (*UpdateNamespaceResponse, error)
	// RenameCustomSearchAttribute renames an existing custom search attribute for a given namespace on Temporal cloud.
	RenameCustomSearchAttribute(ctx context.Context, in *RenameCustomSearchAttributeRequest, opts ...grpc.CallOption) (*RenameCustomSearchAttributeResponse, error)
	// DeleteNamespace deletes an existing namespace on Temporal cloud.
	DeleteNamespace(ctx context.Context, in *DeleteNamespaceRequest, opts ...grpc.CallOption) (*DeleteNamespaceResponse, error)
	// CreateExportSink creates a new sink under the specified namespace on Temporal cloud
	CreateExportSink(ctx context.Context, in *CreateExportSinkRequest, opts ...grpc.CallOption) (*CreateExportSinkResponse, error)
	// GetExportSink gets the specified sink under the specified namespace on Temporal cloud
	GetExportSink(ctx context.Context, in *GetExportSinkRequest, opts ...grpc.CallOption) (*GetExportSinkResponse, error)
	// DeleteExportSink deletes the specified sink under the specified namespace on Temporal cloud
	DeleteExportSink(ctx context.Context, in *DeleteExportSinkRequest, opts ...grpc.CallOption) (*DeleteExportSinkResponse, error)
	// UpdateExportSink updates the specified sink under the specified namespace on Temporal Cloud
	UpdateExportSink(ctx context.Context, in *UpdateExportSinkRequest, opts ...grpc.CallOption) (*UpdateExportSinkResponse, error)
	// ListExportSinks lists the export sinks under the specified namespace on Temporal Cloud
	ListExportSinks(ctx context.Context, in *ListExportSinksRequest, opts ...grpc.CallOption) (*ListExportSinksResponse, error)
	// ValidateExportSink that could write test file to sink on Temporal Cloud
	ValidateExportSink(ctx context.Context, in *ValidateExportSinkRequest, opts ...grpc.CallOption) (*ValidateExportSinkResponse, error)
	// GetExportSinks retrieves the export sinks under the specified namespace on Temporal Cloud
	GetExportSinks(ctx context.Context, in *GetExportSinksRequest, opts ...grpc.CallOption) (*GetExportSinksResponse, error)
	// FailoverNamespace failovers the namespace from the source_region to the target_region on Temporal Cloud
	FailoverNamespace(ctx context.Context, in *FailoverNamespaceRequest, opts ...grpc.CallOption) (*FailoverNamespaceResponse, error)
	// GetReplicationStatus returns Global Namespace replication status
	GetReplicationStatus(ctx context.Context, in *GetReplicationStatusRequest, opts ...grpc.CallOption) (*GetReplicationStatusResponse, error)
	// ListFailoverHistoryByNamespace returns a list of failover record
	ListFailoverHistoryByNamespace(ctx context.Context, in *ListFailoverHistoryByNamespaceRequest, opts ...grpc.CallOption) (*ListFailoverHistoryByNamespaceResponse, error)
	// GlobalizeNamespace converts a regular namespace to global namespace on Temporal Cloud
	GlobalizeNamespace(ctx context.Context, in *GlobalizeNamespaceRequest, opts ...grpc.CallOption) (*GlobalizeNamespaceResponse, error)
	// ValidateGlobalizeNamespace validates if a namespace is allow for globalize on Temporal Cloud
	ValidateGlobalizeNamespace(ctx context.Context, in *ValidateGlobalizeNamespaceRequest, opts ...grpc.CallOption) (*ValidateGlobalizeNamespaceResponse, error)
	// ListReplicaStatus returns a replica status on Temporal Cloud
	ListReplicaStatus(ctx context.Context, in *ListReplicaStatusRequest, opts ...grpc.CallOption) (*ListReplicaStatusResponse, error)
}

NamespaceServiceClient is the client API for NamespaceService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type NamespaceServiceServer

type NamespaceServiceServer interface {
	// CreateNamespace creates a new namespace on Temporal cloud.
	CreateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error)
	// ListNamespaces lists the names of all known namespaces on Temporal cloud.
	ListNamespaces(context.Context, *ListNamespacesRequest) (*ListNamespacesResponse, error)
	// GetNamespaces lists all known namespaces on temporal cloud.
	GetNamespaces(context.Context, *GetNamespacesRequest) (*GetNamespacesResponse, error)
	// GetNamespace describes the namespace in detail.
	GetNamespace(context.Context, *GetNamespaceRequest) (*GetNamespaceResponse, error)
	// UpdateNamespace updates an existing namespace on Temporal cloud.
	UpdateNamespace(context.Context, *UpdateNamespaceRequest) (*UpdateNamespaceResponse, error)
	// RenameCustomSearchAttribute renames an existing custom search attribute for a given namespace on Temporal cloud.
	RenameCustomSearchAttribute(context.Context, *RenameCustomSearchAttributeRequest) (*RenameCustomSearchAttributeResponse, error)
	// DeleteNamespace deletes an existing namespace on Temporal cloud.
	DeleteNamespace(context.Context, *DeleteNamespaceRequest) (*DeleteNamespaceResponse, error)
	// CreateExportSink creates a new sink under the specified namespace on Temporal cloud
	CreateExportSink(context.Context, *CreateExportSinkRequest) (*CreateExportSinkResponse, error)
	// GetExportSink gets the specified sink under the specified namespace on Temporal cloud
	GetExportSink(context.Context, *GetExportSinkRequest) (*GetExportSinkResponse, error)
	// DeleteExportSink deletes the specified sink under the specified namespace on Temporal cloud
	DeleteExportSink(context.Context, *DeleteExportSinkRequest) (*DeleteExportSinkResponse, error)
	// UpdateExportSink updates the specified sink under the specified namespace on Temporal Cloud
	UpdateExportSink(context.Context, *UpdateExportSinkRequest) (*UpdateExportSinkResponse, error)
	// ListExportSinks lists the export sinks under the specified namespace on Temporal Cloud
	ListExportSinks(context.Context, *ListExportSinksRequest) (*ListExportSinksResponse, error)
	// ValidateExportSink that could write test file to sink on Temporal Cloud
	ValidateExportSink(context.Context, *ValidateExportSinkRequest) (*ValidateExportSinkResponse, error)
	// GetExportSinks retrieves the export sinks under the specified namespace on Temporal Cloud
	GetExportSinks(context.Context, *GetExportSinksRequest) (*GetExportSinksResponse, error)
	// FailoverNamespace failovers the namespace from the source_region to the target_region on Temporal Cloud
	FailoverNamespace(context.Context, *FailoverNamespaceRequest) (*FailoverNamespaceResponse, error)
	// GetReplicationStatus returns Global Namespace replication status
	GetReplicationStatus(context.Context, *GetReplicationStatusRequest) (*GetReplicationStatusResponse, error)
	// ListFailoverHistoryByNamespace returns a list of failover record
	ListFailoverHistoryByNamespace(context.Context, *ListFailoverHistoryByNamespaceRequest) (*ListFailoverHistoryByNamespaceResponse, error)
	// GlobalizeNamespace converts a regular namespace to global namespace on Temporal Cloud
	GlobalizeNamespace(context.Context, *GlobalizeNamespaceRequest) (*GlobalizeNamespaceResponse, error)
	// ValidateGlobalizeNamespace validates if a namespace is allow for globalize on Temporal Cloud
	ValidateGlobalizeNamespace(context.Context, *ValidateGlobalizeNamespaceRequest) (*ValidateGlobalizeNamespaceResponse, error)
	// ListReplicaStatus returns a replica status on Temporal Cloud
	ListReplicaStatus(context.Context, *ListReplicaStatusRequest) (*ListReplicaStatusResponse, error)
}

NamespaceServiceServer is the server API for NamespaceService service.

type RenameCustomSearchAttributeRequest

type RenameCustomSearchAttributeRequest struct {
	// the namespace
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// the existing name of the custom search attribute to be renamed
	ExistingCustomSearchAttributeName string `` /* 166-byte string literal not displayed */
	// the new name of the custom search attribute
	NewCustomSearchAttributeName string `` /* 151-byte string literal not displayed */
	// the version of the namespace for which this update is intended for
	// the latest version can be found in the namespace status
	ResourceVersion string `protobuf:"bytes,4,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// the request id to use for this operation - optional
	RequestId string `protobuf:"bytes,5,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
}

func (*RenameCustomSearchAttributeRequest) Descriptor

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

func (*RenameCustomSearchAttributeRequest) Equal

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

func (*RenameCustomSearchAttributeRequest) GetExistingCustomSearchAttributeName

func (m *RenameCustomSearchAttributeRequest) GetExistingCustomSearchAttributeName() string

func (*RenameCustomSearchAttributeRequest) GetNamespace

func (m *RenameCustomSearchAttributeRequest) GetNamespace() string

func (*RenameCustomSearchAttributeRequest) GetNewCustomSearchAttributeName

func (m *RenameCustomSearchAttributeRequest) GetNewCustomSearchAttributeName() string

func (*RenameCustomSearchAttributeRequest) GetRequestId

func (m *RenameCustomSearchAttributeRequest) GetRequestId() string

func (*RenameCustomSearchAttributeRequest) GetResourceVersion

func (m *RenameCustomSearchAttributeRequest) GetResourceVersion() string

func (*RenameCustomSearchAttributeRequest) GoString

func (this *RenameCustomSearchAttributeRequest) GoString() string

func (*RenameCustomSearchAttributeRequest) Marshal

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

func (*RenameCustomSearchAttributeRequest) MarshalTo

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

func (*RenameCustomSearchAttributeRequest) MarshalToSizedBuffer

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

func (*RenameCustomSearchAttributeRequest) ProtoMessage

func (*RenameCustomSearchAttributeRequest) ProtoMessage()

func (*RenameCustomSearchAttributeRequest) Reset

func (*RenameCustomSearchAttributeRequest) Size

func (*RenameCustomSearchAttributeRequest) String

func (*RenameCustomSearchAttributeRequest) Unmarshal

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

func (*RenameCustomSearchAttributeRequest) XXX_DiscardUnknown

func (m *RenameCustomSearchAttributeRequest) XXX_DiscardUnknown()

func (*RenameCustomSearchAttributeRequest) XXX_Marshal

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

func (*RenameCustomSearchAttributeRequest) XXX_Merge

func (*RenameCustomSearchAttributeRequest) XXX_Size

func (*RenameCustomSearchAttributeRequest) XXX_Unmarshal

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

type RenameCustomSearchAttributeResponse

type RenameCustomSearchAttributeResponse struct {
	// the request status of the rename operation
	RequestStatus *v12.RequestStatus `protobuf:"bytes,1,opt,name=request_status,json=requestStatus,proto3" json:"request_status,omitempty"`
}

func (*RenameCustomSearchAttributeResponse) Descriptor

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

func (*RenameCustomSearchAttributeResponse) Equal

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

func (*RenameCustomSearchAttributeResponse) GetRequestStatus

func (m *RenameCustomSearchAttributeResponse) GetRequestStatus() *v12.RequestStatus

func (*RenameCustomSearchAttributeResponse) GoString

func (*RenameCustomSearchAttributeResponse) Marshal

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

func (*RenameCustomSearchAttributeResponse) MarshalTo

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

func (*RenameCustomSearchAttributeResponse) MarshalToSizedBuffer

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

func (*RenameCustomSearchAttributeResponse) ProtoMessage

func (*RenameCustomSearchAttributeResponse) ProtoMessage()

func (*RenameCustomSearchAttributeResponse) Reset

func (*RenameCustomSearchAttributeResponse) Size

func (*RenameCustomSearchAttributeResponse) String

func (*RenameCustomSearchAttributeResponse) Unmarshal

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

func (*RenameCustomSearchAttributeResponse) XXX_DiscardUnknown

func (m *RenameCustomSearchAttributeResponse) XXX_DiscardUnknown()

func (*RenameCustomSearchAttributeResponse) XXX_Marshal

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

func (*RenameCustomSearchAttributeResponse) XXX_Merge

func (*RenameCustomSearchAttributeResponse) XXX_Size

func (*RenameCustomSearchAttributeResponse) XXX_Unmarshal

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

type ReplicationStatus added in v0.20.0

type ReplicationStatus struct {
	// The region data is replicating from.
	SourceRegion *v14.RegionID `protobuf:"bytes,1,opt,name=source_region,json=sourceRegion,proto3" json:"source_region,omitempty"`
	// The region data is replicating to.
	TargetRegion *v14.RegionID `protobuf:"bytes,2,opt,name=target_region,json=targetRegion,proto3" json:"target_region,omitempty"`
	// The max replication lag.
	ReplicationLag *types.Duration `protobuf:"bytes,3,opt,name=replication_lag,json=replicationLag,proto3" json:"replication_lag,omitempty"`
}

func (*ReplicationStatus) Descriptor added in v0.20.0

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

func (*ReplicationStatus) Equal added in v0.20.0

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

func (*ReplicationStatus) GetReplicationLag added in v0.20.0

func (m *ReplicationStatus) GetReplicationLag() *types.Duration

func (*ReplicationStatus) GetSourceRegion added in v0.20.0

func (m *ReplicationStatus) GetSourceRegion() *v14.RegionID

func (*ReplicationStatus) GetTargetRegion added in v0.20.0

func (m *ReplicationStatus) GetTargetRegion() *v14.RegionID

func (*ReplicationStatus) GoString added in v0.20.0

func (this *ReplicationStatus) GoString() string

func (*ReplicationStatus) Marshal added in v0.20.0

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

func (*ReplicationStatus) MarshalTo added in v0.20.0

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

func (*ReplicationStatus) MarshalToSizedBuffer added in v0.20.0

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

func (*ReplicationStatus) ProtoMessage added in v0.20.0

func (*ReplicationStatus) ProtoMessage()

func (*ReplicationStatus) Reset added in v0.20.0

func (m *ReplicationStatus) Reset()

func (*ReplicationStatus) Size added in v0.20.0

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

func (*ReplicationStatus) String added in v0.20.0

func (this *ReplicationStatus) String() string

func (*ReplicationStatus) Unmarshal added in v0.20.0

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

func (*ReplicationStatus) XXX_DiscardUnknown added in v0.20.0

func (m *ReplicationStatus) XXX_DiscardUnknown()

func (*ReplicationStatus) XXX_Marshal added in v0.20.0

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

func (*ReplicationStatus) XXX_Merge added in v0.20.0

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

func (*ReplicationStatus) XXX_Size added in v0.20.0

func (m *ReplicationStatus) XXX_Size() int

func (*ReplicationStatus) XXX_Unmarshal added in v0.20.0

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

type UnimplementedNamespaceServiceServer

type UnimplementedNamespaceServiceServer struct {
}

UnimplementedNamespaceServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedNamespaceServiceServer) CreateExportSink added in v0.8.0

func (*UnimplementedNamespaceServiceServer) CreateNamespace

func (*UnimplementedNamespaceServiceServer) DeleteExportSink added in v0.8.0

func (*UnimplementedNamespaceServiceServer) DeleteNamespace added in v0.5.0

func (*UnimplementedNamespaceServiceServer) FailoverNamespace added in v0.16.0

func (*UnimplementedNamespaceServiceServer) GetExportSink added in v0.8.0

func (*UnimplementedNamespaceServiceServer) GetExportSinks added in v0.8.0

func (*UnimplementedNamespaceServiceServer) GetNamespace

func (*UnimplementedNamespaceServiceServer) GetNamespaces

func (*UnimplementedNamespaceServiceServer) GetReplicationStatus added in v0.20.0

func (*UnimplementedNamespaceServiceServer) GlobalizeNamespace added in v0.20.0

func (*UnimplementedNamespaceServiceServer) ListExportSinks added in v0.8.0

func (*UnimplementedNamespaceServiceServer) ListFailoverHistoryByNamespace added in v0.20.0

func (*UnimplementedNamespaceServiceServer) ListNamespaces

func (*UnimplementedNamespaceServiceServer) ListReplicaStatus added in v0.20.0

func (*UnimplementedNamespaceServiceServer) RenameCustomSearchAttribute

func (*UnimplementedNamespaceServiceServer) UpdateExportSink added in v0.8.0

func (*UnimplementedNamespaceServiceServer) UpdateNamespace

func (*UnimplementedNamespaceServiceServer) ValidateExportSink added in v0.14.3

func (*UnimplementedNamespaceServiceServer) ValidateGlobalizeNamespace added in v0.20.0

type UpdateExportSinkRequest added in v0.8.0

type UpdateExportSinkRequest struct {
	// the namespace the sink is scoped to
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// the updated sink specification
	Spec *v13.ExportSinkSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// the version of the sink for which this update is intended for
	// the latest version can be found by getting the sink
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// the request id to use for this operation - optional
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
}

func (*UpdateExportSinkRequest) Descriptor added in v0.8.0

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

func (*UpdateExportSinkRequest) Equal added in v0.8.0

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

func (*UpdateExportSinkRequest) GetNamespace added in v0.8.0

func (m *UpdateExportSinkRequest) GetNamespace() string

func (*UpdateExportSinkRequest) GetRequestId added in v0.8.0

func (m *UpdateExportSinkRequest) GetRequestId() string

func (*UpdateExportSinkRequest) GetResourceVersion added in v0.8.0

func (m *UpdateExportSinkRequest) GetResourceVersion() string

func (*UpdateExportSinkRequest) GetSpec added in v0.8.0

func (*UpdateExportSinkRequest) GoString added in v0.8.0

func (this *UpdateExportSinkRequest) GoString() string

func (*UpdateExportSinkRequest) Marshal added in v0.8.0

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

func (*UpdateExportSinkRequest) MarshalTo added in v0.8.0

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

func (*UpdateExportSinkRequest) MarshalToSizedBuffer added in v0.8.0

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

func (*UpdateExportSinkRequest) ProtoMessage added in v0.8.0

func (*UpdateExportSinkRequest) ProtoMessage()

func (*UpdateExportSinkRequest) Reset added in v0.8.0

func (m *UpdateExportSinkRequest) Reset()

func (*UpdateExportSinkRequest) Size added in v0.8.0

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

func (*UpdateExportSinkRequest) String added in v0.8.0

func (this *UpdateExportSinkRequest) String() string

func (*UpdateExportSinkRequest) Unmarshal added in v0.8.0

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

func (*UpdateExportSinkRequest) XXX_DiscardUnknown added in v0.8.0

func (m *UpdateExportSinkRequest) XXX_DiscardUnknown()

func (*UpdateExportSinkRequest) XXX_Marshal added in v0.8.0

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

func (*UpdateExportSinkRequest) XXX_Merge added in v0.8.0

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

func (*UpdateExportSinkRequest) XXX_Size added in v0.8.0

func (m *UpdateExportSinkRequest) XXX_Size() int

func (*UpdateExportSinkRequest) XXX_Unmarshal added in v0.8.0

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

type UpdateExportSinkResponse added in v0.8.0

type UpdateExportSinkResponse struct {
	// the request status of the update operation
	RequestStatus *v12.RequestStatus `protobuf:"bytes,1,opt,name=request_status,json=requestStatus,proto3" json:"request_status,omitempty"`
}

func (*UpdateExportSinkResponse) Descriptor added in v0.8.0

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

func (*UpdateExportSinkResponse) Equal added in v0.8.0

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

func (*UpdateExportSinkResponse) GetRequestStatus added in v0.8.0

func (m *UpdateExportSinkResponse) GetRequestStatus() *v12.RequestStatus

func (*UpdateExportSinkResponse) GoString added in v0.8.0

func (this *UpdateExportSinkResponse) GoString() string

func (*UpdateExportSinkResponse) Marshal added in v0.8.0

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

func (*UpdateExportSinkResponse) MarshalTo added in v0.8.0

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

func (*UpdateExportSinkResponse) MarshalToSizedBuffer added in v0.8.0

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

func (*UpdateExportSinkResponse) ProtoMessage added in v0.8.0

func (*UpdateExportSinkResponse) ProtoMessage()

func (*UpdateExportSinkResponse) Reset added in v0.8.0

func (m *UpdateExportSinkResponse) Reset()

func (*UpdateExportSinkResponse) Size added in v0.8.0

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

func (*UpdateExportSinkResponse) String added in v0.8.0

func (this *UpdateExportSinkResponse) String() string

func (*UpdateExportSinkResponse) Unmarshal added in v0.8.0

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

func (*UpdateExportSinkResponse) XXX_DiscardUnknown added in v0.8.0

func (m *UpdateExportSinkResponse) XXX_DiscardUnknown()

func (*UpdateExportSinkResponse) XXX_Marshal added in v0.8.0

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

func (*UpdateExportSinkResponse) XXX_Merge added in v0.8.0

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

func (*UpdateExportSinkResponse) XXX_Size added in v0.8.0

func (m *UpdateExportSinkResponse) XXX_Size() int

func (*UpdateExportSinkResponse) XXX_Unmarshal added in v0.8.0

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

type UpdateNamespaceRequest

type UpdateNamespaceRequest struct {
	// the namespace
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// the new namespace specification
	Spec *v1.NamespaceSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// the version of the namespace for which this update is intended for
	// the latest version can be found in the namespace status
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// the request id to use for this operation - optional
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
}

func (*UpdateNamespaceRequest) Descriptor

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

func (*UpdateNamespaceRequest) Equal

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

func (*UpdateNamespaceRequest) GetNamespace

func (m *UpdateNamespaceRequest) GetNamespace() string

func (*UpdateNamespaceRequest) GetRequestId

func (m *UpdateNamespaceRequest) GetRequestId() string

func (*UpdateNamespaceRequest) GetResourceVersion

func (m *UpdateNamespaceRequest) GetResourceVersion() string

func (*UpdateNamespaceRequest) GetSpec

func (m *UpdateNamespaceRequest) GetSpec() *v1.NamespaceSpec

func (*UpdateNamespaceRequest) GoString

func (this *UpdateNamespaceRequest) GoString() string

func (*UpdateNamespaceRequest) Marshal

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

func (*UpdateNamespaceRequest) MarshalTo

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

func (*UpdateNamespaceRequest) MarshalToSizedBuffer

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

func (*UpdateNamespaceRequest) ProtoMessage

func (*UpdateNamespaceRequest) ProtoMessage()

func (*UpdateNamespaceRequest) Reset

func (m *UpdateNamespaceRequest) Reset()

func (*UpdateNamespaceRequest) Size

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

func (*UpdateNamespaceRequest) String

func (this *UpdateNamespaceRequest) String() string

func (*UpdateNamespaceRequest) Unmarshal

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

func (*UpdateNamespaceRequest) XXX_DiscardUnknown

func (m *UpdateNamespaceRequest) XXX_DiscardUnknown()

func (*UpdateNamespaceRequest) XXX_Marshal

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

func (*UpdateNamespaceRequest) XXX_Merge

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

func (*UpdateNamespaceRequest) XXX_Size

func (m *UpdateNamespaceRequest) XXX_Size() int

func (*UpdateNamespaceRequest) XXX_Unmarshal

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

type UpdateNamespaceResponse

type UpdateNamespaceResponse struct {
	// the request status of the update operation
	RequestStatus *v12.RequestStatus `protobuf:"bytes,1,opt,name=request_status,json=requestStatus,proto3" json:"request_status,omitempty"`
}

func (*UpdateNamespaceResponse) Descriptor

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

func (*UpdateNamespaceResponse) Equal

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

func (*UpdateNamespaceResponse) GetRequestStatus

func (m *UpdateNamespaceResponse) GetRequestStatus() *v12.RequestStatus

func (*UpdateNamespaceResponse) GoString

func (this *UpdateNamespaceResponse) GoString() string

func (*UpdateNamespaceResponse) Marshal

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

func (*UpdateNamespaceResponse) MarshalTo

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

func (*UpdateNamespaceResponse) MarshalToSizedBuffer

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

func (*UpdateNamespaceResponse) ProtoMessage

func (*UpdateNamespaceResponse) ProtoMessage()

func (*UpdateNamespaceResponse) Reset

func (m *UpdateNamespaceResponse) Reset()

func (*UpdateNamespaceResponse) Size

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

func (*UpdateNamespaceResponse) String

func (this *UpdateNamespaceResponse) String() string

func (*UpdateNamespaceResponse) Unmarshal

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

func (*UpdateNamespaceResponse) XXX_DiscardUnknown

func (m *UpdateNamespaceResponse) XXX_DiscardUnknown()

func (*UpdateNamespaceResponse) XXX_Marshal

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

func (*UpdateNamespaceResponse) XXX_Merge

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

func (*UpdateNamespaceResponse) XXX_Size

func (m *UpdateNamespaceResponse) XXX_Size() int

func (*UpdateNamespaceResponse) XXX_Unmarshal

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

type ValidateExportSinkRequest added in v0.14.3

type ValidateExportSinkRequest struct {
	// the namespace the sink is scoped to
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// the sink specification needs to be validated
	Spec *v13.ExportSinkSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
}

func (*ValidateExportSinkRequest) Descriptor added in v0.14.3

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

func (*ValidateExportSinkRequest) Equal added in v0.14.3

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

func (*ValidateExportSinkRequest) GetNamespace added in v0.14.3

func (m *ValidateExportSinkRequest) GetNamespace() string

func (*ValidateExportSinkRequest) GetSpec added in v0.14.3

func (*ValidateExportSinkRequest) GoString added in v0.14.3

func (this *ValidateExportSinkRequest) GoString() string

func (*ValidateExportSinkRequest) Marshal added in v0.14.3

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

func (*ValidateExportSinkRequest) MarshalTo added in v0.14.3

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

func (*ValidateExportSinkRequest) MarshalToSizedBuffer added in v0.14.3

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

func (*ValidateExportSinkRequest) ProtoMessage added in v0.14.3

func (*ValidateExportSinkRequest) ProtoMessage()

func (*ValidateExportSinkRequest) Reset added in v0.14.3

func (m *ValidateExportSinkRequest) Reset()

func (*ValidateExportSinkRequest) Size added in v0.14.3

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

func (*ValidateExportSinkRequest) String added in v0.14.3

func (this *ValidateExportSinkRequest) String() string

func (*ValidateExportSinkRequest) Unmarshal added in v0.14.3

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

func (*ValidateExportSinkRequest) XXX_DiscardUnknown added in v0.14.3

func (m *ValidateExportSinkRequest) XXX_DiscardUnknown()

func (*ValidateExportSinkRequest) XXX_Marshal added in v0.14.3

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

func (*ValidateExportSinkRequest) XXX_Merge added in v0.14.3

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

func (*ValidateExportSinkRequest) XXX_Size added in v0.14.3

func (m *ValidateExportSinkRequest) XXX_Size() int

func (*ValidateExportSinkRequest) XXX_Unmarshal added in v0.14.3

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

type ValidateExportSinkResponse added in v0.14.3

type ValidateExportSinkResponse struct {
}

func (*ValidateExportSinkResponse) Descriptor added in v0.14.3

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

func (*ValidateExportSinkResponse) Equal added in v0.14.3

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

func (*ValidateExportSinkResponse) GoString added in v0.14.3

func (this *ValidateExportSinkResponse) GoString() string

func (*ValidateExportSinkResponse) Marshal added in v0.14.3

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

func (*ValidateExportSinkResponse) MarshalTo added in v0.14.3

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

func (*ValidateExportSinkResponse) MarshalToSizedBuffer added in v0.14.3

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

func (*ValidateExportSinkResponse) ProtoMessage added in v0.14.3

func (*ValidateExportSinkResponse) ProtoMessage()

func (*ValidateExportSinkResponse) Reset added in v0.14.3

func (m *ValidateExportSinkResponse) Reset()

func (*ValidateExportSinkResponse) Size added in v0.14.3

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

func (*ValidateExportSinkResponse) String added in v0.14.3

func (this *ValidateExportSinkResponse) String() string

func (*ValidateExportSinkResponse) Unmarshal added in v0.14.3

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

func (*ValidateExportSinkResponse) XXX_DiscardUnknown added in v0.14.3

func (m *ValidateExportSinkResponse) XXX_DiscardUnknown()

func (*ValidateExportSinkResponse) XXX_Marshal added in v0.14.3

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

func (*ValidateExportSinkResponse) XXX_Merge added in v0.14.3

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

func (*ValidateExportSinkResponse) XXX_Size added in v0.14.3

func (m *ValidateExportSinkResponse) XXX_Size() int

func (*ValidateExportSinkResponse) XXX_Unmarshal added in v0.14.3

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

type ValidateGlobalizeNamespaceRequest added in v0.20.0

type ValidateGlobalizeNamespaceRequest struct {
	// The namespace to be validated
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
}

func (*ValidateGlobalizeNamespaceRequest) Descriptor added in v0.20.0

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

func (*ValidateGlobalizeNamespaceRequest) Equal added in v0.20.0

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

func (*ValidateGlobalizeNamespaceRequest) GetNamespace added in v0.20.0

func (m *ValidateGlobalizeNamespaceRequest) GetNamespace() string

func (*ValidateGlobalizeNamespaceRequest) GoString added in v0.20.0

func (this *ValidateGlobalizeNamespaceRequest) GoString() string

func (*ValidateGlobalizeNamespaceRequest) Marshal added in v0.20.0

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

func (*ValidateGlobalizeNamespaceRequest) MarshalTo added in v0.20.0

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

func (*ValidateGlobalizeNamespaceRequest) MarshalToSizedBuffer added in v0.20.0

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

func (*ValidateGlobalizeNamespaceRequest) ProtoMessage added in v0.20.0

func (*ValidateGlobalizeNamespaceRequest) ProtoMessage()

func (*ValidateGlobalizeNamespaceRequest) Reset added in v0.20.0

func (*ValidateGlobalizeNamespaceRequest) Size added in v0.20.0

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

func (*ValidateGlobalizeNamespaceRequest) String added in v0.20.0

func (*ValidateGlobalizeNamespaceRequest) Unmarshal added in v0.20.0

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

func (*ValidateGlobalizeNamespaceRequest) XXX_DiscardUnknown added in v0.20.0

func (m *ValidateGlobalizeNamespaceRequest) XXX_DiscardUnknown()

func (*ValidateGlobalizeNamespaceRequest) XXX_Marshal added in v0.20.0

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

func (*ValidateGlobalizeNamespaceRequest) XXX_Merge added in v0.20.0

func (*ValidateGlobalizeNamespaceRequest) XXX_Size added in v0.20.0

func (m *ValidateGlobalizeNamespaceRequest) XXX_Size() int

func (*ValidateGlobalizeNamespaceRequest) XXX_Unmarshal added in v0.20.0

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

type ValidateGlobalizeNamespaceResponse added in v0.20.0

type ValidateGlobalizeNamespaceResponse struct {
	// The flag indicates if the validation succeed.
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// The failure reason when the validation failed.
	FailureReason string `protobuf:"bytes,2,opt,name=failure_reason,json=failureReason,proto3" json:"failure_reason,omitempty"`
}

func (*ValidateGlobalizeNamespaceResponse) Descriptor added in v0.20.0

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

func (*ValidateGlobalizeNamespaceResponse) Equal added in v0.20.0

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

func (*ValidateGlobalizeNamespaceResponse) GetFailureReason added in v0.20.0

func (m *ValidateGlobalizeNamespaceResponse) GetFailureReason() string

func (*ValidateGlobalizeNamespaceResponse) GetSuccess added in v0.20.0

func (m *ValidateGlobalizeNamespaceResponse) GetSuccess() bool

func (*ValidateGlobalizeNamespaceResponse) GoString added in v0.20.0

func (this *ValidateGlobalizeNamespaceResponse) GoString() string

func (*ValidateGlobalizeNamespaceResponse) Marshal added in v0.20.0

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

func (*ValidateGlobalizeNamespaceResponse) MarshalTo added in v0.20.0

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

func (*ValidateGlobalizeNamespaceResponse) MarshalToSizedBuffer added in v0.20.0

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

func (*ValidateGlobalizeNamespaceResponse) ProtoMessage added in v0.20.0

func (*ValidateGlobalizeNamespaceResponse) ProtoMessage()

func (*ValidateGlobalizeNamespaceResponse) Reset added in v0.20.0

func (*ValidateGlobalizeNamespaceResponse) Size added in v0.20.0

func (*ValidateGlobalizeNamespaceResponse) String added in v0.20.0

func (*ValidateGlobalizeNamespaceResponse) Unmarshal added in v0.20.0

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

func (*ValidateGlobalizeNamespaceResponse) XXX_DiscardUnknown added in v0.20.0

func (m *ValidateGlobalizeNamespaceResponse) XXX_DiscardUnknown()

func (*ValidateGlobalizeNamespaceResponse) XXX_Marshal added in v0.20.0

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

func (*ValidateGlobalizeNamespaceResponse) XXX_Merge added in v0.20.0

func (*ValidateGlobalizeNamespaceResponse) XXX_Size added in v0.20.0

func (*ValidateGlobalizeNamespaceResponse) XXX_Unmarshal added in v0.20.0

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

Jump to

Keyboard shortcuts

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