namespaceservice

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2023 License: MIT Imports: 14 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 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 */
}

func (*CreateNamespaceRequest) Descriptor

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

func (*CreateNamespaceRequest) Equal

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

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 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 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 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)
}

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.

func NewNamespaceServiceClient

func NewNamespaceServiceClient(cc *grpc.ClientConn) NamespaceServiceClient

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)
}

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 UnimplementedNamespaceServiceServer

type UnimplementedNamespaceServiceServer struct {
}

UnimplementedNamespaceServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedNamespaceServiceServer) CreateNamespace

func (*UnimplementedNamespaceServiceServer) GetNamespace

func (*UnimplementedNamespaceServiceServer) GetNamespaces

func (*UnimplementedNamespaceServiceServer) ListNamespaces

func (*UnimplementedNamespaceServiceServer) RenameCustomSearchAttribute

func (*UnimplementedNamespaceServiceServer) UpdateNamespace

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

Jump to

Keyboard shortcuts

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