cloudservice

package
v0.55.0 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2026 License: MIT Imports: 27 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")
)
View Source
var GetServiceAccountsRequest_ScopeType_name = map[int32]string{
	0: "GetServiceAccountScopeTypeUnspecified",
	1: "GetServiceAccountScopeTypeAccount",
	2: "GetServiceAccountScopeTypeNamespace",
}
View Source
var GetServiceAccountsRequest_ScopeType_value = map[string]int32{
	"GetServiceAccountScopeTypeUnspecified": 0,
	"GetServiceAccountScopeTypeAccount":     1,
	"GetServiceAccountScopeTypeNamespace":   2,
}

Functions

func RegisterCloudServiceServer

func RegisterCloudServiceServer(s *grpc.Server, srv CloudServiceServer)

Types

type AbortMigrationRequest added in v0.38.0

type AbortMigrationRequest struct {
	// The migration id.
	MigrationId string `protobuf:"bytes,1,opt,name=migration_id,json=migrationId,proto3" json:"migration_id,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:dev

func (*AbortMigrationRequest) Descriptor added in v0.38.0

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

func (*AbortMigrationRequest) Equal added in v0.38.0

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

func (*AbortMigrationRequest) GetAsyncOperationId added in v0.38.0

func (m *AbortMigrationRequest) GetAsyncOperationId() string

func (*AbortMigrationRequest) GetMigrationId added in v0.38.0

func (m *AbortMigrationRequest) GetMigrationId() string

func (*AbortMigrationRequest) GoString added in v0.38.0

func (this *AbortMigrationRequest) GoString() string

func (*AbortMigrationRequest) Marshal added in v0.38.0

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

func (*AbortMigrationRequest) MarshalTo added in v0.38.0

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

func (*AbortMigrationRequest) MarshalToSizedBuffer added in v0.38.0

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

func (*AbortMigrationRequest) ProtoMessage added in v0.38.0

func (*AbortMigrationRequest) ProtoMessage()

func (*AbortMigrationRequest) Reset added in v0.38.0

func (m *AbortMigrationRequest) Reset()

func (*AbortMigrationRequest) Size added in v0.38.0

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

func (*AbortMigrationRequest) String added in v0.38.0

func (this *AbortMigrationRequest) String() string

func (*AbortMigrationRequest) Unmarshal added in v0.38.0

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

func (*AbortMigrationRequest) XXX_DiscardUnknown added in v0.38.0

func (m *AbortMigrationRequest) XXX_DiscardUnknown()

func (*AbortMigrationRequest) XXX_Marshal added in v0.38.0

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

func (*AbortMigrationRequest) XXX_Merge added in v0.38.0

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

func (*AbortMigrationRequest) XXX_Size added in v0.38.0

func (m *AbortMigrationRequest) XXX_Size() int

func (*AbortMigrationRequest) XXX_Unmarshal added in v0.38.0

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

type AbortMigrationResponse added in v0.38.0

type AbortMigrationResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:dev

func (*AbortMigrationResponse) Descriptor added in v0.38.0

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

func (*AbortMigrationResponse) Equal added in v0.38.0

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

func (*AbortMigrationResponse) GetAsyncOperation added in v0.38.0

func (m *AbortMigrationResponse) GetAsyncOperation() *v11.AsyncOperation

func (*AbortMigrationResponse) GoString added in v0.38.0

func (this *AbortMigrationResponse) GoString() string

func (*AbortMigrationResponse) Marshal added in v0.38.0

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

func (*AbortMigrationResponse) MarshalTo added in v0.38.0

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

func (*AbortMigrationResponse) MarshalToSizedBuffer added in v0.38.0

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

func (*AbortMigrationResponse) ProtoMessage added in v0.38.0

func (*AbortMigrationResponse) ProtoMessage()

func (*AbortMigrationResponse) Reset added in v0.38.0

func (m *AbortMigrationResponse) Reset()

func (*AbortMigrationResponse) Size added in v0.38.0

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

func (*AbortMigrationResponse) String added in v0.38.0

func (this *AbortMigrationResponse) String() string

func (*AbortMigrationResponse) Unmarshal added in v0.38.0

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

func (*AbortMigrationResponse) XXX_DiscardUnknown added in v0.38.0

func (m *AbortMigrationResponse) XXX_DiscardUnknown()

func (*AbortMigrationResponse) XXX_Marshal added in v0.38.0

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

func (*AbortMigrationResponse) XXX_Merge added in v0.38.0

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

func (*AbortMigrationResponse) XXX_Size added in v0.38.0

func (m *AbortMigrationResponse) XXX_Size() int

func (*AbortMigrationResponse) XXX_Unmarshal added in v0.38.0

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

type AddNamespaceRegionRequest

type AddNamespaceRegionRequest struct {
	// The namespace to add the region to.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The id of the standby region to add to the namespace.
	// The GetRegions API can be used to get the list of valid region ids.
	// Example: "aws-us-west-2".
	Region string `protobuf:"bytes,2,opt,name=region,proto3" json:"region,omitempty"`
	// The version of the namespace for which this add region operation is intended for.
	// The latest version can be found in the GetNamespace operation response.
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*AddNamespaceRegionRequest) Descriptor

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

func (*AddNamespaceRegionRequest) Equal

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

func (*AddNamespaceRegionRequest) GetAsyncOperationId

func (m *AddNamespaceRegionRequest) GetAsyncOperationId() string

func (*AddNamespaceRegionRequest) GetNamespace

func (m *AddNamespaceRegionRequest) GetNamespace() string

func (*AddNamespaceRegionRequest) GetRegion

func (m *AddNamespaceRegionRequest) GetRegion() string

func (*AddNamespaceRegionRequest) GetResourceVersion

func (m *AddNamespaceRegionRequest) GetResourceVersion() string

func (*AddNamespaceRegionRequest) GoString

func (this *AddNamespaceRegionRequest) GoString() string

func (*AddNamespaceRegionRequest) Marshal

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

func (*AddNamespaceRegionRequest) MarshalTo

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

func (*AddNamespaceRegionRequest) MarshalToSizedBuffer

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

func (*AddNamespaceRegionRequest) ProtoMessage

func (*AddNamespaceRegionRequest) ProtoMessage()

func (*AddNamespaceRegionRequest) Reset

func (m *AddNamespaceRegionRequest) Reset()

func (*AddNamespaceRegionRequest) Size

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

func (*AddNamespaceRegionRequest) String

func (this *AddNamespaceRegionRequest) String() string

func (*AddNamespaceRegionRequest) Unmarshal

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

func (*AddNamespaceRegionRequest) XXX_DiscardUnknown

func (m *AddNamespaceRegionRequest) XXX_DiscardUnknown()

func (*AddNamespaceRegionRequest) XXX_Marshal

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

func (*AddNamespaceRegionRequest) XXX_Merge

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

func (*AddNamespaceRegionRequest) XXX_Size

func (m *AddNamespaceRegionRequest) XXX_Size() int

func (*AddNamespaceRegionRequest) XXX_Unmarshal

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

type AddNamespaceRegionResponse

type AddNamespaceRegionResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*AddNamespaceRegionResponse) Descriptor

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

func (*AddNamespaceRegionResponse) Equal

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

func (*AddNamespaceRegionResponse) GetAsyncOperation

func (m *AddNamespaceRegionResponse) GetAsyncOperation() *v11.AsyncOperation

func (*AddNamespaceRegionResponse) GoString

func (this *AddNamespaceRegionResponse) GoString() string

func (*AddNamespaceRegionResponse) Marshal

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

func (*AddNamespaceRegionResponse) MarshalTo

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

func (*AddNamespaceRegionResponse) MarshalToSizedBuffer

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

func (*AddNamespaceRegionResponse) ProtoMessage

func (*AddNamespaceRegionResponse) ProtoMessage()

func (*AddNamespaceRegionResponse) Reset

func (m *AddNamespaceRegionResponse) Reset()

func (*AddNamespaceRegionResponse) Size

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

func (*AddNamespaceRegionResponse) String

func (this *AddNamespaceRegionResponse) String() string

func (*AddNamespaceRegionResponse) Unmarshal

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

func (*AddNamespaceRegionResponse) XXX_DiscardUnknown

func (m *AddNamespaceRegionResponse) XXX_DiscardUnknown()

func (*AddNamespaceRegionResponse) XXX_Marshal

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

func (*AddNamespaceRegionResponse) XXX_Merge

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

func (*AddNamespaceRegionResponse) XXX_Size

func (m *AddNamespaceRegionResponse) XXX_Size() int

func (*AddNamespaceRegionResponse) XXX_Unmarshal

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

type AddUserGroupMemberRequest added in v0.41.0

type AddUserGroupMemberRequest struct {
	// The id of the group to add the member for.
	GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// The member id to add to the group.
	MemberId *v1.UserGroupMemberId `protobuf:"bytes,2,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*AddUserGroupMemberRequest) Descriptor added in v0.41.0

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

func (*AddUserGroupMemberRequest) Equal added in v0.41.0

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

func (*AddUserGroupMemberRequest) GetAsyncOperationId added in v0.41.0

func (m *AddUserGroupMemberRequest) GetAsyncOperationId() string

func (*AddUserGroupMemberRequest) GetGroupId added in v0.41.0

func (m *AddUserGroupMemberRequest) GetGroupId() string

func (*AddUserGroupMemberRequest) GetMemberId added in v0.41.0

func (*AddUserGroupMemberRequest) GoString added in v0.41.0

func (this *AddUserGroupMemberRequest) GoString() string

func (*AddUserGroupMemberRequest) Marshal added in v0.41.0

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

func (*AddUserGroupMemberRequest) MarshalTo added in v0.41.0

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

func (*AddUserGroupMemberRequest) MarshalToSizedBuffer added in v0.41.0

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

func (*AddUserGroupMemberRequest) ProtoMessage added in v0.41.0

func (*AddUserGroupMemberRequest) ProtoMessage()

func (*AddUserGroupMemberRequest) Reset added in v0.41.0

func (m *AddUserGroupMemberRequest) Reset()

func (*AddUserGroupMemberRequest) Size added in v0.41.0

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

func (*AddUserGroupMemberRequest) String added in v0.41.0

func (this *AddUserGroupMemberRequest) String() string

func (*AddUserGroupMemberRequest) Unmarshal added in v0.41.0

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

func (*AddUserGroupMemberRequest) XXX_DiscardUnknown added in v0.41.0

func (m *AddUserGroupMemberRequest) XXX_DiscardUnknown()

func (*AddUserGroupMemberRequest) XXX_Marshal added in v0.41.0

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

func (*AddUserGroupMemberRequest) XXX_Merge added in v0.41.0

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

func (*AddUserGroupMemberRequest) XXX_Size added in v0.41.0

func (m *AddUserGroupMemberRequest) XXX_Size() int

func (*AddUserGroupMemberRequest) XXX_Unmarshal added in v0.41.0

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

type AddUserGroupMemberResponse added in v0.41.0

type AddUserGroupMemberResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*AddUserGroupMemberResponse) Descriptor added in v0.41.0

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

func (*AddUserGroupMemberResponse) Equal added in v0.41.0

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

func (*AddUserGroupMemberResponse) GetAsyncOperation added in v0.41.0

func (m *AddUserGroupMemberResponse) GetAsyncOperation() *v11.AsyncOperation

func (*AddUserGroupMemberResponse) GoString added in v0.41.0

func (this *AddUserGroupMemberResponse) GoString() string

func (*AddUserGroupMemberResponse) Marshal added in v0.41.0

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

func (*AddUserGroupMemberResponse) MarshalTo added in v0.41.0

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

func (*AddUserGroupMemberResponse) MarshalToSizedBuffer added in v0.41.0

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

func (*AddUserGroupMemberResponse) ProtoMessage added in v0.41.0

func (*AddUserGroupMemberResponse) ProtoMessage()

func (*AddUserGroupMemberResponse) Reset added in v0.41.0

func (m *AddUserGroupMemberResponse) Reset()

func (*AddUserGroupMemberResponse) Size added in v0.41.0

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

func (*AddUserGroupMemberResponse) String added in v0.41.0

func (this *AddUserGroupMemberResponse) String() string

func (*AddUserGroupMemberResponse) Unmarshal added in v0.41.0

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

func (*AddUserGroupMemberResponse) XXX_DiscardUnknown added in v0.41.0

func (m *AddUserGroupMemberResponse) XXX_DiscardUnknown()

func (*AddUserGroupMemberResponse) XXX_Marshal added in v0.41.0

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

func (*AddUserGroupMemberResponse) XXX_Merge added in v0.41.0

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

func (*AddUserGroupMemberResponse) XXX_Size added in v0.41.0

func (m *AddUserGroupMemberResponse) XXX_Size() int

func (*AddUserGroupMemberResponse) XXX_Unmarshal added in v0.41.0

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

type CloudServiceClient

type CloudServiceClient interface {
	// Get information about the current authenticated user or service account principal
	GetCurrentIdentity(ctx context.Context, in *GetCurrentIdentityRequest, opts ...grpc.CallOption) (*GetCurrentIdentityResponse, error)
	// Gets all known users
	GetUsers(ctx context.Context, in *GetUsersRequest, opts ...grpc.CallOption) (*GetUsersResponse, error)
	// Get a user
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
	// Create a user
	CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*CreateUserResponse, error)
	// Update a user
	UpdateUser(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*UpdateUserResponse, error)
	// Delete a user
	DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*DeleteUserResponse, error)
	// Set a user's access to a namespace
	SetUserNamespaceAccess(ctx context.Context, in *SetUserNamespaceAccessRequest, opts ...grpc.CallOption) (*SetUserNamespaceAccessResponse, error)
	// Get the latest information on an async operation
	GetAsyncOperation(ctx context.Context, in *GetAsyncOperationRequest, opts ...grpc.CallOption) (*GetAsyncOperationResponse, error)
	// Create a new namespace
	CreateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...grpc.CallOption) (*CreateNamespaceResponse, error)
	// Get all namespaces
	GetNamespaces(ctx context.Context, in *GetNamespacesRequest, opts ...grpc.CallOption) (*GetNamespacesResponse, error)
	// Get all namespace ids
	// temporal:ui
	GetNamespaceIDs(ctx context.Context, in *GetNamespaceIDsRequest, opts ...grpc.CallOption) (*GetNamespaceIDsResponse, error)
	// Get a namespace
	GetNamespace(ctx context.Context, in *GetNamespaceRequest, opts ...grpc.CallOption) (*GetNamespaceResponse, error)
	// Update a namespace
	UpdateNamespace(ctx context.Context, in *UpdateNamespaceRequest, opts ...grpc.CallOption) (*UpdateNamespaceResponse, error)
	// Rename an existing customer search attribute
	RenameCustomSearchAttribute(ctx context.Context, in *RenameCustomSearchAttributeRequest, opts ...grpc.CallOption) (*RenameCustomSearchAttributeResponse, error)
	// Delete a namespace
	DeleteNamespace(ctx context.Context, in *DeleteNamespaceRequest, opts ...grpc.CallOption) (*DeleteNamespaceResponse, error)
	// Failover a multi-region namespace
	// Deprecated: Use the UpdateNamespace() to set the `preferred_primary_replica_name` on the replica in the high availability spec instead.
	FailoverNamespaceRegion(ctx context.Context, in *FailoverNamespaceRegionRequest, opts ...grpc.CallOption) (*FailoverNamespaceRegionResponse, error)
	// Add a new region to a namespace
	// Deprecated: Use the UpdateNamespace() to add new replica in the namespace spec instead.
	AddNamespaceRegion(ctx context.Context, in *AddNamespaceRegionRequest, opts ...grpc.CallOption) (*AddNamespaceRegionResponse, error)
	// Delete a region from a namespace
	// Deprecated: Use the UpdateNamespace() to delete a replica in the namespace spec instead.
	DeleteNamespaceRegion(ctx context.Context, in *DeleteNamespaceRegionRequest, opts ...grpc.CallOption) (*DeleteNamespaceRegionResponse, error)
	// Get all regions
	GetRegions(ctx context.Context, in *GetRegionsRequest, opts ...grpc.CallOption) (*GetRegionsResponse, error)
	// Get a region
	GetRegion(ctx context.Context, in *GetRegionRequest, opts ...grpc.CallOption) (*GetRegionResponse, error)
	// Gets nexus endpoints
	GetNexusEndpoints(ctx context.Context, in *GetNexusEndpointsRequest, opts ...grpc.CallOption) (*GetNexusEndpointsResponse, error)
	// Get a nexus endpoint
	GetNexusEndpoint(ctx context.Context, in *GetNexusEndpointRequest, opts ...grpc.CallOption) (*GetNexusEndpointResponse, error)
	// Create a nexus endpoint
	CreateNexusEndpoint(ctx context.Context, in *CreateNexusEndpointRequest, opts ...grpc.CallOption) (*CreateNexusEndpointResponse, error)
	// Update a nexus endpoint
	UpdateNexusEndpoint(ctx context.Context, in *UpdateNexusEndpointRequest, opts ...grpc.CallOption) (*UpdateNexusEndpointResponse, error)
	// Delete a nexus endpoint
	DeleteNexusEndpoint(ctx context.Context, in *DeleteNexusEndpointRequest, opts ...grpc.CallOption) (*DeleteNexusEndpointResponse, error)
	// Get all user groups
	GetUserGroups(ctx context.Context, in *GetUserGroupsRequest, opts ...grpc.CallOption) (*GetUserGroupsResponse, error)
	// Get a user group
	GetUserGroup(ctx context.Context, in *GetUserGroupRequest, opts ...grpc.CallOption) (*GetUserGroupResponse, error)
	// Create new a user group
	CreateUserGroup(ctx context.Context, in *CreateUserGroupRequest, opts ...grpc.CallOption) (*CreateUserGroupResponse, error)
	// Update a user group
	UpdateUserGroup(ctx context.Context, in *UpdateUserGroupRequest, opts ...grpc.CallOption) (*UpdateUserGroupResponse, error)
	// Delete a user group
	DeleteUserGroup(ctx context.Context, in *DeleteUserGroupRequest, opts ...grpc.CallOption) (*DeleteUserGroupResponse, error)
	// Set a user group's access to a namespace
	SetUserGroupNamespaceAccess(ctx context.Context, in *SetUserGroupNamespaceAccessRequest, opts ...grpc.CallOption) (*SetUserGroupNamespaceAccessResponse, error)
	// Add a member to the group, can only be used with Cloud group types.
	AddUserGroupMember(ctx context.Context, in *AddUserGroupMemberRequest, opts ...grpc.CallOption) (*AddUserGroupMemberResponse, error)
	// Remove a member from the group, can only be used with Cloud group types.
	RemoveUserGroupMember(ctx context.Context, in *RemoveUserGroupMemberRequest, opts ...grpc.CallOption) (*RemoveUserGroupMemberResponse, error)
	GetUserGroupMembers(ctx context.Context, in *GetUserGroupMembersRequest, opts ...grpc.CallOption) (*GetUserGroupMembersResponse, error)
	// Create a service account.
	CreateServiceAccount(ctx context.Context, in *CreateServiceAccountRequest, opts ...grpc.CallOption) (*CreateServiceAccountResponse, error)
	// Get a service account.
	GetServiceAccount(ctx context.Context, in *GetServiceAccountRequest, opts ...grpc.CallOption) (*GetServiceAccountResponse, error)
	// Get service accounts.
	GetServiceAccounts(ctx context.Context, in *GetServiceAccountsRequest, opts ...grpc.CallOption) (*GetServiceAccountsResponse, error)
	// Update a service account.
	UpdateServiceAccount(ctx context.Context, in *UpdateServiceAccountRequest, opts ...grpc.CallOption) (*UpdateServiceAccountResponse, error)
	// Set a service account's access to a namespace.
	SetServiceAccountNamespaceAccess(ctx context.Context, in *SetServiceAccountNamespaceAccessRequest, opts ...grpc.CallOption) (*SetServiceAccountNamespaceAccessResponse, error)
	// Delete a service account.
	DeleteServiceAccount(ctx context.Context, in *DeleteServiceAccountRequest, opts ...grpc.CallOption) (*DeleteServiceAccountResponse, error)
	// Get all known API keys
	GetApiKeys(ctx context.Context, in *GetApiKeysRequest, opts ...grpc.CallOption) (*GetApiKeysResponse, error)
	// Get an API key
	GetApiKey(ctx context.Context, in *GetApiKeyRequest, opts ...grpc.CallOption) (*GetApiKeyResponse, error)
	// Create an API key
	CreateApiKey(ctx context.Context, in *CreateApiKeyRequest, opts ...grpc.CallOption) (*CreateApiKeyResponse, error)
	// Update an API key
	UpdateApiKey(ctx context.Context, in *UpdateApiKeyRequest, opts ...grpc.CallOption) (*UpdateApiKeyResponse, error)
	// Delete an API key
	DeleteApiKey(ctx context.Context, in *DeleteApiKeyRequest, opts ...grpc.CallOption) (*DeleteApiKeyResponse, error)
	// Get audit logs
	GetAuditLogs(ctx context.Context, in *GetAuditLogsRequest, opts ...grpc.CallOption) (*GetAuditLogsResponse, error)
	// Validate customer audit log sink is accessible from Temporal's workflow by delivering an empty file to the specified sink.
	// The operation verifies that the sink is correctly configured, accessible and ready to receive audit logs.
	ValidateAccountAuditLogSink(ctx context.Context, in *ValidateAccountAuditLogSinkRequest, opts ...grpc.CallOption) (*ValidateAccountAuditLogSinkResponse, error)
	// Create an audit log sink
	CreateAccountAuditLogSink(ctx context.Context, in *CreateAccountAuditLogSinkRequest, opts ...grpc.CallOption) (*CreateAccountAuditLogSinkResponse, error)
	// Get an audit log sink
	GetAccountAuditLogSink(ctx context.Context, in *GetAccountAuditLogSinkRequest, opts ...grpc.CallOption) (*GetAccountAuditLogSinkResponse, error)
	// Get audit log sinks
	GetAccountAuditLogSinks(ctx context.Context, in *GetAccountAuditLogSinksRequest, opts ...grpc.CallOption) (*GetAccountAuditLogSinksResponse, error)
	// Update an audit log sink
	UpdateAccountAuditLogSink(ctx context.Context, in *UpdateAccountAuditLogSinkRequest, opts ...grpc.CallOption) (*UpdateAccountAuditLogSinkResponse, error)
	// Delete an audit log sink
	DeleteAccountAuditLogSink(ctx context.Context, in *DeleteAccountAuditLogSinkRequest, opts ...grpc.CallOption) (*DeleteAccountAuditLogSinkResponse, error)
	// Get usage
	GetUsage(ctx context.Context, in *GetUsageRequest, opts ...grpc.CallOption) (*GetUsageResponse, error)
	// Get account information
	GetAccount(ctx context.Context, in *GetAccountRequest, opts ...grpc.CallOption) (*GetAccountResponse, error)
	// Update account information
	UpdateAccount(ctx context.Context, in *UpdateAccountRequest, opts ...grpc.CallOption) (*UpdateAccountResponse, error)
	// Create an export sink
	CreateNamespaceExportSink(ctx context.Context, in *CreateNamespaceExportSinkRequest, opts ...grpc.CallOption) (*CreateNamespaceExportSinkResponse, error)
	// Get an export sink
	GetNamespaceExportSink(ctx context.Context, in *GetNamespaceExportSinkRequest, opts ...grpc.CallOption) (*GetNamespaceExportSinkResponse, error)
	// Get export sinks
	GetNamespaceExportSinks(ctx context.Context, in *GetNamespaceExportSinksRequest, opts ...grpc.CallOption) (*GetNamespaceExportSinksResponse, error)
	// Update an export sink
	UpdateNamespaceExportSink(ctx context.Context, in *UpdateNamespaceExportSinkRequest, opts ...grpc.CallOption) (*UpdateNamespaceExportSinkResponse, error)
	// Delete an export sink
	DeleteNamespaceExportSink(ctx context.Context, in *DeleteNamespaceExportSinkRequest, opts ...grpc.CallOption) (*DeleteNamespaceExportSinkResponse, error)
	// Validates an export sink configuration by delivering an empty test file to the specified sink.
	// This operation verifies that the sink is correctly configured, accessible, and ready for data export.
	ValidateNamespaceExportSink(ctx context.Context, in *ValidateNamespaceExportSinkRequest, opts ...grpc.CallOption) (*ValidateNamespaceExportSinkResponse, error)
	// Starts a namespace migration
	// temporal:dev
	StartMigration(ctx context.Context, in *StartMigrationRequest, opts ...grpc.CallOption) (*StartMigrationResponse, error)
	// Get namespace migrations for an account
	// temporal:dev
	GetMigrations(ctx context.Context, in *GetMigrationsRequest, opts ...grpc.CallOption) (*GetMigrationsResponse, error)
	// Get a namespace migration
	// temporal:dev
	GetMigration(ctx context.Context, in *GetMigrationRequest, opts ...grpc.CallOption) (*GetMigrationResponse, error)
	// Handover the namespace during a migration, which switches the active and passive replicas
	// temporal:dev
	HandoverNamespace(ctx context.Context, in *HandoverNamespaceRequest, opts ...grpc.CallOption) (*HandoverNamespaceResponse, error)
	// Abort a namespace migration
	// temporal:dev
	AbortMigration(ctx context.Context, in *AbortMigrationRequest, opts ...grpc.CallOption) (*AbortMigrationResponse, error)
	// Confirm a namespace migration, which completes the migration
	// temporal:dev
	ConfirmMigration(ctx context.Context, in *ConfirmMigrationRequest, opts ...grpc.CallOption) (*ConfirmMigrationResponse, error)
	// Creates a connectivity rule
	CreateConnectivityRule(ctx context.Context, in *CreateConnectivityRuleRequest, opts ...grpc.CallOption) (*CreateConnectivityRuleResponse, error)
	// Gets a connectivity rule by id
	GetConnectivityRule(ctx context.Context, in *GetConnectivityRuleRequest, opts ...grpc.CallOption) (*GetConnectivityRuleResponse, error)
	// Lists connectivity rules by account
	GetConnectivityRules(ctx context.Context, in *GetConnectivityRulesRequest, opts ...grpc.CallOption) (*GetConnectivityRulesResponse, error)
	// Deletes a connectivity rule
	DeleteConnectivityRule(ctx context.Context, in *DeleteConnectivityRuleRequest, opts ...grpc.CallOption) (*DeleteConnectivityRuleResponse, error)
	// Get all projects
	// temporal:dev
	GetProjects(ctx context.Context, in *GetProjectsRequest, opts ...grpc.CallOption) (*GetProjectsResponse, error)
	// Get a projects
	// temporal:dev
	GetProject(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*GetProjectResponse, error)
	// Create new a projects
	// temporal:dev
	CreateProject(ctx context.Context, in *CreateProjectRequest, opts ...grpc.CallOption) (*CreateProjectResponse, error)
	// Update a projects
	// temporal:dev
	UpdateProject(ctx context.Context, in *UpdateProjectRequest, opts ...grpc.CallOption) (*UpdateProjectResponse, error)
	// Delete a projects
	// temporal:dev
	DeleteProject(ctx context.Context, in *DeleteProjectRequest, opts ...grpc.CallOption) (*DeleteProjectResponse, error)
	// Set a user's access to a project
	// temporal:dev
	SetUserProjectAccess(ctx context.Context, in *SetUserProjectAccessRequest, opts ...grpc.CallOption) (*SetUserProjectAccessResponse, error)
	// Set a user group's access to a project
	// temporal:dev
	SetUserGroupProjectAccess(ctx context.Context, in *SetUserGroupProjectAccessRequest, opts ...grpc.CallOption) (*SetUserGroupProjectAccessResponse, error)
	// Set a service account's access to a project.
	// temporal:dev
	SetServiceAccountProjectAccess(ctx context.Context, in *SetServiceAccountProjectAccessRequest, opts ...grpc.CallOption) (*SetServiceAccountProjectAccessResponse, error)
	// Resend a user invite
	// temporal:ui
	ResendUserInvite(ctx context.Context, in *ResendUserInviteRequest, opts ...grpc.CallOption) (*ResendUserInviteResponse, error)
	// Updates tags for a namespace
	UpdateNamespaceTags(ctx context.Context, in *UpdateNamespaceTagsRequest, opts ...grpc.CallOption) (*UpdateNamespaceTagsResponse, error)
	// Get tag keys
	// temporal:ui
	GetTagKeys(ctx context.Context, in *GetTagKeysRequest, opts ...grpc.CallOption) (*GetTagKeysResponse, error)
	// Get custom roles
	// temporal:dev
	GetCustomRoles(ctx context.Context, in *GetCustomRolesRequest, opts ...grpc.CallOption) (*GetCustomRolesResponse, error)
	// Get a custom role
	// temporal:dev
	GetCustomRole(ctx context.Context, in *GetCustomRoleRequest, opts ...grpc.CallOption) (*GetCustomRoleResponse, error)
	// Create a custom role
	// temporal:dev
	CreateCustomRole(ctx context.Context, in *CreateCustomRoleRequest, opts ...grpc.CallOption) (*CreateCustomRoleResponse, error)
	// Update a custom role
	// temporal:dev
	UpdateCustomRole(ctx context.Context, in *UpdateCustomRoleRequest, opts ...grpc.CallOption) (*UpdateCustomRoleResponse, error)
	// Delete a custom role
	// temporal:dev
	DeleteCustomRole(ctx context.Context, in *DeleteCustomRoleRequest, opts ...grpc.CallOption) (*DeleteCustomRoleResponse, error)
	// Create a billing report
	// temporal:dev
	CreateBillingReport(ctx context.Context, in *CreateBillingReportRequest, opts ...grpc.CallOption) (*CreateBillingReportResponse, error)
	// Get a billing report
	// temporal:dev
	GetBillingReport(ctx context.Context, in *GetBillingReportRequest, opts ...grpc.CallOption) (*GetBillingReportResponse, error)
	// GetNamespaceCapacityInfo returns capacity information for a namespace.
	// This includes provisioned capacity options, on-demand limits, and 7 day historical APS statistics useful for capacity planning.
	// temporal:dev
	GetNamespaceCapacityInfo(ctx context.Context, in *GetNamespaceCapacityInfoRequest, opts ...grpc.CallOption) (*GetNamespaceCapacityInfoResponse, error)
}

CloudServiceClient is the client API for CloudService service.

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

type CloudServiceServer

type CloudServiceServer interface {
	// Get information about the current authenticated user or service account principal
	GetCurrentIdentity(context.Context, *GetCurrentIdentityRequest) (*GetCurrentIdentityResponse, error)
	// Gets all known users
	GetUsers(context.Context, *GetUsersRequest) (*GetUsersResponse, error)
	// Get a user
	GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
	// Create a user
	CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error)
	// Update a user
	UpdateUser(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error)
	// Delete a user
	DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error)
	// Set a user's access to a namespace
	SetUserNamespaceAccess(context.Context, *SetUserNamespaceAccessRequest) (*SetUserNamespaceAccessResponse, error)
	// Get the latest information on an async operation
	GetAsyncOperation(context.Context, *GetAsyncOperationRequest) (*GetAsyncOperationResponse, error)
	// Create a new namespace
	CreateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error)
	// Get all namespaces
	GetNamespaces(context.Context, *GetNamespacesRequest) (*GetNamespacesResponse, error)
	// Get all namespace ids
	// temporal:ui
	GetNamespaceIDs(context.Context, *GetNamespaceIDsRequest) (*GetNamespaceIDsResponse, error)
	// Get a namespace
	GetNamespace(context.Context, *GetNamespaceRequest) (*GetNamespaceResponse, error)
	// Update a namespace
	UpdateNamespace(context.Context, *UpdateNamespaceRequest) (*UpdateNamespaceResponse, error)
	// Rename an existing customer search attribute
	RenameCustomSearchAttribute(context.Context, *RenameCustomSearchAttributeRequest) (*RenameCustomSearchAttributeResponse, error)
	// Delete a namespace
	DeleteNamespace(context.Context, *DeleteNamespaceRequest) (*DeleteNamespaceResponse, error)
	// Failover a multi-region namespace
	// Deprecated: Use the UpdateNamespace() to set the `preferred_primary_replica_name` on the replica in the high availability spec instead.
	FailoverNamespaceRegion(context.Context, *FailoverNamespaceRegionRequest) (*FailoverNamespaceRegionResponse, error)
	// Add a new region to a namespace
	// Deprecated: Use the UpdateNamespace() to add new replica in the namespace spec instead.
	AddNamespaceRegion(context.Context, *AddNamespaceRegionRequest) (*AddNamespaceRegionResponse, error)
	// Delete a region from a namespace
	// Deprecated: Use the UpdateNamespace() to delete a replica in the namespace spec instead.
	DeleteNamespaceRegion(context.Context, *DeleteNamespaceRegionRequest) (*DeleteNamespaceRegionResponse, error)
	// Get all regions
	GetRegions(context.Context, *GetRegionsRequest) (*GetRegionsResponse, error)
	// Get a region
	GetRegion(context.Context, *GetRegionRequest) (*GetRegionResponse, error)
	// Gets nexus endpoints
	GetNexusEndpoints(context.Context, *GetNexusEndpointsRequest) (*GetNexusEndpointsResponse, error)
	// Get a nexus endpoint
	GetNexusEndpoint(context.Context, *GetNexusEndpointRequest) (*GetNexusEndpointResponse, error)
	// Create a nexus endpoint
	CreateNexusEndpoint(context.Context, *CreateNexusEndpointRequest) (*CreateNexusEndpointResponse, error)
	// Update a nexus endpoint
	UpdateNexusEndpoint(context.Context, *UpdateNexusEndpointRequest) (*UpdateNexusEndpointResponse, error)
	// Delete a nexus endpoint
	DeleteNexusEndpoint(context.Context, *DeleteNexusEndpointRequest) (*DeleteNexusEndpointResponse, error)
	// Get all user groups
	GetUserGroups(context.Context, *GetUserGroupsRequest) (*GetUserGroupsResponse, error)
	// Get a user group
	GetUserGroup(context.Context, *GetUserGroupRequest) (*GetUserGroupResponse, error)
	// Create new a user group
	CreateUserGroup(context.Context, *CreateUserGroupRequest) (*CreateUserGroupResponse, error)
	// Update a user group
	UpdateUserGroup(context.Context, *UpdateUserGroupRequest) (*UpdateUserGroupResponse, error)
	// Delete a user group
	DeleteUserGroup(context.Context, *DeleteUserGroupRequest) (*DeleteUserGroupResponse, error)
	// Set a user group's access to a namespace
	SetUserGroupNamespaceAccess(context.Context, *SetUserGroupNamespaceAccessRequest) (*SetUserGroupNamespaceAccessResponse, error)
	// Add a member to the group, can only be used with Cloud group types.
	AddUserGroupMember(context.Context, *AddUserGroupMemberRequest) (*AddUserGroupMemberResponse, error)
	// Remove a member from the group, can only be used with Cloud group types.
	RemoveUserGroupMember(context.Context, *RemoveUserGroupMemberRequest) (*RemoveUserGroupMemberResponse, error)
	GetUserGroupMembers(context.Context, *GetUserGroupMembersRequest) (*GetUserGroupMembersResponse, error)
	// Create a service account.
	CreateServiceAccount(context.Context, *CreateServiceAccountRequest) (*CreateServiceAccountResponse, error)
	// Get a service account.
	GetServiceAccount(context.Context, *GetServiceAccountRequest) (*GetServiceAccountResponse, error)
	// Get service accounts.
	GetServiceAccounts(context.Context, *GetServiceAccountsRequest) (*GetServiceAccountsResponse, error)
	// Update a service account.
	UpdateServiceAccount(context.Context, *UpdateServiceAccountRequest) (*UpdateServiceAccountResponse, error)
	// Set a service account's access to a namespace.
	SetServiceAccountNamespaceAccess(context.Context, *SetServiceAccountNamespaceAccessRequest) (*SetServiceAccountNamespaceAccessResponse, error)
	// Delete a service account.
	DeleteServiceAccount(context.Context, *DeleteServiceAccountRequest) (*DeleteServiceAccountResponse, error)
	// Get all known API keys
	GetApiKeys(context.Context, *GetApiKeysRequest) (*GetApiKeysResponse, error)
	// Get an API key
	GetApiKey(context.Context, *GetApiKeyRequest) (*GetApiKeyResponse, error)
	// Create an API key
	CreateApiKey(context.Context, *CreateApiKeyRequest) (*CreateApiKeyResponse, error)
	// Update an API key
	UpdateApiKey(context.Context, *UpdateApiKeyRequest) (*UpdateApiKeyResponse, error)
	// Delete an API key
	DeleteApiKey(context.Context, *DeleteApiKeyRequest) (*DeleteApiKeyResponse, error)
	// Get audit logs
	GetAuditLogs(context.Context, *GetAuditLogsRequest) (*GetAuditLogsResponse, error)
	// Validate customer audit log sink is accessible from Temporal's workflow by delivering an empty file to the specified sink.
	// The operation verifies that the sink is correctly configured, accessible and ready to receive audit logs.
	ValidateAccountAuditLogSink(context.Context, *ValidateAccountAuditLogSinkRequest) (*ValidateAccountAuditLogSinkResponse, error)
	// Create an audit log sink
	CreateAccountAuditLogSink(context.Context, *CreateAccountAuditLogSinkRequest) (*CreateAccountAuditLogSinkResponse, error)
	// Get an audit log sink
	GetAccountAuditLogSink(context.Context, *GetAccountAuditLogSinkRequest) (*GetAccountAuditLogSinkResponse, error)
	// Get audit log sinks
	GetAccountAuditLogSinks(context.Context, *GetAccountAuditLogSinksRequest) (*GetAccountAuditLogSinksResponse, error)
	// Update an audit log sink
	UpdateAccountAuditLogSink(context.Context, *UpdateAccountAuditLogSinkRequest) (*UpdateAccountAuditLogSinkResponse, error)
	// Delete an audit log sink
	DeleteAccountAuditLogSink(context.Context, *DeleteAccountAuditLogSinkRequest) (*DeleteAccountAuditLogSinkResponse, error)
	// Get usage
	GetUsage(context.Context, *GetUsageRequest) (*GetUsageResponse, error)
	// Get account information
	GetAccount(context.Context, *GetAccountRequest) (*GetAccountResponse, error)
	// Update account information
	UpdateAccount(context.Context, *UpdateAccountRequest) (*UpdateAccountResponse, error)
	// Create an export sink
	CreateNamespaceExportSink(context.Context, *CreateNamespaceExportSinkRequest) (*CreateNamespaceExportSinkResponse, error)
	// Get an export sink
	GetNamespaceExportSink(context.Context, *GetNamespaceExportSinkRequest) (*GetNamespaceExportSinkResponse, error)
	// Get export sinks
	GetNamespaceExportSinks(context.Context, *GetNamespaceExportSinksRequest) (*GetNamespaceExportSinksResponse, error)
	// Update an export sink
	UpdateNamespaceExportSink(context.Context, *UpdateNamespaceExportSinkRequest) (*UpdateNamespaceExportSinkResponse, error)
	// Delete an export sink
	DeleteNamespaceExportSink(context.Context, *DeleteNamespaceExportSinkRequest) (*DeleteNamespaceExportSinkResponse, error)
	// Validates an export sink configuration by delivering an empty test file to the specified sink.
	// This operation verifies that the sink is correctly configured, accessible, and ready for data export.
	ValidateNamespaceExportSink(context.Context, *ValidateNamespaceExportSinkRequest) (*ValidateNamespaceExportSinkResponse, error)
	// Starts a namespace migration
	// temporal:dev
	StartMigration(context.Context, *StartMigrationRequest) (*StartMigrationResponse, error)
	// Get namespace migrations for an account
	// temporal:dev
	GetMigrations(context.Context, *GetMigrationsRequest) (*GetMigrationsResponse, error)
	// Get a namespace migration
	// temporal:dev
	GetMigration(context.Context, *GetMigrationRequest) (*GetMigrationResponse, error)
	// Handover the namespace during a migration, which switches the active and passive replicas
	// temporal:dev
	HandoverNamespace(context.Context, *HandoverNamespaceRequest) (*HandoverNamespaceResponse, error)
	// Abort a namespace migration
	// temporal:dev
	AbortMigration(context.Context, *AbortMigrationRequest) (*AbortMigrationResponse, error)
	// Confirm a namespace migration, which completes the migration
	// temporal:dev
	ConfirmMigration(context.Context, *ConfirmMigrationRequest) (*ConfirmMigrationResponse, error)
	// Creates a connectivity rule
	CreateConnectivityRule(context.Context, *CreateConnectivityRuleRequest) (*CreateConnectivityRuleResponse, error)
	// Gets a connectivity rule by id
	GetConnectivityRule(context.Context, *GetConnectivityRuleRequest) (*GetConnectivityRuleResponse, error)
	// Lists connectivity rules by account
	GetConnectivityRules(context.Context, *GetConnectivityRulesRequest) (*GetConnectivityRulesResponse, error)
	// Deletes a connectivity rule
	DeleteConnectivityRule(context.Context, *DeleteConnectivityRuleRequest) (*DeleteConnectivityRuleResponse, error)
	// Get all projects
	// temporal:dev
	GetProjects(context.Context, *GetProjectsRequest) (*GetProjectsResponse, error)
	// Get a projects
	// temporal:dev
	GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error)
	// Create new a projects
	// temporal:dev
	CreateProject(context.Context, *CreateProjectRequest) (*CreateProjectResponse, error)
	// Update a projects
	// temporal:dev
	UpdateProject(context.Context, *UpdateProjectRequest) (*UpdateProjectResponse, error)
	// Delete a projects
	// temporal:dev
	DeleteProject(context.Context, *DeleteProjectRequest) (*DeleteProjectResponse, error)
	// Set a user's access to a project
	// temporal:dev
	SetUserProjectAccess(context.Context, *SetUserProjectAccessRequest) (*SetUserProjectAccessResponse, error)
	// Set a user group's access to a project
	// temporal:dev
	SetUserGroupProjectAccess(context.Context, *SetUserGroupProjectAccessRequest) (*SetUserGroupProjectAccessResponse, error)
	// Set a service account's access to a project.
	// temporal:dev
	SetServiceAccountProjectAccess(context.Context, *SetServiceAccountProjectAccessRequest) (*SetServiceAccountProjectAccessResponse, error)
	// Resend a user invite
	// temporal:ui
	ResendUserInvite(context.Context, *ResendUserInviteRequest) (*ResendUserInviteResponse, error)
	// Updates tags for a namespace
	UpdateNamespaceTags(context.Context, *UpdateNamespaceTagsRequest) (*UpdateNamespaceTagsResponse, error)
	// Get tag keys
	// temporal:ui
	GetTagKeys(context.Context, *GetTagKeysRequest) (*GetTagKeysResponse, error)
	// Get custom roles
	// temporal:dev
	GetCustomRoles(context.Context, *GetCustomRolesRequest) (*GetCustomRolesResponse, error)
	// Get a custom role
	// temporal:dev
	GetCustomRole(context.Context, *GetCustomRoleRequest) (*GetCustomRoleResponse, error)
	// Create a custom role
	// temporal:dev
	CreateCustomRole(context.Context, *CreateCustomRoleRequest) (*CreateCustomRoleResponse, error)
	// Update a custom role
	// temporal:dev
	UpdateCustomRole(context.Context, *UpdateCustomRoleRequest) (*UpdateCustomRoleResponse, error)
	// Delete a custom role
	// temporal:dev
	DeleteCustomRole(context.Context, *DeleteCustomRoleRequest) (*DeleteCustomRoleResponse, error)
	// Create a billing report
	// temporal:dev
	CreateBillingReport(context.Context, *CreateBillingReportRequest) (*CreateBillingReportResponse, error)
	// Get a billing report
	// temporal:dev
	GetBillingReport(context.Context, *GetBillingReportRequest) (*GetBillingReportResponse, error)
	// GetNamespaceCapacityInfo returns capacity information for a namespace.
	// This includes provisioned capacity options, on-demand limits, and 7 day historical APS statistics useful for capacity planning.
	// temporal:dev
	GetNamespaceCapacityInfo(context.Context, *GetNamespaceCapacityInfoRequest) (*GetNamespaceCapacityInfoResponse, error)
}

CloudServiceServer is the server API for CloudService service.

type ConfirmMigrationRequest added in v0.38.0

type ConfirmMigrationRequest struct {
	// The migration id.
	MigrationId string `protobuf:"bytes,1,opt,name=migration_id,json=migrationId,proto3" json:"migration_id,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:dev

func (*ConfirmMigrationRequest) Descriptor added in v0.38.0

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

func (*ConfirmMigrationRequest) Equal added in v0.38.0

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

func (*ConfirmMigrationRequest) GetAsyncOperationId added in v0.38.0

func (m *ConfirmMigrationRequest) GetAsyncOperationId() string

func (*ConfirmMigrationRequest) GetMigrationId added in v0.38.0

func (m *ConfirmMigrationRequest) GetMigrationId() string

func (*ConfirmMigrationRequest) GoString added in v0.38.0

func (this *ConfirmMigrationRequest) GoString() string

func (*ConfirmMigrationRequest) Marshal added in v0.38.0

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

func (*ConfirmMigrationRequest) MarshalTo added in v0.38.0

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

func (*ConfirmMigrationRequest) MarshalToSizedBuffer added in v0.38.0

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

func (*ConfirmMigrationRequest) ProtoMessage added in v0.38.0

func (*ConfirmMigrationRequest) ProtoMessage()

func (*ConfirmMigrationRequest) Reset added in v0.38.0

func (m *ConfirmMigrationRequest) Reset()

func (*ConfirmMigrationRequest) Size added in v0.38.0

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

func (*ConfirmMigrationRequest) String added in v0.38.0

func (this *ConfirmMigrationRequest) String() string

func (*ConfirmMigrationRequest) Unmarshal added in v0.38.0

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

func (*ConfirmMigrationRequest) XXX_DiscardUnknown added in v0.38.0

func (m *ConfirmMigrationRequest) XXX_DiscardUnknown()

func (*ConfirmMigrationRequest) XXX_Marshal added in v0.38.0

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

func (*ConfirmMigrationRequest) XXX_Merge added in v0.38.0

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

func (*ConfirmMigrationRequest) XXX_Size added in v0.38.0

func (m *ConfirmMigrationRequest) XXX_Size() int

func (*ConfirmMigrationRequest) XXX_Unmarshal added in v0.38.0

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

type ConfirmMigrationResponse added in v0.38.0

type ConfirmMigrationResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:dev

func (*ConfirmMigrationResponse) Descriptor added in v0.38.0

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

func (*ConfirmMigrationResponse) Equal added in v0.38.0

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

func (*ConfirmMigrationResponse) GetAsyncOperation added in v0.38.0

func (m *ConfirmMigrationResponse) GetAsyncOperation() *v11.AsyncOperation

func (*ConfirmMigrationResponse) GoString added in v0.38.0

func (this *ConfirmMigrationResponse) GoString() string

func (*ConfirmMigrationResponse) Marshal added in v0.38.0

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

func (*ConfirmMigrationResponse) MarshalTo added in v0.38.0

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

func (*ConfirmMigrationResponse) MarshalToSizedBuffer added in v0.38.0

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

func (*ConfirmMigrationResponse) ProtoMessage added in v0.38.0

func (*ConfirmMigrationResponse) ProtoMessage()

func (*ConfirmMigrationResponse) Reset added in v0.38.0

func (m *ConfirmMigrationResponse) Reset()

func (*ConfirmMigrationResponse) Size added in v0.38.0

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

func (*ConfirmMigrationResponse) String added in v0.38.0

func (this *ConfirmMigrationResponse) String() string

func (*ConfirmMigrationResponse) Unmarshal added in v0.38.0

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

func (*ConfirmMigrationResponse) XXX_DiscardUnknown added in v0.38.0

func (m *ConfirmMigrationResponse) XXX_DiscardUnknown()

func (*ConfirmMigrationResponse) XXX_Marshal added in v0.38.0

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

func (*ConfirmMigrationResponse) XXX_Merge added in v0.38.0

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

func (*ConfirmMigrationResponse) XXX_Size added in v0.38.0

func (m *ConfirmMigrationResponse) XXX_Size() int

func (*ConfirmMigrationResponse) XXX_Unmarshal added in v0.38.0

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

type CreateAccountAuditLogSinkRequest added in v0.51.0

type CreateAccountAuditLogSinkRequest struct {
	// The specification for the audit log sink.
	Spec *v15.AuditLogSinkSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// Optional. The ID to use for this async operation.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*CreateAccountAuditLogSinkRequest) Descriptor added in v0.51.0

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

func (*CreateAccountAuditLogSinkRequest) Equal added in v0.51.0

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

func (*CreateAccountAuditLogSinkRequest) GetAsyncOperationId added in v0.51.0

func (m *CreateAccountAuditLogSinkRequest) GetAsyncOperationId() string

func (*CreateAccountAuditLogSinkRequest) GetSpec added in v0.51.0

func (*CreateAccountAuditLogSinkRequest) GoString added in v0.51.0

func (this *CreateAccountAuditLogSinkRequest) GoString() string

func (*CreateAccountAuditLogSinkRequest) Marshal added in v0.51.0

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

func (*CreateAccountAuditLogSinkRequest) MarshalTo added in v0.51.0

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

func (*CreateAccountAuditLogSinkRequest) MarshalToSizedBuffer added in v0.51.0

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

func (*CreateAccountAuditLogSinkRequest) ProtoMessage added in v0.51.0

func (*CreateAccountAuditLogSinkRequest) ProtoMessage()

func (*CreateAccountAuditLogSinkRequest) Reset added in v0.51.0

func (*CreateAccountAuditLogSinkRequest) Size added in v0.51.0

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

func (*CreateAccountAuditLogSinkRequest) String added in v0.51.0

func (*CreateAccountAuditLogSinkRequest) Unmarshal added in v0.51.0

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

func (*CreateAccountAuditLogSinkRequest) XXX_DiscardUnknown added in v0.51.0

func (m *CreateAccountAuditLogSinkRequest) XXX_DiscardUnknown()

func (*CreateAccountAuditLogSinkRequest) XXX_Marshal added in v0.51.0

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

func (*CreateAccountAuditLogSinkRequest) XXX_Merge added in v0.51.0

func (*CreateAccountAuditLogSinkRequest) XXX_Size added in v0.51.0

func (m *CreateAccountAuditLogSinkRequest) XXX_Size() int

func (*CreateAccountAuditLogSinkRequest) XXX_Unmarshal added in v0.51.0

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

type CreateAccountAuditLogSinkResponse added in v0.51.0

type CreateAccountAuditLogSinkResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*CreateAccountAuditLogSinkResponse) Descriptor added in v0.51.0

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

func (*CreateAccountAuditLogSinkResponse) Equal added in v0.51.0

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

func (*CreateAccountAuditLogSinkResponse) GetAsyncOperation added in v0.51.0

func (m *CreateAccountAuditLogSinkResponse) GetAsyncOperation() *v11.AsyncOperation

func (*CreateAccountAuditLogSinkResponse) GoString added in v0.51.0

func (this *CreateAccountAuditLogSinkResponse) GoString() string

func (*CreateAccountAuditLogSinkResponse) Marshal added in v0.51.0

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

func (*CreateAccountAuditLogSinkResponse) MarshalTo added in v0.51.0

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

func (*CreateAccountAuditLogSinkResponse) MarshalToSizedBuffer added in v0.51.0

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

func (*CreateAccountAuditLogSinkResponse) ProtoMessage added in v0.51.0

func (*CreateAccountAuditLogSinkResponse) ProtoMessage()

func (*CreateAccountAuditLogSinkResponse) Reset added in v0.51.0

func (*CreateAccountAuditLogSinkResponse) Size added in v0.51.0

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

func (*CreateAccountAuditLogSinkResponse) String added in v0.51.0

func (*CreateAccountAuditLogSinkResponse) Unmarshal added in v0.51.0

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

func (*CreateAccountAuditLogSinkResponse) XXX_DiscardUnknown added in v0.51.0

func (m *CreateAccountAuditLogSinkResponse) XXX_DiscardUnknown()

func (*CreateAccountAuditLogSinkResponse) XXX_Marshal added in v0.51.0

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

func (*CreateAccountAuditLogSinkResponse) XXX_Merge added in v0.51.0

func (*CreateAccountAuditLogSinkResponse) XXX_Size added in v0.51.0

func (m *CreateAccountAuditLogSinkResponse) XXX_Size() int

func (*CreateAccountAuditLogSinkResponse) XXX_Unmarshal added in v0.51.0

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

type CreateApiKeyRequest

type CreateApiKeyRequest struct {
	// The spec for the api key to create.
	// Create api key only supports service-account owner type for now.
	Spec *v1.ApiKeySpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*CreateApiKeyRequest) Descriptor

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

func (*CreateApiKeyRequest) Equal

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

func (*CreateApiKeyRequest) GetAsyncOperationId

func (m *CreateApiKeyRequest) GetAsyncOperationId() string

func (*CreateApiKeyRequest) GetSpec

func (m *CreateApiKeyRequest) GetSpec() *v1.ApiKeySpec

func (*CreateApiKeyRequest) GoString

func (this *CreateApiKeyRequest) GoString() string

func (*CreateApiKeyRequest) Marshal

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

func (*CreateApiKeyRequest) MarshalTo

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

func (*CreateApiKeyRequest) MarshalToSizedBuffer

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

func (*CreateApiKeyRequest) ProtoMessage

func (*CreateApiKeyRequest) ProtoMessage()

func (*CreateApiKeyRequest) Reset

func (m *CreateApiKeyRequest) Reset()

func (*CreateApiKeyRequest) Size

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

func (*CreateApiKeyRequest) String

func (this *CreateApiKeyRequest) String() string

func (*CreateApiKeyRequest) Unmarshal

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

func (*CreateApiKeyRequest) XXX_DiscardUnknown

func (m *CreateApiKeyRequest) XXX_DiscardUnknown()

func (*CreateApiKeyRequest) XXX_Marshal

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

func (*CreateApiKeyRequest) XXX_Merge

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

func (*CreateApiKeyRequest) XXX_Size

func (m *CreateApiKeyRequest) XXX_Size() int

func (*CreateApiKeyRequest) XXX_Unmarshal

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

type CreateApiKeyResponse

type CreateApiKeyResponse struct {
	// The id of the api key created.
	KeyId string `protobuf:"bytes,1,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	// The token of the api key created.
	// This is a secret and should be stored securely.
	// It will not be retrievable after this response.
	Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,3,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*CreateApiKeyResponse) Descriptor

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

func (*CreateApiKeyResponse) Equal

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

func (*CreateApiKeyResponse) GetAsyncOperation

func (m *CreateApiKeyResponse) GetAsyncOperation() *v11.AsyncOperation

func (*CreateApiKeyResponse) GetKeyId

func (m *CreateApiKeyResponse) GetKeyId() string

func (*CreateApiKeyResponse) GetToken

func (m *CreateApiKeyResponse) GetToken() string

func (*CreateApiKeyResponse) GoString

func (this *CreateApiKeyResponse) GoString() string

func (*CreateApiKeyResponse) Marshal

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

func (*CreateApiKeyResponse) MarshalTo

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

func (*CreateApiKeyResponse) MarshalToSizedBuffer

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

func (*CreateApiKeyResponse) ProtoMessage

func (*CreateApiKeyResponse) ProtoMessage()

func (*CreateApiKeyResponse) Reset

func (m *CreateApiKeyResponse) Reset()

func (*CreateApiKeyResponse) Size

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

func (*CreateApiKeyResponse) String

func (this *CreateApiKeyResponse) String() string

func (*CreateApiKeyResponse) Unmarshal

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

func (*CreateApiKeyResponse) XXX_DiscardUnknown

func (m *CreateApiKeyResponse) XXX_DiscardUnknown()

func (*CreateApiKeyResponse) XXX_Marshal

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

func (*CreateApiKeyResponse) XXX_Merge

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

func (*CreateApiKeyResponse) XXX_Size

func (m *CreateApiKeyResponse) XXX_Size() int

func (*CreateApiKeyResponse) XXX_Unmarshal

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

type CreateBillingReportRequest added in v0.55.0

type CreateBillingReportRequest struct {
	// The specification for the billing report.
	Spec *v111.BillingReportSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:dev

func (*CreateBillingReportRequest) Descriptor added in v0.55.0

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

func (*CreateBillingReportRequest) Equal added in v0.55.0

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

func (*CreateBillingReportRequest) GetAsyncOperationId added in v0.55.0

func (m *CreateBillingReportRequest) GetAsyncOperationId() string

func (*CreateBillingReportRequest) GetSpec added in v0.55.0

func (*CreateBillingReportRequest) GoString added in v0.55.0

func (this *CreateBillingReportRequest) GoString() string

func (*CreateBillingReportRequest) Marshal added in v0.55.0

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

func (*CreateBillingReportRequest) MarshalTo added in v0.55.0

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

func (*CreateBillingReportRequest) MarshalToSizedBuffer added in v0.55.0

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

func (*CreateBillingReportRequest) ProtoMessage added in v0.55.0

func (*CreateBillingReportRequest) ProtoMessage()

func (*CreateBillingReportRequest) Reset added in v0.55.0

func (m *CreateBillingReportRequest) Reset()

func (*CreateBillingReportRequest) Size added in v0.55.0

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

func (*CreateBillingReportRequest) String added in v0.55.0

func (this *CreateBillingReportRequest) String() string

func (*CreateBillingReportRequest) Unmarshal added in v0.55.0

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

func (*CreateBillingReportRequest) XXX_DiscardUnknown added in v0.55.0

func (m *CreateBillingReportRequest) XXX_DiscardUnknown()

func (*CreateBillingReportRequest) XXX_Marshal added in v0.55.0

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

func (*CreateBillingReportRequest) XXX_Merge added in v0.55.0

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

func (*CreateBillingReportRequest) XXX_Size added in v0.55.0

func (m *CreateBillingReportRequest) XXX_Size() int

func (*CreateBillingReportRequest) XXX_Unmarshal added in v0.55.0

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

type CreateBillingReportResponse added in v0.55.0

type CreateBillingReportResponse struct {
	// The id of the billing report created.
	BillingReportId string `protobuf:"bytes,1,opt,name=billing_report_id,json=billingReportId,proto3" json:"billing_report_id,omitempty"`
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,2,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:dev

func (*CreateBillingReportResponse) Descriptor added in v0.55.0

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

func (*CreateBillingReportResponse) Equal added in v0.55.0

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

func (*CreateBillingReportResponse) GetAsyncOperation added in v0.55.0

func (m *CreateBillingReportResponse) GetAsyncOperation() *v11.AsyncOperation

func (*CreateBillingReportResponse) GetBillingReportId added in v0.55.0

func (m *CreateBillingReportResponse) GetBillingReportId() string

func (*CreateBillingReportResponse) GoString added in v0.55.0

func (this *CreateBillingReportResponse) GoString() string

func (*CreateBillingReportResponse) Marshal added in v0.55.0

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

func (*CreateBillingReportResponse) MarshalTo added in v0.55.0

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

func (*CreateBillingReportResponse) MarshalToSizedBuffer added in v0.55.0

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

func (*CreateBillingReportResponse) ProtoMessage added in v0.55.0

func (*CreateBillingReportResponse) ProtoMessage()

func (*CreateBillingReportResponse) Reset added in v0.55.0

func (m *CreateBillingReportResponse) Reset()

func (*CreateBillingReportResponse) Size added in v0.55.0

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

func (*CreateBillingReportResponse) String added in v0.55.0

func (this *CreateBillingReportResponse) String() string

func (*CreateBillingReportResponse) Unmarshal added in v0.55.0

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

func (*CreateBillingReportResponse) XXX_DiscardUnknown added in v0.55.0

func (m *CreateBillingReportResponse) XXX_DiscardUnknown()

func (*CreateBillingReportResponse) XXX_Marshal added in v0.55.0

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

func (*CreateBillingReportResponse) XXX_Merge added in v0.55.0

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

func (*CreateBillingReportResponse) XXX_Size added in v0.55.0

func (m *CreateBillingReportResponse) XXX_Size() int

func (*CreateBillingReportResponse) XXX_Unmarshal added in v0.55.0

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

type CreateConnectivityRuleRequest added in v0.41.0

type CreateConnectivityRuleRequest struct {
	// The connectivity rule specification.
	Spec *v19.ConnectivityRuleSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// The ID to use for this async operation.
	// Optional, if not provided a random ID will be generated.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
	// The ID of the project this connectivity rule belongs to.
	// temporal:dev
	ProjectId string `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
}

func (*CreateConnectivityRuleRequest) Descriptor added in v0.41.0

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

func (*CreateConnectivityRuleRequest) Equal added in v0.41.0

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

func (*CreateConnectivityRuleRequest) GetAsyncOperationId added in v0.41.0

func (m *CreateConnectivityRuleRequest) GetAsyncOperationId() string

func (*CreateConnectivityRuleRequest) GetProjectId added in v0.55.0

func (m *CreateConnectivityRuleRequest) GetProjectId() string

func (*CreateConnectivityRuleRequest) GetSpec added in v0.41.0

func (*CreateConnectivityRuleRequest) GoString added in v0.41.0

func (this *CreateConnectivityRuleRequest) GoString() string

func (*CreateConnectivityRuleRequest) Marshal added in v0.41.0

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

func (*CreateConnectivityRuleRequest) MarshalTo added in v0.41.0

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

func (*CreateConnectivityRuleRequest) MarshalToSizedBuffer added in v0.41.0

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

func (*CreateConnectivityRuleRequest) ProtoMessage added in v0.41.0

func (*CreateConnectivityRuleRequest) ProtoMessage()

func (*CreateConnectivityRuleRequest) Reset added in v0.41.0

func (m *CreateConnectivityRuleRequest) Reset()

func (*CreateConnectivityRuleRequest) Size added in v0.41.0

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

func (*CreateConnectivityRuleRequest) String added in v0.41.0

func (this *CreateConnectivityRuleRequest) String() string

func (*CreateConnectivityRuleRequest) Unmarshal added in v0.41.0

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

func (*CreateConnectivityRuleRequest) XXX_DiscardUnknown added in v0.41.0

func (m *CreateConnectivityRuleRequest) XXX_DiscardUnknown()

func (*CreateConnectivityRuleRequest) XXX_Marshal added in v0.41.0

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

func (*CreateConnectivityRuleRequest) XXX_Merge added in v0.41.0

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

func (*CreateConnectivityRuleRequest) XXX_Size added in v0.41.0

func (m *CreateConnectivityRuleRequest) XXX_Size() int

func (*CreateConnectivityRuleRequest) XXX_Unmarshal added in v0.41.0

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

type CreateConnectivityRuleResponse added in v0.41.0

type CreateConnectivityRuleResponse struct {
	ConnectivityRuleId string `protobuf:"bytes,1,opt,name=connectivity_rule_id,json=connectivityRuleId,proto3" json:"connectivity_rule_id,omitempty"`
	// The async operation
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,2,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*CreateConnectivityRuleResponse) Descriptor added in v0.41.0

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

func (*CreateConnectivityRuleResponse) Equal added in v0.41.0

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

func (*CreateConnectivityRuleResponse) GetAsyncOperation added in v0.41.0

func (m *CreateConnectivityRuleResponse) GetAsyncOperation() *v11.AsyncOperation

func (*CreateConnectivityRuleResponse) GetConnectivityRuleId added in v0.41.0

func (m *CreateConnectivityRuleResponse) GetConnectivityRuleId() string

func (*CreateConnectivityRuleResponse) GoString added in v0.41.0

func (this *CreateConnectivityRuleResponse) GoString() string

func (*CreateConnectivityRuleResponse) Marshal added in v0.41.0

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

func (*CreateConnectivityRuleResponse) MarshalTo added in v0.41.0

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

func (*CreateConnectivityRuleResponse) MarshalToSizedBuffer added in v0.41.0

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

func (*CreateConnectivityRuleResponse) ProtoMessage added in v0.41.0

func (*CreateConnectivityRuleResponse) ProtoMessage()

func (*CreateConnectivityRuleResponse) Reset added in v0.41.0

func (m *CreateConnectivityRuleResponse) Reset()

func (*CreateConnectivityRuleResponse) Size added in v0.41.0

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

func (*CreateConnectivityRuleResponse) String added in v0.41.0

func (this *CreateConnectivityRuleResponse) String() string

func (*CreateConnectivityRuleResponse) Unmarshal added in v0.41.0

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

func (*CreateConnectivityRuleResponse) XXX_DiscardUnknown added in v0.41.0

func (m *CreateConnectivityRuleResponse) XXX_DiscardUnknown()

func (*CreateConnectivityRuleResponse) XXX_Marshal added in v0.41.0

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

func (*CreateConnectivityRuleResponse) XXX_Merge added in v0.41.0

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

func (*CreateConnectivityRuleResponse) XXX_Size added in v0.41.0

func (m *CreateConnectivityRuleResponse) XXX_Size() int

func (*CreateConnectivityRuleResponse) XXX_Unmarshal added in v0.41.0

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

type CreateCustomRoleRequest added in v0.55.0

type CreateCustomRoleRequest struct {
	// The spec for the custom role to create.
	Spec *v1.CustomRoleSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:dev

func (*CreateCustomRoleRequest) Descriptor added in v0.55.0

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

func (*CreateCustomRoleRequest) Equal added in v0.55.0

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

func (*CreateCustomRoleRequest) GetAsyncOperationId added in v0.55.0

func (m *CreateCustomRoleRequest) GetAsyncOperationId() string

func (*CreateCustomRoleRequest) GetSpec added in v0.55.0

func (*CreateCustomRoleRequest) GoString added in v0.55.0

func (this *CreateCustomRoleRequest) GoString() string

func (*CreateCustomRoleRequest) Marshal added in v0.55.0

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

func (*CreateCustomRoleRequest) MarshalTo added in v0.55.0

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

func (*CreateCustomRoleRequest) MarshalToSizedBuffer added in v0.55.0

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

func (*CreateCustomRoleRequest) ProtoMessage added in v0.55.0

func (*CreateCustomRoleRequest) ProtoMessage()

func (*CreateCustomRoleRequest) Reset added in v0.55.0

func (m *CreateCustomRoleRequest) Reset()

func (*CreateCustomRoleRequest) Size added in v0.55.0

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

func (*CreateCustomRoleRequest) String added in v0.55.0

func (this *CreateCustomRoleRequest) String() string

func (*CreateCustomRoleRequest) Unmarshal added in v0.55.0

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

func (*CreateCustomRoleRequest) XXX_DiscardUnknown added in v0.55.0

func (m *CreateCustomRoleRequest) XXX_DiscardUnknown()

func (*CreateCustomRoleRequest) XXX_Marshal added in v0.55.0

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

func (*CreateCustomRoleRequest) XXX_Merge added in v0.55.0

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

func (*CreateCustomRoleRequest) XXX_Size added in v0.55.0

func (m *CreateCustomRoleRequest) XXX_Size() int

func (*CreateCustomRoleRequest) XXX_Unmarshal added in v0.55.0

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

type CreateCustomRoleResponse added in v0.55.0

type CreateCustomRoleResponse struct {
	// The id of the custom role created.
	RoleId string `protobuf:"bytes,1,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,2,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:dev

func (*CreateCustomRoleResponse) Descriptor added in v0.55.0

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

func (*CreateCustomRoleResponse) Equal added in v0.55.0

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

func (*CreateCustomRoleResponse) GetAsyncOperation added in v0.55.0

func (m *CreateCustomRoleResponse) GetAsyncOperation() *v11.AsyncOperation

func (*CreateCustomRoleResponse) GetRoleId added in v0.55.0

func (m *CreateCustomRoleResponse) GetRoleId() string

func (*CreateCustomRoleResponse) GoString added in v0.55.0

func (this *CreateCustomRoleResponse) GoString() string

func (*CreateCustomRoleResponse) Marshal added in v0.55.0

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

func (*CreateCustomRoleResponse) MarshalTo added in v0.55.0

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

func (*CreateCustomRoleResponse) MarshalToSizedBuffer added in v0.55.0

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

func (*CreateCustomRoleResponse) ProtoMessage added in v0.55.0

func (*CreateCustomRoleResponse) ProtoMessage()

func (*CreateCustomRoleResponse) Reset added in v0.55.0

func (m *CreateCustomRoleResponse) Reset()

func (*CreateCustomRoleResponse) Size added in v0.55.0

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

func (*CreateCustomRoleResponse) String added in v0.55.0

func (this *CreateCustomRoleResponse) String() string

func (*CreateCustomRoleResponse) Unmarshal added in v0.55.0

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

func (*CreateCustomRoleResponse) XXX_DiscardUnknown added in v0.55.0

func (m *CreateCustomRoleResponse) XXX_DiscardUnknown()

func (*CreateCustomRoleResponse) XXX_Marshal added in v0.55.0

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

func (*CreateCustomRoleResponse) XXX_Merge added in v0.55.0

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

func (*CreateCustomRoleResponse) XXX_Size added in v0.55.0

func (m *CreateCustomRoleResponse) XXX_Size() int

func (*CreateCustomRoleResponse) XXX_Unmarshal added in v0.55.0

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

type CreateNamespaceExportSinkRequest added in v0.34.0

type CreateNamespaceExportSinkRequest struct {
	// The namespace under which the sink is configured.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The specification for the export sink.
	Spec *v12.ExportSinkSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// Optional. The ID to use for this async operation.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*CreateNamespaceExportSinkRequest) Descriptor added in v0.34.0

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

func (*CreateNamespaceExportSinkRequest) Equal added in v0.34.0

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

func (*CreateNamespaceExportSinkRequest) GetAsyncOperationId added in v0.34.0

func (m *CreateNamespaceExportSinkRequest) GetAsyncOperationId() string

func (*CreateNamespaceExportSinkRequest) GetNamespace added in v0.34.0

func (m *CreateNamespaceExportSinkRequest) GetNamespace() string

func (*CreateNamespaceExportSinkRequest) GetSpec added in v0.34.0

func (*CreateNamespaceExportSinkRequest) GoString added in v0.34.0

func (this *CreateNamespaceExportSinkRequest) GoString() string

func (*CreateNamespaceExportSinkRequest) Marshal added in v0.34.0

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

func (*CreateNamespaceExportSinkRequest) MarshalTo added in v0.34.0

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

func (*CreateNamespaceExportSinkRequest) MarshalToSizedBuffer added in v0.34.0

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

func (*CreateNamespaceExportSinkRequest) ProtoMessage added in v0.34.0

func (*CreateNamespaceExportSinkRequest) ProtoMessage()

func (*CreateNamespaceExportSinkRequest) Reset added in v0.34.0

func (*CreateNamespaceExportSinkRequest) Size added in v0.34.0

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

func (*CreateNamespaceExportSinkRequest) String added in v0.34.0

func (*CreateNamespaceExportSinkRequest) Unmarshal added in v0.34.0

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

func (*CreateNamespaceExportSinkRequest) XXX_DiscardUnknown added in v0.34.0

func (m *CreateNamespaceExportSinkRequest) XXX_DiscardUnknown()

func (*CreateNamespaceExportSinkRequest) XXX_Marshal added in v0.34.0

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

func (*CreateNamespaceExportSinkRequest) XXX_Merge added in v0.34.0

func (*CreateNamespaceExportSinkRequest) XXX_Size added in v0.34.0

func (m *CreateNamespaceExportSinkRequest) XXX_Size() int

func (*CreateNamespaceExportSinkRequest) XXX_Unmarshal added in v0.34.0

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

type CreateNamespaceExportSinkResponse added in v0.34.0

type CreateNamespaceExportSinkResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*CreateNamespaceExportSinkResponse) Descriptor added in v0.34.0

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

func (*CreateNamespaceExportSinkResponse) Equal added in v0.34.0

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

func (*CreateNamespaceExportSinkResponse) GetAsyncOperation added in v0.34.0

func (m *CreateNamespaceExportSinkResponse) GetAsyncOperation() *v11.AsyncOperation

func (*CreateNamespaceExportSinkResponse) GoString added in v0.34.0

func (this *CreateNamespaceExportSinkResponse) GoString() string

func (*CreateNamespaceExportSinkResponse) Marshal added in v0.34.0

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

func (*CreateNamespaceExportSinkResponse) MarshalTo added in v0.34.0

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

func (*CreateNamespaceExportSinkResponse) MarshalToSizedBuffer added in v0.34.0

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

func (*CreateNamespaceExportSinkResponse) ProtoMessage added in v0.34.0

func (*CreateNamespaceExportSinkResponse) ProtoMessage()

func (*CreateNamespaceExportSinkResponse) Reset added in v0.34.0

func (*CreateNamespaceExportSinkResponse) Size added in v0.34.0

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

func (*CreateNamespaceExportSinkResponse) String added in v0.34.0

func (*CreateNamespaceExportSinkResponse) Unmarshal added in v0.34.0

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

func (*CreateNamespaceExportSinkResponse) XXX_DiscardUnknown added in v0.34.0

func (m *CreateNamespaceExportSinkResponse) XXX_DiscardUnknown()

func (*CreateNamespaceExportSinkResponse) XXX_Marshal added in v0.34.0

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

func (*CreateNamespaceExportSinkResponse) XXX_Merge added in v0.34.0

func (*CreateNamespaceExportSinkResponse) XXX_Size added in v0.34.0

func (m *CreateNamespaceExportSinkResponse) XXX_Size() int

func (*CreateNamespaceExportSinkResponse) XXX_Unmarshal added in v0.34.0

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

type CreateNamespaceRequest

type CreateNamespaceRequest struct {
	// The namespace specification.
	Spec *v12.NamespaceSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
	// The tags to add to the namespace - can be set by global admins or account owners only
	Tags map[string]string `` /* 149-byte string literal not displayed */
	// temporal:dev
	ProjectId string `protobuf:"bytes,5,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
}

func (*CreateNamespaceRequest) Descriptor

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

func (*CreateNamespaceRequest) Equal

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

func (*CreateNamespaceRequest) GetAsyncOperationId

func (m *CreateNamespaceRequest) GetAsyncOperationId() string

func (*CreateNamespaceRequest) GetProjectId added in v0.55.0

func (m *CreateNamespaceRequest) GetProjectId() string

func (*CreateNamespaceRequest) GetSpec

func (*CreateNamespaceRequest) GetTags added in v0.44.0

func (m *CreateNamespaceRequest) GetTags() map[string]string

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 namespace that was created.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,2,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*CreateNamespaceResponse) Descriptor

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

func (*CreateNamespaceResponse) Equal

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

func (*CreateNamespaceResponse) GetAsyncOperation

func (m *CreateNamespaceResponse) GetAsyncOperation() *v11.AsyncOperation

func (*CreateNamespaceResponse) GetNamespace

func (m *CreateNamespaceResponse) GetNamespace() string

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 CreateNexusEndpointRequest

type CreateNexusEndpointRequest struct {
	// The spec for the nexus endpoint.
	Spec *v14.EndpointSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
	// temporal:dev
	ProjectId string `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
}

func (*CreateNexusEndpointRequest) Descriptor

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

func (*CreateNexusEndpointRequest) Equal

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

func (*CreateNexusEndpointRequest) GetAsyncOperationId

func (m *CreateNexusEndpointRequest) GetAsyncOperationId() string

func (*CreateNexusEndpointRequest) GetProjectId added in v0.51.0

func (m *CreateNexusEndpointRequest) GetProjectId() string

func (*CreateNexusEndpointRequest) GetSpec

func (*CreateNexusEndpointRequest) GoString

func (this *CreateNexusEndpointRequest) GoString() string

func (*CreateNexusEndpointRequest) Marshal

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

func (*CreateNexusEndpointRequest) MarshalTo

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

func (*CreateNexusEndpointRequest) MarshalToSizedBuffer

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

func (*CreateNexusEndpointRequest) ProtoMessage

func (*CreateNexusEndpointRequest) ProtoMessage()

func (*CreateNexusEndpointRequest) Reset

func (m *CreateNexusEndpointRequest) Reset()

func (*CreateNexusEndpointRequest) Size

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

func (*CreateNexusEndpointRequest) String

func (this *CreateNexusEndpointRequest) String() string

func (*CreateNexusEndpointRequest) Unmarshal

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

func (*CreateNexusEndpointRequest) XXX_DiscardUnknown

func (m *CreateNexusEndpointRequest) XXX_DiscardUnknown()

func (*CreateNexusEndpointRequest) XXX_Marshal

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

func (*CreateNexusEndpointRequest) XXX_Merge

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

func (*CreateNexusEndpointRequest) XXX_Size

func (m *CreateNexusEndpointRequest) XXX_Size() int

func (*CreateNexusEndpointRequest) XXX_Unmarshal

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

type CreateNexusEndpointResponse

type CreateNexusEndpointResponse struct {
	// The id of the endpoint that was created.
	EndpointId string `protobuf:"bytes,1,opt,name=endpoint_id,json=endpointId,proto3" json:"endpoint_id,omitempty"`
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,2,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*CreateNexusEndpointResponse) Descriptor

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

func (*CreateNexusEndpointResponse) Equal

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

func (*CreateNexusEndpointResponse) GetAsyncOperation

func (m *CreateNexusEndpointResponse) GetAsyncOperation() *v11.AsyncOperation

func (*CreateNexusEndpointResponse) GetEndpointId

func (m *CreateNexusEndpointResponse) GetEndpointId() string

func (*CreateNexusEndpointResponse) GoString

func (this *CreateNexusEndpointResponse) GoString() string

func (*CreateNexusEndpointResponse) Marshal

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

func (*CreateNexusEndpointResponse) MarshalTo

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

func (*CreateNexusEndpointResponse) MarshalToSizedBuffer

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

func (*CreateNexusEndpointResponse) ProtoMessage

func (*CreateNexusEndpointResponse) ProtoMessage()

func (*CreateNexusEndpointResponse) Reset

func (m *CreateNexusEndpointResponse) Reset()

func (*CreateNexusEndpointResponse) Size

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

func (*CreateNexusEndpointResponse) String

func (this *CreateNexusEndpointResponse) String() string

func (*CreateNexusEndpointResponse) Unmarshal

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

func (*CreateNexusEndpointResponse) XXX_DiscardUnknown

func (m *CreateNexusEndpointResponse) XXX_DiscardUnknown()

func (*CreateNexusEndpointResponse) XXX_Marshal

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

func (*CreateNexusEndpointResponse) XXX_Merge

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

func (*CreateNexusEndpointResponse) XXX_Size

func (m *CreateNexusEndpointResponse) XXX_Size() int

func (*CreateNexusEndpointResponse) XXX_Unmarshal

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

type CreateProjectRequest added in v0.43.0

type CreateProjectRequest struct {
	// The spec for the project to create.
	Spec *v110.ProjectSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:dev

func (*CreateProjectRequest) Descriptor added in v0.43.0

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

func (*CreateProjectRequest) Equal added in v0.43.0

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

func (*CreateProjectRequest) GetAsyncOperationId added in v0.43.0

func (m *CreateProjectRequest) GetAsyncOperationId() string

func (*CreateProjectRequest) GetSpec added in v0.43.0

func (m *CreateProjectRequest) GetSpec() *v110.ProjectSpec

func (*CreateProjectRequest) GoString added in v0.43.0

func (this *CreateProjectRequest) GoString() string

func (*CreateProjectRequest) Marshal added in v0.43.0

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

func (*CreateProjectRequest) MarshalTo added in v0.43.0

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

func (*CreateProjectRequest) MarshalToSizedBuffer added in v0.43.0

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

func (*CreateProjectRequest) ProtoMessage added in v0.43.0

func (*CreateProjectRequest) ProtoMessage()

func (*CreateProjectRequest) Reset added in v0.43.0

func (m *CreateProjectRequest) Reset()

func (*CreateProjectRequest) Size added in v0.43.0

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

func (*CreateProjectRequest) String added in v0.43.0

func (this *CreateProjectRequest) String() string

func (*CreateProjectRequest) Unmarshal added in v0.43.0

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

func (*CreateProjectRequest) XXX_DiscardUnknown added in v0.43.0

func (m *CreateProjectRequest) XXX_DiscardUnknown()

func (*CreateProjectRequest) XXX_Marshal added in v0.43.0

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

func (*CreateProjectRequest) XXX_Merge added in v0.43.0

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

func (*CreateProjectRequest) XXX_Size added in v0.43.0

func (m *CreateProjectRequest) XXX_Size() int

func (*CreateProjectRequest) XXX_Unmarshal added in v0.43.0

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

type CreateProjectResponse added in v0.43.0

type CreateProjectResponse struct {
	// The id of the project that was created.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,2,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:dev

func (*CreateProjectResponse) Descriptor added in v0.43.0

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

func (*CreateProjectResponse) Equal added in v0.43.0

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

func (*CreateProjectResponse) GetAsyncOperation added in v0.43.0

func (m *CreateProjectResponse) GetAsyncOperation() *v11.AsyncOperation

func (*CreateProjectResponse) GetProjectId added in v0.43.0

func (m *CreateProjectResponse) GetProjectId() string

func (*CreateProjectResponse) GoString added in v0.43.0

func (this *CreateProjectResponse) GoString() string

func (*CreateProjectResponse) Marshal added in v0.43.0

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

func (*CreateProjectResponse) MarshalTo added in v0.43.0

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

func (*CreateProjectResponse) MarshalToSizedBuffer added in v0.43.0

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

func (*CreateProjectResponse) ProtoMessage added in v0.43.0

func (*CreateProjectResponse) ProtoMessage()

func (*CreateProjectResponse) Reset added in v0.43.0

func (m *CreateProjectResponse) Reset()

func (*CreateProjectResponse) Size added in v0.43.0

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

func (*CreateProjectResponse) String added in v0.43.0

func (this *CreateProjectResponse) String() string

func (*CreateProjectResponse) Unmarshal added in v0.43.0

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

func (*CreateProjectResponse) XXX_DiscardUnknown added in v0.43.0

func (m *CreateProjectResponse) XXX_DiscardUnknown()

func (*CreateProjectResponse) XXX_Marshal added in v0.43.0

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

func (*CreateProjectResponse) XXX_Merge added in v0.43.0

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

func (*CreateProjectResponse) XXX_Size added in v0.43.0

func (m *CreateProjectResponse) XXX_Size() int

func (*CreateProjectResponse) XXX_Unmarshal added in v0.43.0

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

type CreateServiceAccountRequest

type CreateServiceAccountRequest struct {
	// The spec of the service account to create.
	Spec *v1.ServiceAccountSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// The ID to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*CreateServiceAccountRequest) Descriptor

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

func (*CreateServiceAccountRequest) Equal

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

func (*CreateServiceAccountRequest) GetAsyncOperationId

func (m *CreateServiceAccountRequest) GetAsyncOperationId() string

func (*CreateServiceAccountRequest) GetSpec

func (*CreateServiceAccountRequest) GoString

func (this *CreateServiceAccountRequest) GoString() string

func (*CreateServiceAccountRequest) Marshal

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

func (*CreateServiceAccountRequest) MarshalTo

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

func (*CreateServiceAccountRequest) MarshalToSizedBuffer

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

func (*CreateServiceAccountRequest) ProtoMessage

func (*CreateServiceAccountRequest) ProtoMessage()

func (*CreateServiceAccountRequest) Reset

func (m *CreateServiceAccountRequest) Reset()

func (*CreateServiceAccountRequest) Size

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

func (*CreateServiceAccountRequest) String

func (this *CreateServiceAccountRequest) String() string

func (*CreateServiceAccountRequest) Unmarshal

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

func (*CreateServiceAccountRequest) XXX_DiscardUnknown

func (m *CreateServiceAccountRequest) XXX_DiscardUnknown()

func (*CreateServiceAccountRequest) XXX_Marshal

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

func (*CreateServiceAccountRequest) XXX_Merge

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

func (*CreateServiceAccountRequest) XXX_Size

func (m *CreateServiceAccountRequest) XXX_Size() int

func (*CreateServiceAccountRequest) XXX_Unmarshal

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

type CreateServiceAccountResponse

type CreateServiceAccountResponse struct {
	// The ID of the created service account.
	ServiceAccountId string `protobuf:"bytes,1,opt,name=service_account_id,json=serviceAccountId,proto3" json:"service_account_id,omitempty"`
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,2,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*CreateServiceAccountResponse) Descriptor

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

func (*CreateServiceAccountResponse) Equal

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

func (*CreateServiceAccountResponse) GetAsyncOperation

func (m *CreateServiceAccountResponse) GetAsyncOperation() *v11.AsyncOperation

func (*CreateServiceAccountResponse) GetServiceAccountId

func (m *CreateServiceAccountResponse) GetServiceAccountId() string

func (*CreateServiceAccountResponse) GoString

func (this *CreateServiceAccountResponse) GoString() string

func (*CreateServiceAccountResponse) Marshal

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

func (*CreateServiceAccountResponse) MarshalTo

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

func (*CreateServiceAccountResponse) MarshalToSizedBuffer

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

func (*CreateServiceAccountResponse) ProtoMessage

func (*CreateServiceAccountResponse) ProtoMessage()

func (*CreateServiceAccountResponse) Reset

func (m *CreateServiceAccountResponse) Reset()

func (*CreateServiceAccountResponse) Size

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

func (*CreateServiceAccountResponse) String

func (this *CreateServiceAccountResponse) String() string

func (*CreateServiceAccountResponse) Unmarshal

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

func (*CreateServiceAccountResponse) XXX_DiscardUnknown

func (m *CreateServiceAccountResponse) XXX_DiscardUnknown()

func (*CreateServiceAccountResponse) XXX_Marshal

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

func (*CreateServiceAccountResponse) XXX_Merge

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

func (*CreateServiceAccountResponse) XXX_Size

func (m *CreateServiceAccountResponse) XXX_Size() int

func (*CreateServiceAccountResponse) XXX_Unmarshal

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

type CreateUserGroupRequest

type CreateUserGroupRequest struct {
	// The spec for the group to create.
	Spec *v1.UserGroupSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*CreateUserGroupRequest) Descriptor

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

func (*CreateUserGroupRequest) Equal

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

func (*CreateUserGroupRequest) GetAsyncOperationId

func (m *CreateUserGroupRequest) GetAsyncOperationId() string

func (*CreateUserGroupRequest) GetSpec

func (m *CreateUserGroupRequest) GetSpec() *v1.UserGroupSpec

func (*CreateUserGroupRequest) GoString

func (this *CreateUserGroupRequest) GoString() string

func (*CreateUserGroupRequest) Marshal

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

func (*CreateUserGroupRequest) MarshalTo

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

func (*CreateUserGroupRequest) MarshalToSizedBuffer

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

func (*CreateUserGroupRequest) ProtoMessage

func (*CreateUserGroupRequest) ProtoMessage()

func (*CreateUserGroupRequest) Reset

func (m *CreateUserGroupRequest) Reset()

func (*CreateUserGroupRequest) Size

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

func (*CreateUserGroupRequest) String

func (this *CreateUserGroupRequest) String() string

func (*CreateUserGroupRequest) Unmarshal

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

func (*CreateUserGroupRequest) XXX_DiscardUnknown

func (m *CreateUserGroupRequest) XXX_DiscardUnknown()

func (*CreateUserGroupRequest) XXX_Marshal

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

func (*CreateUserGroupRequest) XXX_Merge

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

func (*CreateUserGroupRequest) XXX_Size

func (m *CreateUserGroupRequest) XXX_Size() int

func (*CreateUserGroupRequest) XXX_Unmarshal

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

type CreateUserGroupResponse

type CreateUserGroupResponse struct {
	// The id of the group that was created.
	GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,2,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*CreateUserGroupResponse) Descriptor

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

func (*CreateUserGroupResponse) Equal

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

func (*CreateUserGroupResponse) GetAsyncOperation

func (m *CreateUserGroupResponse) GetAsyncOperation() *v11.AsyncOperation

func (*CreateUserGroupResponse) GetGroupId

func (m *CreateUserGroupResponse) GetGroupId() string

func (*CreateUserGroupResponse) GoString

func (this *CreateUserGroupResponse) GoString() string

func (*CreateUserGroupResponse) Marshal

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

func (*CreateUserGroupResponse) MarshalTo

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

func (*CreateUserGroupResponse) MarshalToSizedBuffer

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

func (*CreateUserGroupResponse) ProtoMessage

func (*CreateUserGroupResponse) ProtoMessage()

func (*CreateUserGroupResponse) Reset

func (m *CreateUserGroupResponse) Reset()

func (*CreateUserGroupResponse) Size

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

func (*CreateUserGroupResponse) String

func (this *CreateUserGroupResponse) String() string

func (*CreateUserGroupResponse) Unmarshal

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

func (*CreateUserGroupResponse) XXX_DiscardUnknown

func (m *CreateUserGroupResponse) XXX_DiscardUnknown()

func (*CreateUserGroupResponse) XXX_Marshal

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

func (*CreateUserGroupResponse) XXX_Merge

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

func (*CreateUserGroupResponse) XXX_Size

func (m *CreateUserGroupResponse) XXX_Size() int

func (*CreateUserGroupResponse) XXX_Unmarshal

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

type CreateUserRequest

type CreateUserRequest struct {
	// The spec for the user to invite
	Spec *v1.UserSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// The id to use for this async operation - optional
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*CreateUserRequest) Descriptor

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

func (*CreateUserRequest) Equal

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

func (*CreateUserRequest) GetAsyncOperationId

func (m *CreateUserRequest) GetAsyncOperationId() string

func (*CreateUserRequest) GetSpec

func (m *CreateUserRequest) GetSpec() *v1.UserSpec

func (*CreateUserRequest) GoString

func (this *CreateUserRequest) GoString() string

func (*CreateUserRequest) Marshal

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

func (*CreateUserRequest) MarshalTo

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

func (*CreateUserRequest) MarshalToSizedBuffer

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

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) Reset

func (m *CreateUserRequest) Reset()

func (*CreateUserRequest) Size

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

func (*CreateUserRequest) String

func (this *CreateUserRequest) String() string

func (*CreateUserRequest) Unmarshal

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

func (*CreateUserRequest) XXX_DiscardUnknown

func (m *CreateUserRequest) XXX_DiscardUnknown()

func (*CreateUserRequest) XXX_Marshal

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

func (*CreateUserRequest) XXX_Merge

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

func (*CreateUserRequest) XXX_Size

func (m *CreateUserRequest) XXX_Size() int

func (*CreateUserRequest) XXX_Unmarshal

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

type CreateUserResponse

type CreateUserResponse struct {
	// The id of the user that was invited
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The async operation
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,2,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*CreateUserResponse) Descriptor

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

func (*CreateUserResponse) Equal

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

func (*CreateUserResponse) GetAsyncOperation

func (m *CreateUserResponse) GetAsyncOperation() *v11.AsyncOperation

func (*CreateUserResponse) GetUserId

func (m *CreateUserResponse) GetUserId() string

func (*CreateUserResponse) GoString

func (this *CreateUserResponse) GoString() string

func (*CreateUserResponse) Marshal

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

func (*CreateUserResponse) MarshalTo

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

func (*CreateUserResponse) MarshalToSizedBuffer

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

func (*CreateUserResponse) ProtoMessage

func (*CreateUserResponse) ProtoMessage()

func (*CreateUserResponse) Reset

func (m *CreateUserResponse) Reset()

func (*CreateUserResponse) Size

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

func (*CreateUserResponse) String

func (this *CreateUserResponse) String() string

func (*CreateUserResponse) Unmarshal

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

func (*CreateUserResponse) XXX_DiscardUnknown

func (m *CreateUserResponse) XXX_DiscardUnknown()

func (*CreateUserResponse) XXX_Marshal

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

func (*CreateUserResponse) XXX_Merge

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

func (*CreateUserResponse) XXX_Size

func (m *CreateUserResponse) XXX_Size() int

func (*CreateUserResponse) XXX_Unmarshal

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

type DeleteAccountAuditLogSinkRequest added in v0.51.0

type DeleteAccountAuditLogSinkRequest struct {
	// The name of the sink to delete.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The version of the sink to delete. The latest version can be
	// retrieved using the GetAuditLogSink call.
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The ID to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*DeleteAccountAuditLogSinkRequest) Descriptor added in v0.51.0

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

func (*DeleteAccountAuditLogSinkRequest) Equal added in v0.51.0

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

func (*DeleteAccountAuditLogSinkRequest) GetAsyncOperationId added in v0.51.0

func (m *DeleteAccountAuditLogSinkRequest) GetAsyncOperationId() string

func (*DeleteAccountAuditLogSinkRequest) GetName added in v0.51.0

func (*DeleteAccountAuditLogSinkRequest) GetResourceVersion added in v0.51.0

func (m *DeleteAccountAuditLogSinkRequest) GetResourceVersion() string

func (*DeleteAccountAuditLogSinkRequest) GoString added in v0.51.0

func (this *DeleteAccountAuditLogSinkRequest) GoString() string

func (*DeleteAccountAuditLogSinkRequest) Marshal added in v0.51.0

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

func (*DeleteAccountAuditLogSinkRequest) MarshalTo added in v0.51.0

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

func (*DeleteAccountAuditLogSinkRequest) MarshalToSizedBuffer added in v0.51.0

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

func (*DeleteAccountAuditLogSinkRequest) ProtoMessage added in v0.51.0

func (*DeleteAccountAuditLogSinkRequest) ProtoMessage()

func (*DeleteAccountAuditLogSinkRequest) Reset added in v0.51.0

func (*DeleteAccountAuditLogSinkRequest) Size added in v0.51.0

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

func (*DeleteAccountAuditLogSinkRequest) String added in v0.51.0

func (*DeleteAccountAuditLogSinkRequest) Unmarshal added in v0.51.0

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

func (*DeleteAccountAuditLogSinkRequest) XXX_DiscardUnknown added in v0.51.0

func (m *DeleteAccountAuditLogSinkRequest) XXX_DiscardUnknown()

func (*DeleteAccountAuditLogSinkRequest) XXX_Marshal added in v0.51.0

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

func (*DeleteAccountAuditLogSinkRequest) XXX_Merge added in v0.51.0

func (*DeleteAccountAuditLogSinkRequest) XXX_Size added in v0.51.0

func (m *DeleteAccountAuditLogSinkRequest) XXX_Size() int

func (*DeleteAccountAuditLogSinkRequest) XXX_Unmarshal added in v0.51.0

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

type DeleteAccountAuditLogSinkResponse added in v0.51.0

type DeleteAccountAuditLogSinkResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*DeleteAccountAuditLogSinkResponse) Descriptor added in v0.51.0

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

func (*DeleteAccountAuditLogSinkResponse) Equal added in v0.51.0

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

func (*DeleteAccountAuditLogSinkResponse) GetAsyncOperation added in v0.51.0

func (m *DeleteAccountAuditLogSinkResponse) GetAsyncOperation() *v11.AsyncOperation

func (*DeleteAccountAuditLogSinkResponse) GoString added in v0.51.0

func (this *DeleteAccountAuditLogSinkResponse) GoString() string

func (*DeleteAccountAuditLogSinkResponse) Marshal added in v0.51.0

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

func (*DeleteAccountAuditLogSinkResponse) MarshalTo added in v0.51.0

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

func (*DeleteAccountAuditLogSinkResponse) MarshalToSizedBuffer added in v0.51.0

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

func (*DeleteAccountAuditLogSinkResponse) ProtoMessage added in v0.51.0

func (*DeleteAccountAuditLogSinkResponse) ProtoMessage()

func (*DeleteAccountAuditLogSinkResponse) Reset added in v0.51.0

func (*DeleteAccountAuditLogSinkResponse) Size added in v0.51.0

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

func (*DeleteAccountAuditLogSinkResponse) String added in v0.51.0

func (*DeleteAccountAuditLogSinkResponse) Unmarshal added in v0.51.0

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

func (*DeleteAccountAuditLogSinkResponse) XXX_DiscardUnknown added in v0.51.0

func (m *DeleteAccountAuditLogSinkResponse) XXX_DiscardUnknown()

func (*DeleteAccountAuditLogSinkResponse) XXX_Marshal added in v0.51.0

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

func (*DeleteAccountAuditLogSinkResponse) XXX_Merge added in v0.51.0

func (*DeleteAccountAuditLogSinkResponse) XXX_Size added in v0.51.0

func (m *DeleteAccountAuditLogSinkResponse) XXX_Size() int

func (*DeleteAccountAuditLogSinkResponse) XXX_Unmarshal added in v0.51.0

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

type DeleteApiKeyRequest

type DeleteApiKeyRequest struct {
	// The id of the api key to delete.
	KeyId string `protobuf:"bytes,1,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	// The version of the api key for which this delete is intended for.
	// The latest version can be found in the GetApiKey operation response.
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*DeleteApiKeyRequest) Descriptor

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

func (*DeleteApiKeyRequest) Equal

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

func (*DeleteApiKeyRequest) GetAsyncOperationId

func (m *DeleteApiKeyRequest) GetAsyncOperationId() string

func (*DeleteApiKeyRequest) GetKeyId

func (m *DeleteApiKeyRequest) GetKeyId() string

func (*DeleteApiKeyRequest) GetResourceVersion

func (m *DeleteApiKeyRequest) GetResourceVersion() string

func (*DeleteApiKeyRequest) GoString

func (this *DeleteApiKeyRequest) GoString() string

func (*DeleteApiKeyRequest) Marshal

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

func (*DeleteApiKeyRequest) MarshalTo

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

func (*DeleteApiKeyRequest) MarshalToSizedBuffer

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

func (*DeleteApiKeyRequest) ProtoMessage

func (*DeleteApiKeyRequest) ProtoMessage()

func (*DeleteApiKeyRequest) Reset

func (m *DeleteApiKeyRequest) Reset()

func (*DeleteApiKeyRequest) Size

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

func (*DeleteApiKeyRequest) String

func (this *DeleteApiKeyRequest) String() string

func (*DeleteApiKeyRequest) Unmarshal

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

func (*DeleteApiKeyRequest) XXX_DiscardUnknown

func (m *DeleteApiKeyRequest) XXX_DiscardUnknown()

func (*DeleteApiKeyRequest) XXX_Marshal

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

func (*DeleteApiKeyRequest) XXX_Merge

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

func (*DeleteApiKeyRequest) XXX_Size

func (m *DeleteApiKeyRequest) XXX_Size() int

func (*DeleteApiKeyRequest) XXX_Unmarshal

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

type DeleteApiKeyResponse

type DeleteApiKeyResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*DeleteApiKeyResponse) Descriptor

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

func (*DeleteApiKeyResponse) Equal

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

func (*DeleteApiKeyResponse) GetAsyncOperation

func (m *DeleteApiKeyResponse) GetAsyncOperation() *v11.AsyncOperation

func (*DeleteApiKeyResponse) GoString

func (this *DeleteApiKeyResponse) GoString() string

func (*DeleteApiKeyResponse) Marshal

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

func (*DeleteApiKeyResponse) MarshalTo

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

func (*DeleteApiKeyResponse) MarshalToSizedBuffer

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

func (*DeleteApiKeyResponse) ProtoMessage

func (*DeleteApiKeyResponse) ProtoMessage()

func (*DeleteApiKeyResponse) Reset

func (m *DeleteApiKeyResponse) Reset()

func (*DeleteApiKeyResponse) Size

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

func (*DeleteApiKeyResponse) String

func (this *DeleteApiKeyResponse) String() string

func (*DeleteApiKeyResponse) Unmarshal

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

func (*DeleteApiKeyResponse) XXX_DiscardUnknown

func (m *DeleteApiKeyResponse) XXX_DiscardUnknown()

func (*DeleteApiKeyResponse) XXX_Marshal

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

func (*DeleteApiKeyResponse) XXX_Merge

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

func (*DeleteApiKeyResponse) XXX_Size

func (m *DeleteApiKeyResponse) XXX_Size() int

func (*DeleteApiKeyResponse) XXX_Unmarshal

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

type DeleteConnectivityRuleRequest added in v0.41.0

type DeleteConnectivityRuleRequest struct {
	// The ID of the connectivity rule that need be deleted, required.
	ConnectivityRuleId string `protobuf:"bytes,1,opt,name=connectivity_rule_id,json=connectivityRuleId,proto3" json:"connectivity_rule_id,omitempty"`
	// The resource version which should be the same from the the db, required
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*DeleteConnectivityRuleRequest) Descriptor added in v0.41.0

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

func (*DeleteConnectivityRuleRequest) Equal added in v0.41.0

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

func (*DeleteConnectivityRuleRequest) GetAsyncOperationId added in v0.41.0

func (m *DeleteConnectivityRuleRequest) GetAsyncOperationId() string

func (*DeleteConnectivityRuleRequest) GetConnectivityRuleId added in v0.41.0

func (m *DeleteConnectivityRuleRequest) GetConnectivityRuleId() string

func (*DeleteConnectivityRuleRequest) GetResourceVersion added in v0.41.0

func (m *DeleteConnectivityRuleRequest) GetResourceVersion() string

func (*DeleteConnectivityRuleRequest) GoString added in v0.41.0

func (this *DeleteConnectivityRuleRequest) GoString() string

func (*DeleteConnectivityRuleRequest) Marshal added in v0.41.0

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

func (*DeleteConnectivityRuleRequest) MarshalTo added in v0.41.0

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

func (*DeleteConnectivityRuleRequest) MarshalToSizedBuffer added in v0.41.0

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

func (*DeleteConnectivityRuleRequest) ProtoMessage added in v0.41.0

func (*DeleteConnectivityRuleRequest) ProtoMessage()

func (*DeleteConnectivityRuleRequest) Reset added in v0.41.0

func (m *DeleteConnectivityRuleRequest) Reset()

func (*DeleteConnectivityRuleRequest) Size added in v0.41.0

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

func (*DeleteConnectivityRuleRequest) String added in v0.41.0

func (this *DeleteConnectivityRuleRequest) String() string

func (*DeleteConnectivityRuleRequest) Unmarshal added in v0.41.0

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

func (*DeleteConnectivityRuleRequest) XXX_DiscardUnknown added in v0.41.0

func (m *DeleteConnectivityRuleRequest) XXX_DiscardUnknown()

func (*DeleteConnectivityRuleRequest) XXX_Marshal added in v0.41.0

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

func (*DeleteConnectivityRuleRequest) XXX_Merge added in v0.41.0

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

func (*DeleteConnectivityRuleRequest) XXX_Size added in v0.41.0

func (m *DeleteConnectivityRuleRequest) XXX_Size() int

func (*DeleteConnectivityRuleRequest) XXX_Unmarshal added in v0.41.0

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

type DeleteConnectivityRuleResponse added in v0.41.0

type DeleteConnectivityRuleResponse struct {
	// The async operation
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*DeleteConnectivityRuleResponse) Descriptor added in v0.41.0

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

func (*DeleteConnectivityRuleResponse) Equal added in v0.41.0

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

func (*DeleteConnectivityRuleResponse) GetAsyncOperation added in v0.41.0

func (m *DeleteConnectivityRuleResponse) GetAsyncOperation() *v11.AsyncOperation

func (*DeleteConnectivityRuleResponse) GoString added in v0.41.0

func (this *DeleteConnectivityRuleResponse) GoString() string

func (*DeleteConnectivityRuleResponse) Marshal added in v0.41.0

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

func (*DeleteConnectivityRuleResponse) MarshalTo added in v0.41.0

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

func (*DeleteConnectivityRuleResponse) MarshalToSizedBuffer added in v0.41.0

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

func (*DeleteConnectivityRuleResponse) ProtoMessage added in v0.41.0

func (*DeleteConnectivityRuleResponse) ProtoMessage()

func (*DeleteConnectivityRuleResponse) Reset added in v0.41.0

func (m *DeleteConnectivityRuleResponse) Reset()

func (*DeleteConnectivityRuleResponse) Size added in v0.41.0

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

func (*DeleteConnectivityRuleResponse) String added in v0.41.0

func (this *DeleteConnectivityRuleResponse) String() string

func (*DeleteConnectivityRuleResponse) Unmarshal added in v0.41.0

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

func (*DeleteConnectivityRuleResponse) XXX_DiscardUnknown added in v0.41.0

func (m *DeleteConnectivityRuleResponse) XXX_DiscardUnknown()

func (*DeleteConnectivityRuleResponse) XXX_Marshal added in v0.41.0

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

func (*DeleteConnectivityRuleResponse) XXX_Merge added in v0.41.0

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

func (*DeleteConnectivityRuleResponse) XXX_Size added in v0.41.0

func (m *DeleteConnectivityRuleResponse) XXX_Size() int

func (*DeleteConnectivityRuleResponse) XXX_Unmarshal added in v0.41.0

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

type DeleteCustomRoleRequest added in v0.55.0

type DeleteCustomRoleRequest struct {
	// The id of the custom role to delete.
	RoleId string `protobuf:"bytes,1,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	// The version of the custom role for which this delete is intended for.
	// The latest version can be found in the GetCustomRole operation response.
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:dev

func (*DeleteCustomRoleRequest) Descriptor added in v0.55.0

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

func (*DeleteCustomRoleRequest) Equal added in v0.55.0

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

func (*DeleteCustomRoleRequest) GetAsyncOperationId added in v0.55.0

func (m *DeleteCustomRoleRequest) GetAsyncOperationId() string

func (*DeleteCustomRoleRequest) GetResourceVersion added in v0.55.0

func (m *DeleteCustomRoleRequest) GetResourceVersion() string

func (*DeleteCustomRoleRequest) GetRoleId added in v0.55.0

func (m *DeleteCustomRoleRequest) GetRoleId() string

func (*DeleteCustomRoleRequest) GoString added in v0.55.0

func (this *DeleteCustomRoleRequest) GoString() string

func (*DeleteCustomRoleRequest) Marshal added in v0.55.0

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

func (*DeleteCustomRoleRequest) MarshalTo added in v0.55.0

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

func (*DeleteCustomRoleRequest) MarshalToSizedBuffer added in v0.55.0

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

func (*DeleteCustomRoleRequest) ProtoMessage added in v0.55.0

func (*DeleteCustomRoleRequest) ProtoMessage()

func (*DeleteCustomRoleRequest) Reset added in v0.55.0

func (m *DeleteCustomRoleRequest) Reset()

func (*DeleteCustomRoleRequest) Size added in v0.55.0

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

func (*DeleteCustomRoleRequest) String added in v0.55.0

func (this *DeleteCustomRoleRequest) String() string

func (*DeleteCustomRoleRequest) Unmarshal added in v0.55.0

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

func (*DeleteCustomRoleRequest) XXX_DiscardUnknown added in v0.55.0

func (m *DeleteCustomRoleRequest) XXX_DiscardUnknown()

func (*DeleteCustomRoleRequest) XXX_Marshal added in v0.55.0

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

func (*DeleteCustomRoleRequest) XXX_Merge added in v0.55.0

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

func (*DeleteCustomRoleRequest) XXX_Size added in v0.55.0

func (m *DeleteCustomRoleRequest) XXX_Size() int

func (*DeleteCustomRoleRequest) XXX_Unmarshal added in v0.55.0

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

type DeleteCustomRoleResponse added in v0.55.0

type DeleteCustomRoleResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:dev

func (*DeleteCustomRoleResponse) Descriptor added in v0.55.0

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

func (*DeleteCustomRoleResponse) Equal added in v0.55.0

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

func (*DeleteCustomRoleResponse) GetAsyncOperation added in v0.55.0

func (m *DeleteCustomRoleResponse) GetAsyncOperation() *v11.AsyncOperation

func (*DeleteCustomRoleResponse) GoString added in v0.55.0

func (this *DeleteCustomRoleResponse) GoString() string

func (*DeleteCustomRoleResponse) Marshal added in v0.55.0

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

func (*DeleteCustomRoleResponse) MarshalTo added in v0.55.0

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

func (*DeleteCustomRoleResponse) MarshalToSizedBuffer added in v0.55.0

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

func (*DeleteCustomRoleResponse) ProtoMessage added in v0.55.0

func (*DeleteCustomRoleResponse) ProtoMessage()

func (*DeleteCustomRoleResponse) Reset added in v0.55.0

func (m *DeleteCustomRoleResponse) Reset()

func (*DeleteCustomRoleResponse) Size added in v0.55.0

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

func (*DeleteCustomRoleResponse) String added in v0.55.0

func (this *DeleteCustomRoleResponse) String() string

func (*DeleteCustomRoleResponse) Unmarshal added in v0.55.0

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

func (*DeleteCustomRoleResponse) XXX_DiscardUnknown added in v0.55.0

func (m *DeleteCustomRoleResponse) XXX_DiscardUnknown()

func (*DeleteCustomRoleResponse) XXX_Marshal added in v0.55.0

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

func (*DeleteCustomRoleResponse) XXX_Merge added in v0.55.0

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

func (*DeleteCustomRoleResponse) XXX_Size added in v0.55.0

func (m *DeleteCustomRoleResponse) XXX_Size() int

func (*DeleteCustomRoleResponse) XXX_Unmarshal added in v0.55.0

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

type DeleteNamespaceExportSinkRequest added in v0.34.0

type DeleteNamespaceExportSinkRequest struct {
	// The namespace to which the sink belongs.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The name of the sink to delete.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The version of the sink to delete. The latest version can be
	// retrieved using the GetNamespaceExportSink call.
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The ID to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*DeleteNamespaceExportSinkRequest) Descriptor added in v0.34.0

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

func (*DeleteNamespaceExportSinkRequest) Equal added in v0.34.0

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

func (*DeleteNamespaceExportSinkRequest) GetAsyncOperationId added in v0.34.0

func (m *DeleteNamespaceExportSinkRequest) GetAsyncOperationId() string

func (*DeleteNamespaceExportSinkRequest) GetName added in v0.34.0

func (*DeleteNamespaceExportSinkRequest) GetNamespace added in v0.34.0

func (m *DeleteNamespaceExportSinkRequest) GetNamespace() string

func (*DeleteNamespaceExportSinkRequest) GetResourceVersion added in v0.34.0

func (m *DeleteNamespaceExportSinkRequest) GetResourceVersion() string

func (*DeleteNamespaceExportSinkRequest) GoString added in v0.34.0

func (this *DeleteNamespaceExportSinkRequest) GoString() string

func (*DeleteNamespaceExportSinkRequest) Marshal added in v0.34.0

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

func (*DeleteNamespaceExportSinkRequest) MarshalTo added in v0.34.0

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

func (*DeleteNamespaceExportSinkRequest) MarshalToSizedBuffer added in v0.34.0

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

func (*DeleteNamespaceExportSinkRequest) ProtoMessage added in v0.34.0

func (*DeleteNamespaceExportSinkRequest) ProtoMessage()

func (*DeleteNamespaceExportSinkRequest) Reset added in v0.34.0

func (*DeleteNamespaceExportSinkRequest) Size added in v0.34.0

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

func (*DeleteNamespaceExportSinkRequest) String added in v0.34.0

func (*DeleteNamespaceExportSinkRequest) Unmarshal added in v0.34.0

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

func (*DeleteNamespaceExportSinkRequest) XXX_DiscardUnknown added in v0.34.0

func (m *DeleteNamespaceExportSinkRequest) XXX_DiscardUnknown()

func (*DeleteNamespaceExportSinkRequest) XXX_Marshal added in v0.34.0

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

func (*DeleteNamespaceExportSinkRequest) XXX_Merge added in v0.34.0

func (*DeleteNamespaceExportSinkRequest) XXX_Size added in v0.34.0

func (m *DeleteNamespaceExportSinkRequest) XXX_Size() int

func (*DeleteNamespaceExportSinkRequest) XXX_Unmarshal added in v0.34.0

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

type DeleteNamespaceExportSinkResponse added in v0.34.0

type DeleteNamespaceExportSinkResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*DeleteNamespaceExportSinkResponse) Descriptor added in v0.34.0

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

func (*DeleteNamespaceExportSinkResponse) Equal added in v0.34.0

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

func (*DeleteNamespaceExportSinkResponse) GetAsyncOperation added in v0.34.0

func (m *DeleteNamespaceExportSinkResponse) GetAsyncOperation() *v11.AsyncOperation

func (*DeleteNamespaceExportSinkResponse) GoString added in v0.34.0

func (this *DeleteNamespaceExportSinkResponse) GoString() string

func (*DeleteNamespaceExportSinkResponse) Marshal added in v0.34.0

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

func (*DeleteNamespaceExportSinkResponse) MarshalTo added in v0.34.0

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

func (*DeleteNamespaceExportSinkResponse) MarshalToSizedBuffer added in v0.34.0

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

func (*DeleteNamespaceExportSinkResponse) ProtoMessage added in v0.34.0

func (*DeleteNamespaceExportSinkResponse) ProtoMessage()

func (*DeleteNamespaceExportSinkResponse) Reset added in v0.34.0

func (*DeleteNamespaceExportSinkResponse) Size added in v0.34.0

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

func (*DeleteNamespaceExportSinkResponse) String added in v0.34.0

func (*DeleteNamespaceExportSinkResponse) Unmarshal added in v0.34.0

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

func (*DeleteNamespaceExportSinkResponse) XXX_DiscardUnknown added in v0.34.0

func (m *DeleteNamespaceExportSinkResponse) XXX_DiscardUnknown()

func (*DeleteNamespaceExportSinkResponse) XXX_Marshal added in v0.34.0

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

func (*DeleteNamespaceExportSinkResponse) XXX_Merge added in v0.34.0

func (*DeleteNamespaceExportSinkResponse) XXX_Size added in v0.34.0

func (m *DeleteNamespaceExportSinkResponse) XXX_Size() int

func (*DeleteNamespaceExportSinkResponse) XXX_Unmarshal added in v0.34.0

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

type DeleteNamespaceRegionRequest added in v0.38.0

type DeleteNamespaceRegionRequest struct {
	// The namespace to delete a region.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The id of the standby region to be deleted.
	// The GetRegions API can be used to get the list of valid region ids.
	// Example: "aws-us-west-2".
	Region string `protobuf:"bytes,2,opt,name=region,proto3" json:"region,omitempty"`
	// The version of the namespace for which this delete region operation is intended for.
	// The latest version can be found in the GetNamespace operation response.
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*DeleteNamespaceRegionRequest) Descriptor added in v0.38.0

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

func (*DeleteNamespaceRegionRequest) Equal added in v0.38.0

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

func (*DeleteNamespaceRegionRequest) GetAsyncOperationId added in v0.38.0

func (m *DeleteNamespaceRegionRequest) GetAsyncOperationId() string

func (*DeleteNamespaceRegionRequest) GetNamespace added in v0.38.0

func (m *DeleteNamespaceRegionRequest) GetNamespace() string

func (*DeleteNamespaceRegionRequest) GetRegion added in v0.38.0

func (m *DeleteNamespaceRegionRequest) GetRegion() string

func (*DeleteNamespaceRegionRequest) GetResourceVersion added in v0.38.0

func (m *DeleteNamespaceRegionRequest) GetResourceVersion() string

func (*DeleteNamespaceRegionRequest) GoString added in v0.38.0

func (this *DeleteNamespaceRegionRequest) GoString() string

func (*DeleteNamespaceRegionRequest) Marshal added in v0.38.0

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

func (*DeleteNamespaceRegionRequest) MarshalTo added in v0.38.0

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

func (*DeleteNamespaceRegionRequest) MarshalToSizedBuffer added in v0.38.0

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

func (*DeleteNamespaceRegionRequest) ProtoMessage added in v0.38.0

func (*DeleteNamespaceRegionRequest) ProtoMessage()

func (*DeleteNamespaceRegionRequest) Reset added in v0.38.0

func (m *DeleteNamespaceRegionRequest) Reset()

func (*DeleteNamespaceRegionRequest) Size added in v0.38.0

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

func (*DeleteNamespaceRegionRequest) String added in v0.38.0

func (this *DeleteNamespaceRegionRequest) String() string

func (*DeleteNamespaceRegionRequest) Unmarshal added in v0.38.0

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

func (*DeleteNamespaceRegionRequest) XXX_DiscardUnknown added in v0.38.0

func (m *DeleteNamespaceRegionRequest) XXX_DiscardUnknown()

func (*DeleteNamespaceRegionRequest) XXX_Marshal added in v0.38.0

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

func (*DeleteNamespaceRegionRequest) XXX_Merge added in v0.38.0

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

func (*DeleteNamespaceRegionRequest) XXX_Size added in v0.38.0

func (m *DeleteNamespaceRegionRequest) XXX_Size() int

func (*DeleteNamespaceRegionRequest) XXX_Unmarshal added in v0.38.0

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

type DeleteNamespaceRegionResponse added in v0.38.0

type DeleteNamespaceRegionResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*DeleteNamespaceRegionResponse) Descriptor added in v0.38.0

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

func (*DeleteNamespaceRegionResponse) Equal added in v0.38.0

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

func (*DeleteNamespaceRegionResponse) GetAsyncOperation added in v0.38.0

func (m *DeleteNamespaceRegionResponse) GetAsyncOperation() *v11.AsyncOperation

func (*DeleteNamespaceRegionResponse) GoString added in v0.38.0

func (this *DeleteNamespaceRegionResponse) GoString() string

func (*DeleteNamespaceRegionResponse) Marshal added in v0.38.0

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

func (*DeleteNamespaceRegionResponse) MarshalTo added in v0.38.0

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

func (*DeleteNamespaceRegionResponse) MarshalToSizedBuffer added in v0.38.0

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

func (*DeleteNamespaceRegionResponse) ProtoMessage added in v0.38.0

func (*DeleteNamespaceRegionResponse) ProtoMessage()

func (*DeleteNamespaceRegionResponse) Reset added in v0.38.0

func (m *DeleteNamespaceRegionResponse) Reset()

func (*DeleteNamespaceRegionResponse) Size added in v0.38.0

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

func (*DeleteNamespaceRegionResponse) String added in v0.38.0

func (this *DeleteNamespaceRegionResponse) String() string

func (*DeleteNamespaceRegionResponse) Unmarshal added in v0.38.0

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

func (*DeleteNamespaceRegionResponse) XXX_DiscardUnknown added in v0.38.0

func (m *DeleteNamespaceRegionResponse) XXX_DiscardUnknown()

func (*DeleteNamespaceRegionResponse) XXX_Marshal added in v0.38.0

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

func (*DeleteNamespaceRegionResponse) XXX_Merge added in v0.38.0

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

func (*DeleteNamespaceRegionResponse) XXX_Size added in v0.38.0

func (m *DeleteNamespaceRegionResponse) XXX_Size() int

func (*DeleteNamespaceRegionResponse) XXX_Unmarshal added in v0.38.0

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

type DeleteNamespaceRequest

type DeleteNamespaceRequest struct {
	// The namespace to delete.
	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 id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*DeleteNamespaceRequest) Descriptor

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

func (*DeleteNamespaceRequest) Equal

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

func (*DeleteNamespaceRequest) GetAsyncOperationId

func (m *DeleteNamespaceRequest) GetAsyncOperationId() string

func (*DeleteNamespaceRequest) GetNamespace

func (m *DeleteNamespaceRequest) GetNamespace() string

func (*DeleteNamespaceRequest) GetResourceVersion

func (m *DeleteNamespaceRequest) GetResourceVersion() string

func (*DeleteNamespaceRequest) GoString

func (this *DeleteNamespaceRequest) GoString() string

func (*DeleteNamespaceRequest) Marshal

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

func (*DeleteNamespaceRequest) MarshalTo

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

func (*DeleteNamespaceRequest) MarshalToSizedBuffer

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

func (*DeleteNamespaceRequest) ProtoMessage

func (*DeleteNamespaceRequest) ProtoMessage()

func (*DeleteNamespaceRequest) Reset

func (m *DeleteNamespaceRequest) Reset()

func (*DeleteNamespaceRequest) Size

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

func (*DeleteNamespaceRequest) String

func (this *DeleteNamespaceRequest) String() string

func (*DeleteNamespaceRequest) Unmarshal

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

func (*DeleteNamespaceRequest) XXX_DiscardUnknown

func (m *DeleteNamespaceRequest) XXX_DiscardUnknown()

func (*DeleteNamespaceRequest) XXX_Marshal

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

func (*DeleteNamespaceRequest) XXX_Merge

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

func (*DeleteNamespaceRequest) XXX_Size

func (m *DeleteNamespaceRequest) XXX_Size() int

func (*DeleteNamespaceRequest) XXX_Unmarshal

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

type DeleteNamespaceResponse

type DeleteNamespaceResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*DeleteNamespaceResponse) Descriptor

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

func (*DeleteNamespaceResponse) Equal

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

func (*DeleteNamespaceResponse) GetAsyncOperation

func (m *DeleteNamespaceResponse) GetAsyncOperation() *v11.AsyncOperation

func (*DeleteNamespaceResponse) GoString

func (this *DeleteNamespaceResponse) GoString() string

func (*DeleteNamespaceResponse) Marshal

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

func (*DeleteNamespaceResponse) MarshalTo

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

func (*DeleteNamespaceResponse) MarshalToSizedBuffer

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

func (*DeleteNamespaceResponse) ProtoMessage

func (*DeleteNamespaceResponse) ProtoMessage()

func (*DeleteNamespaceResponse) Reset

func (m *DeleteNamespaceResponse) Reset()

func (*DeleteNamespaceResponse) Size

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

func (*DeleteNamespaceResponse) String

func (this *DeleteNamespaceResponse) String() string

func (*DeleteNamespaceResponse) Unmarshal

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

func (*DeleteNamespaceResponse) XXX_DiscardUnknown

func (m *DeleteNamespaceResponse) XXX_DiscardUnknown()

func (*DeleteNamespaceResponse) XXX_Marshal

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

func (*DeleteNamespaceResponse) XXX_Merge

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

func (*DeleteNamespaceResponse) XXX_Size

func (m *DeleteNamespaceResponse) XXX_Size() int

func (*DeleteNamespaceResponse) XXX_Unmarshal

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

type DeleteNexusEndpointRequest

type DeleteNexusEndpointRequest struct {
	// The id of the nexus endpoint to delete.
	EndpointId string `protobuf:"bytes,1,opt,name=endpoint_id,json=endpointId,proto3" json:"endpoint_id,omitempty"`
	// The version of the endpoint for which this delete is intended for.
	// The latest version can be found in the GetNexusEndpoint operation response.
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*DeleteNexusEndpointRequest) Descriptor

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

func (*DeleteNexusEndpointRequest) Equal

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

func (*DeleteNexusEndpointRequest) GetAsyncOperationId

func (m *DeleteNexusEndpointRequest) GetAsyncOperationId() string

func (*DeleteNexusEndpointRequest) GetEndpointId

func (m *DeleteNexusEndpointRequest) GetEndpointId() string

func (*DeleteNexusEndpointRequest) GetResourceVersion

func (m *DeleteNexusEndpointRequest) GetResourceVersion() string

func (*DeleteNexusEndpointRequest) GoString

func (this *DeleteNexusEndpointRequest) GoString() string

func (*DeleteNexusEndpointRequest) Marshal

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

func (*DeleteNexusEndpointRequest) MarshalTo

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

func (*DeleteNexusEndpointRequest) MarshalToSizedBuffer

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

func (*DeleteNexusEndpointRequest) ProtoMessage

func (*DeleteNexusEndpointRequest) ProtoMessage()

func (*DeleteNexusEndpointRequest) Reset

func (m *DeleteNexusEndpointRequest) Reset()

func (*DeleteNexusEndpointRequest) Size

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

func (*DeleteNexusEndpointRequest) String

func (this *DeleteNexusEndpointRequest) String() string

func (*DeleteNexusEndpointRequest) Unmarshal

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

func (*DeleteNexusEndpointRequest) XXX_DiscardUnknown

func (m *DeleteNexusEndpointRequest) XXX_DiscardUnknown()

func (*DeleteNexusEndpointRequest) XXX_Marshal

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

func (*DeleteNexusEndpointRequest) XXX_Merge

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

func (*DeleteNexusEndpointRequest) XXX_Size

func (m *DeleteNexusEndpointRequest) XXX_Size() int

func (*DeleteNexusEndpointRequest) XXX_Unmarshal

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

type DeleteNexusEndpointResponse

type DeleteNexusEndpointResponse struct {
	// The async operation
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*DeleteNexusEndpointResponse) Descriptor

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

func (*DeleteNexusEndpointResponse) Equal

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

func (*DeleteNexusEndpointResponse) GetAsyncOperation

func (m *DeleteNexusEndpointResponse) GetAsyncOperation() *v11.AsyncOperation

func (*DeleteNexusEndpointResponse) GoString

func (this *DeleteNexusEndpointResponse) GoString() string

func (*DeleteNexusEndpointResponse) Marshal

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

func (*DeleteNexusEndpointResponse) MarshalTo

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

func (*DeleteNexusEndpointResponse) MarshalToSizedBuffer

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

func (*DeleteNexusEndpointResponse) ProtoMessage

func (*DeleteNexusEndpointResponse) ProtoMessage()

func (*DeleteNexusEndpointResponse) Reset

func (m *DeleteNexusEndpointResponse) Reset()

func (*DeleteNexusEndpointResponse) Size

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

func (*DeleteNexusEndpointResponse) String

func (this *DeleteNexusEndpointResponse) String() string

func (*DeleteNexusEndpointResponse) Unmarshal

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

func (*DeleteNexusEndpointResponse) XXX_DiscardUnknown

func (m *DeleteNexusEndpointResponse) XXX_DiscardUnknown()

func (*DeleteNexusEndpointResponse) XXX_Marshal

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

func (*DeleteNexusEndpointResponse) XXX_Merge

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

func (*DeleteNexusEndpointResponse) XXX_Size

func (m *DeleteNexusEndpointResponse) XXX_Size() int

func (*DeleteNexusEndpointResponse) XXX_Unmarshal

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

type DeleteProjectRequest added in v0.43.0

type DeleteProjectRequest struct {
	// The id of the project to delete.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// The version of the project for which this delete is intended for.
	// The latest version can be found in the GetProject operation response.
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:dev

func (*DeleteProjectRequest) Descriptor added in v0.43.0

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

func (*DeleteProjectRequest) Equal added in v0.43.0

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

func (*DeleteProjectRequest) GetAsyncOperationId added in v0.43.0

func (m *DeleteProjectRequest) GetAsyncOperationId() string

func (*DeleteProjectRequest) GetProjectId added in v0.43.0

func (m *DeleteProjectRequest) GetProjectId() string

func (*DeleteProjectRequest) GetResourceVersion added in v0.43.0

func (m *DeleteProjectRequest) GetResourceVersion() string

func (*DeleteProjectRequest) GoString added in v0.43.0

func (this *DeleteProjectRequest) GoString() string

func (*DeleteProjectRequest) Marshal added in v0.43.0

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

func (*DeleteProjectRequest) MarshalTo added in v0.43.0

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

func (*DeleteProjectRequest) MarshalToSizedBuffer added in v0.43.0

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

func (*DeleteProjectRequest) ProtoMessage added in v0.43.0

func (*DeleteProjectRequest) ProtoMessage()

func (*DeleteProjectRequest) Reset added in v0.43.0

func (m *DeleteProjectRequest) Reset()

func (*DeleteProjectRequest) Size added in v0.43.0

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

func (*DeleteProjectRequest) String added in v0.43.0

func (this *DeleteProjectRequest) String() string

func (*DeleteProjectRequest) Unmarshal added in v0.43.0

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

func (*DeleteProjectRequest) XXX_DiscardUnknown added in v0.43.0

func (m *DeleteProjectRequest) XXX_DiscardUnknown()

func (*DeleteProjectRequest) XXX_Marshal added in v0.43.0

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

func (*DeleteProjectRequest) XXX_Merge added in v0.43.0

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

func (*DeleteProjectRequest) XXX_Size added in v0.43.0

func (m *DeleteProjectRequest) XXX_Size() int

func (*DeleteProjectRequest) XXX_Unmarshal added in v0.43.0

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

type DeleteProjectResponse added in v0.43.0

type DeleteProjectResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:dev

func (*DeleteProjectResponse) Descriptor added in v0.43.0

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

func (*DeleteProjectResponse) Equal added in v0.43.0

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

func (*DeleteProjectResponse) GetAsyncOperation added in v0.43.0

func (m *DeleteProjectResponse) GetAsyncOperation() *v11.AsyncOperation

func (*DeleteProjectResponse) GoString added in v0.43.0

func (this *DeleteProjectResponse) GoString() string

func (*DeleteProjectResponse) Marshal added in v0.43.0

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

func (*DeleteProjectResponse) MarshalTo added in v0.43.0

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

func (*DeleteProjectResponse) MarshalToSizedBuffer added in v0.43.0

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

func (*DeleteProjectResponse) ProtoMessage added in v0.43.0

func (*DeleteProjectResponse) ProtoMessage()

func (*DeleteProjectResponse) Reset added in v0.43.0

func (m *DeleteProjectResponse) Reset()

func (*DeleteProjectResponse) Size added in v0.43.0

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

func (*DeleteProjectResponse) String added in v0.43.0

func (this *DeleteProjectResponse) String() string

func (*DeleteProjectResponse) Unmarshal added in v0.43.0

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

func (*DeleteProjectResponse) XXX_DiscardUnknown added in v0.43.0

func (m *DeleteProjectResponse) XXX_DiscardUnknown()

func (*DeleteProjectResponse) XXX_Marshal added in v0.43.0

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

func (*DeleteProjectResponse) XXX_Merge added in v0.43.0

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

func (*DeleteProjectResponse) XXX_Size added in v0.43.0

func (m *DeleteProjectResponse) XXX_Size() int

func (*DeleteProjectResponse) XXX_Unmarshal added in v0.43.0

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

type DeleteServiceAccountRequest

type DeleteServiceAccountRequest struct {
	// The ID of the service account to delete;
	ServiceAccountId string `protobuf:"bytes,1,opt,name=service_account_id,json=serviceAccountId,proto3" json:"service_account_id,omitempty"`
	// The version of the service account for which this update is intended for.
	// The latest version can be found in the GetServiceAccount response.
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The ID to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*DeleteServiceAccountRequest) Descriptor

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

func (*DeleteServiceAccountRequest) Equal

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

func (*DeleteServiceAccountRequest) GetAsyncOperationId

func (m *DeleteServiceAccountRequest) GetAsyncOperationId() string

func (*DeleteServiceAccountRequest) GetResourceVersion

func (m *DeleteServiceAccountRequest) GetResourceVersion() string

func (*DeleteServiceAccountRequest) GetServiceAccountId

func (m *DeleteServiceAccountRequest) GetServiceAccountId() string

func (*DeleteServiceAccountRequest) GoString

func (this *DeleteServiceAccountRequest) GoString() string

func (*DeleteServiceAccountRequest) Marshal

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

func (*DeleteServiceAccountRequest) MarshalTo

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

func (*DeleteServiceAccountRequest) MarshalToSizedBuffer

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

func (*DeleteServiceAccountRequest) ProtoMessage

func (*DeleteServiceAccountRequest) ProtoMessage()

func (*DeleteServiceAccountRequest) Reset

func (m *DeleteServiceAccountRequest) Reset()

func (*DeleteServiceAccountRequest) Size

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

func (*DeleteServiceAccountRequest) String

func (this *DeleteServiceAccountRequest) String() string

func (*DeleteServiceAccountRequest) Unmarshal

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

func (*DeleteServiceAccountRequest) XXX_DiscardUnknown

func (m *DeleteServiceAccountRequest) XXX_DiscardUnknown()

func (*DeleteServiceAccountRequest) XXX_Marshal

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

func (*DeleteServiceAccountRequest) XXX_Merge

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

func (*DeleteServiceAccountRequest) XXX_Size

func (m *DeleteServiceAccountRequest) XXX_Size() int

func (*DeleteServiceAccountRequest) XXX_Unmarshal

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

type DeleteServiceAccountResponse

type DeleteServiceAccountResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*DeleteServiceAccountResponse) Descriptor

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

func (*DeleteServiceAccountResponse) Equal

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

func (*DeleteServiceAccountResponse) GetAsyncOperation

func (m *DeleteServiceAccountResponse) GetAsyncOperation() *v11.AsyncOperation

func (*DeleteServiceAccountResponse) GoString

func (this *DeleteServiceAccountResponse) GoString() string

func (*DeleteServiceAccountResponse) Marshal

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

func (*DeleteServiceAccountResponse) MarshalTo

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

func (*DeleteServiceAccountResponse) MarshalToSizedBuffer

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

func (*DeleteServiceAccountResponse) ProtoMessage

func (*DeleteServiceAccountResponse) ProtoMessage()

func (*DeleteServiceAccountResponse) Reset

func (m *DeleteServiceAccountResponse) Reset()

func (*DeleteServiceAccountResponse) Size

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

func (*DeleteServiceAccountResponse) String

func (this *DeleteServiceAccountResponse) String() string

func (*DeleteServiceAccountResponse) Unmarshal

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

func (*DeleteServiceAccountResponse) XXX_DiscardUnknown

func (m *DeleteServiceAccountResponse) XXX_DiscardUnknown()

func (*DeleteServiceAccountResponse) XXX_Marshal

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

func (*DeleteServiceAccountResponse) XXX_Merge

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

func (*DeleteServiceAccountResponse) XXX_Size

func (m *DeleteServiceAccountResponse) XXX_Size() int

func (*DeleteServiceAccountResponse) XXX_Unmarshal

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

type DeleteUserGroupRequest

type DeleteUserGroupRequest struct {
	// The id of the group to delete.
	GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// The version of the group for which this delete is intended for.
	// The latest version can be found in the GetGroup operation response.
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*DeleteUserGroupRequest) Descriptor

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

func (*DeleteUserGroupRequest) Equal

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

func (*DeleteUserGroupRequest) GetAsyncOperationId

func (m *DeleteUserGroupRequest) GetAsyncOperationId() string

func (*DeleteUserGroupRequest) GetGroupId

func (m *DeleteUserGroupRequest) GetGroupId() string

func (*DeleteUserGroupRequest) GetResourceVersion

func (m *DeleteUserGroupRequest) GetResourceVersion() string

func (*DeleteUserGroupRequest) GoString

func (this *DeleteUserGroupRequest) GoString() string

func (*DeleteUserGroupRequest) Marshal

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

func (*DeleteUserGroupRequest) MarshalTo

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

func (*DeleteUserGroupRequest) MarshalToSizedBuffer

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

func (*DeleteUserGroupRequest) ProtoMessage

func (*DeleteUserGroupRequest) ProtoMessage()

func (*DeleteUserGroupRequest) Reset

func (m *DeleteUserGroupRequest) Reset()

func (*DeleteUserGroupRequest) Size

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

func (*DeleteUserGroupRequest) String

func (this *DeleteUserGroupRequest) String() string

func (*DeleteUserGroupRequest) Unmarshal

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

func (*DeleteUserGroupRequest) XXX_DiscardUnknown

func (m *DeleteUserGroupRequest) XXX_DiscardUnknown()

func (*DeleteUserGroupRequest) XXX_Marshal

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

func (*DeleteUserGroupRequest) XXX_Merge

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

func (*DeleteUserGroupRequest) XXX_Size

func (m *DeleteUserGroupRequest) XXX_Size() int

func (*DeleteUserGroupRequest) XXX_Unmarshal

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

type DeleteUserGroupResponse

type DeleteUserGroupResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*DeleteUserGroupResponse) Descriptor

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

func (*DeleteUserGroupResponse) Equal

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

func (*DeleteUserGroupResponse) GetAsyncOperation

func (m *DeleteUserGroupResponse) GetAsyncOperation() *v11.AsyncOperation

func (*DeleteUserGroupResponse) GoString

func (this *DeleteUserGroupResponse) GoString() string

func (*DeleteUserGroupResponse) Marshal

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

func (*DeleteUserGroupResponse) MarshalTo

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

func (*DeleteUserGroupResponse) MarshalToSizedBuffer

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

func (*DeleteUserGroupResponse) ProtoMessage

func (*DeleteUserGroupResponse) ProtoMessage()

func (*DeleteUserGroupResponse) Reset

func (m *DeleteUserGroupResponse) Reset()

func (*DeleteUserGroupResponse) Size

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

func (*DeleteUserGroupResponse) String

func (this *DeleteUserGroupResponse) String() string

func (*DeleteUserGroupResponse) Unmarshal

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

func (*DeleteUserGroupResponse) XXX_DiscardUnknown

func (m *DeleteUserGroupResponse) XXX_DiscardUnknown()

func (*DeleteUserGroupResponse) XXX_Marshal

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

func (*DeleteUserGroupResponse) XXX_Merge

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

func (*DeleteUserGroupResponse) XXX_Size

func (m *DeleteUserGroupResponse) XXX_Size() int

func (*DeleteUserGroupResponse) XXX_Unmarshal

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

type DeleteUserRequest

type DeleteUserRequest struct {
	// The id of the user to delete
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The version of the user for which this delete is intended for
	// The latest version can be found in the GetUser operation response
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation - optional
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*DeleteUserRequest) Descriptor

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

func (*DeleteUserRequest) Equal

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

func (*DeleteUserRequest) GetAsyncOperationId

func (m *DeleteUserRequest) GetAsyncOperationId() string

func (*DeleteUserRequest) GetResourceVersion

func (m *DeleteUserRequest) GetResourceVersion() string

func (*DeleteUserRequest) GetUserId

func (m *DeleteUserRequest) GetUserId() string

func (*DeleteUserRequest) GoString

func (this *DeleteUserRequest) GoString() string

func (*DeleteUserRequest) Marshal

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

func (*DeleteUserRequest) MarshalTo

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

func (*DeleteUserRequest) MarshalToSizedBuffer

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

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) Reset

func (m *DeleteUserRequest) Reset()

func (*DeleteUserRequest) Size

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

func (*DeleteUserRequest) String

func (this *DeleteUserRequest) String() string

func (*DeleteUserRequest) Unmarshal

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

func (*DeleteUserRequest) XXX_DiscardUnknown

func (m *DeleteUserRequest) XXX_DiscardUnknown()

func (*DeleteUserRequest) XXX_Marshal

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

func (*DeleteUserRequest) XXX_Merge

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

func (*DeleteUserRequest) XXX_Size

func (m *DeleteUserRequest) XXX_Size() int

func (*DeleteUserRequest) XXX_Unmarshal

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

type DeleteUserResponse

type DeleteUserResponse struct {
	// The async operation
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*DeleteUserResponse) Descriptor

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

func (*DeleteUserResponse) Equal

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

func (*DeleteUserResponse) GetAsyncOperation

func (m *DeleteUserResponse) GetAsyncOperation() *v11.AsyncOperation

func (*DeleteUserResponse) GoString

func (this *DeleteUserResponse) GoString() string

func (*DeleteUserResponse) Marshal

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

func (*DeleteUserResponse) MarshalTo

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

func (*DeleteUserResponse) MarshalToSizedBuffer

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

func (*DeleteUserResponse) ProtoMessage

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) Reset

func (m *DeleteUserResponse) Reset()

func (*DeleteUserResponse) Size

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

func (*DeleteUserResponse) String

func (this *DeleteUserResponse) String() string

func (*DeleteUserResponse) Unmarshal

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

func (*DeleteUserResponse) XXX_DiscardUnknown

func (m *DeleteUserResponse) XXX_DiscardUnknown()

func (*DeleteUserResponse) XXX_Marshal

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

func (*DeleteUserResponse) XXX_Merge

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

func (*DeleteUserResponse) XXX_Size

func (m *DeleteUserResponse) XXX_Size() int

func (*DeleteUserResponse) XXX_Unmarshal

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

type FailoverNamespaceRegionRequest

type FailoverNamespaceRegionRequest struct {
	// The namespace to failover.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The id of the region to failover to.
	// Must be a region that the namespace is currently available in.
	Region string `protobuf:"bytes,2,opt,name=region,proto3" json:"region,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*FailoverNamespaceRegionRequest) Descriptor

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

func (*FailoverNamespaceRegionRequest) Equal

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

func (*FailoverNamespaceRegionRequest) GetAsyncOperationId

func (m *FailoverNamespaceRegionRequest) GetAsyncOperationId() string

func (*FailoverNamespaceRegionRequest) GetNamespace

func (m *FailoverNamespaceRegionRequest) GetNamespace() string

func (*FailoverNamespaceRegionRequest) GetRegion

func (m *FailoverNamespaceRegionRequest) GetRegion() string

func (*FailoverNamespaceRegionRequest) GoString

func (this *FailoverNamespaceRegionRequest) GoString() string

func (*FailoverNamespaceRegionRequest) Marshal

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

func (*FailoverNamespaceRegionRequest) MarshalTo

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

func (*FailoverNamespaceRegionRequest) MarshalToSizedBuffer

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

func (*FailoverNamespaceRegionRequest) ProtoMessage

func (*FailoverNamespaceRegionRequest) ProtoMessage()

func (*FailoverNamespaceRegionRequest) Reset

func (m *FailoverNamespaceRegionRequest) Reset()

func (*FailoverNamespaceRegionRequest) Size

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

func (*FailoverNamespaceRegionRequest) String

func (this *FailoverNamespaceRegionRequest) String() string

func (*FailoverNamespaceRegionRequest) Unmarshal

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

func (*FailoverNamespaceRegionRequest) XXX_DiscardUnknown

func (m *FailoverNamespaceRegionRequest) XXX_DiscardUnknown()

func (*FailoverNamespaceRegionRequest) XXX_Marshal

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

func (*FailoverNamespaceRegionRequest) XXX_Merge

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

func (*FailoverNamespaceRegionRequest) XXX_Size

func (m *FailoverNamespaceRegionRequest) XXX_Size() int

func (*FailoverNamespaceRegionRequest) XXX_Unmarshal

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

type FailoverNamespaceRegionResponse

type FailoverNamespaceRegionResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*FailoverNamespaceRegionResponse) Descriptor

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

func (*FailoverNamespaceRegionResponse) Equal

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

func (*FailoverNamespaceRegionResponse) GetAsyncOperation

func (m *FailoverNamespaceRegionResponse) GetAsyncOperation() *v11.AsyncOperation

func (*FailoverNamespaceRegionResponse) GoString

func (this *FailoverNamespaceRegionResponse) GoString() string

func (*FailoverNamespaceRegionResponse) Marshal

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

func (*FailoverNamespaceRegionResponse) MarshalTo

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

func (*FailoverNamespaceRegionResponse) MarshalToSizedBuffer

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

func (*FailoverNamespaceRegionResponse) ProtoMessage

func (*FailoverNamespaceRegionResponse) ProtoMessage()

func (*FailoverNamespaceRegionResponse) Reset

func (*FailoverNamespaceRegionResponse) Size

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

func (*FailoverNamespaceRegionResponse) String

func (this *FailoverNamespaceRegionResponse) String() string

func (*FailoverNamespaceRegionResponse) Unmarshal

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

func (*FailoverNamespaceRegionResponse) XXX_DiscardUnknown

func (m *FailoverNamespaceRegionResponse) XXX_DiscardUnknown()

func (*FailoverNamespaceRegionResponse) XXX_Marshal

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

func (*FailoverNamespaceRegionResponse) XXX_Merge

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

func (*FailoverNamespaceRegionResponse) XXX_Size

func (m *FailoverNamespaceRegionResponse) XXX_Size() int

func (*FailoverNamespaceRegionResponse) XXX_Unmarshal

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

type GetAccountAuditLogSinkRequest added in v0.51.0

type GetAccountAuditLogSinkRequest struct {
	// The name of the sink to retrieve.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}

func (*GetAccountAuditLogSinkRequest) Descriptor added in v0.51.0

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

func (*GetAccountAuditLogSinkRequest) Equal added in v0.51.0

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

func (*GetAccountAuditLogSinkRequest) GetName added in v0.51.0

func (*GetAccountAuditLogSinkRequest) GoString added in v0.51.0

func (this *GetAccountAuditLogSinkRequest) GoString() string

func (*GetAccountAuditLogSinkRequest) Marshal added in v0.51.0

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

func (*GetAccountAuditLogSinkRequest) MarshalTo added in v0.51.0

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

func (*GetAccountAuditLogSinkRequest) MarshalToSizedBuffer added in v0.51.0

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

func (*GetAccountAuditLogSinkRequest) ProtoMessage added in v0.51.0

func (*GetAccountAuditLogSinkRequest) ProtoMessage()

func (*GetAccountAuditLogSinkRequest) Reset added in v0.51.0

func (m *GetAccountAuditLogSinkRequest) Reset()

func (*GetAccountAuditLogSinkRequest) Size added in v0.51.0

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

func (*GetAccountAuditLogSinkRequest) String added in v0.51.0

func (this *GetAccountAuditLogSinkRequest) String() string

func (*GetAccountAuditLogSinkRequest) Unmarshal added in v0.51.0

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

func (*GetAccountAuditLogSinkRequest) XXX_DiscardUnknown added in v0.51.0

func (m *GetAccountAuditLogSinkRequest) XXX_DiscardUnknown()

func (*GetAccountAuditLogSinkRequest) XXX_Marshal added in v0.51.0

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

func (*GetAccountAuditLogSinkRequest) XXX_Merge added in v0.51.0

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

func (*GetAccountAuditLogSinkRequest) XXX_Size added in v0.51.0

func (m *GetAccountAuditLogSinkRequest) XXX_Size() int

func (*GetAccountAuditLogSinkRequest) XXX_Unmarshal added in v0.51.0

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

type GetAccountAuditLogSinkResponse added in v0.51.0

type GetAccountAuditLogSinkResponse struct {
	// The audit log sink retrieved.
	Sink *v15.AuditLogSink `protobuf:"bytes,1,opt,name=sink,proto3" json:"sink,omitempty"`
}

func (*GetAccountAuditLogSinkResponse) Descriptor added in v0.51.0

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

func (*GetAccountAuditLogSinkResponse) Equal added in v0.51.0

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

func (*GetAccountAuditLogSinkResponse) GetSink added in v0.51.0

func (*GetAccountAuditLogSinkResponse) GoString added in v0.51.0

func (this *GetAccountAuditLogSinkResponse) GoString() string

func (*GetAccountAuditLogSinkResponse) Marshal added in v0.51.0

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

func (*GetAccountAuditLogSinkResponse) MarshalTo added in v0.51.0

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

func (*GetAccountAuditLogSinkResponse) MarshalToSizedBuffer added in v0.51.0

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

func (*GetAccountAuditLogSinkResponse) ProtoMessage added in v0.51.0

func (*GetAccountAuditLogSinkResponse) ProtoMessage()

func (*GetAccountAuditLogSinkResponse) Reset added in v0.51.0

func (m *GetAccountAuditLogSinkResponse) Reset()

func (*GetAccountAuditLogSinkResponse) Size added in v0.51.0

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

func (*GetAccountAuditLogSinkResponse) String added in v0.51.0

func (this *GetAccountAuditLogSinkResponse) String() string

func (*GetAccountAuditLogSinkResponse) Unmarshal added in v0.51.0

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

func (*GetAccountAuditLogSinkResponse) XXX_DiscardUnknown added in v0.51.0

func (m *GetAccountAuditLogSinkResponse) XXX_DiscardUnknown()

func (*GetAccountAuditLogSinkResponse) XXX_Marshal added in v0.51.0

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

func (*GetAccountAuditLogSinkResponse) XXX_Merge added in v0.51.0

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

func (*GetAccountAuditLogSinkResponse) XXX_Size added in v0.51.0

func (m *GetAccountAuditLogSinkResponse) XXX_Size() int

func (*GetAccountAuditLogSinkResponse) XXX_Unmarshal added in v0.51.0

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

type GetAccountAuditLogSinksRequest added in v0.51.0

type GetAccountAuditLogSinksRequest struct {
	// The requested size of the page to retrieve. Cannot exceed 1000.
	// Defaults to 100 if not specified.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
}

func (*GetAccountAuditLogSinksRequest) Descriptor added in v0.51.0

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

func (*GetAccountAuditLogSinksRequest) Equal added in v0.51.0

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

func (*GetAccountAuditLogSinksRequest) GetPageSize added in v0.51.0

func (m *GetAccountAuditLogSinksRequest) GetPageSize() int32

func (*GetAccountAuditLogSinksRequest) GetPageToken added in v0.51.0

func (m *GetAccountAuditLogSinksRequest) GetPageToken() string

func (*GetAccountAuditLogSinksRequest) GoString added in v0.51.0

func (this *GetAccountAuditLogSinksRequest) GoString() string

func (*GetAccountAuditLogSinksRequest) Marshal added in v0.51.0

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

func (*GetAccountAuditLogSinksRequest) MarshalTo added in v0.51.0

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

func (*GetAccountAuditLogSinksRequest) MarshalToSizedBuffer added in v0.51.0

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

func (*GetAccountAuditLogSinksRequest) ProtoMessage added in v0.51.0

func (*GetAccountAuditLogSinksRequest) ProtoMessage()

func (*GetAccountAuditLogSinksRequest) Reset added in v0.51.0

func (m *GetAccountAuditLogSinksRequest) Reset()

func (*GetAccountAuditLogSinksRequest) Size added in v0.51.0

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

func (*GetAccountAuditLogSinksRequest) String added in v0.51.0

func (this *GetAccountAuditLogSinksRequest) String() string

func (*GetAccountAuditLogSinksRequest) Unmarshal added in v0.51.0

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

func (*GetAccountAuditLogSinksRequest) XXX_DiscardUnknown added in v0.51.0

func (m *GetAccountAuditLogSinksRequest) XXX_DiscardUnknown()

func (*GetAccountAuditLogSinksRequest) XXX_Marshal added in v0.51.0

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

func (*GetAccountAuditLogSinksRequest) XXX_Merge added in v0.51.0

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

func (*GetAccountAuditLogSinksRequest) XXX_Size added in v0.51.0

func (m *GetAccountAuditLogSinksRequest) XXX_Size() int

func (*GetAccountAuditLogSinksRequest) XXX_Unmarshal added in v0.51.0

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

type GetAccountAuditLogSinksResponse added in v0.51.0

type GetAccountAuditLogSinksResponse struct {
	// The list of audit log sinks retrieved.
	Sinks []*v15.AuditLogSink `protobuf:"bytes,1,rep,name=sinks,proto3" json:"sinks,omitempty"`
	// The next page token, set if there is another page.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}

func (*GetAccountAuditLogSinksResponse) Descriptor added in v0.51.0

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

func (*GetAccountAuditLogSinksResponse) Equal added in v0.51.0

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

func (*GetAccountAuditLogSinksResponse) GetNextPageToken added in v0.51.0

func (m *GetAccountAuditLogSinksResponse) GetNextPageToken() string

func (*GetAccountAuditLogSinksResponse) GetSinks added in v0.51.0

func (*GetAccountAuditLogSinksResponse) GoString added in v0.51.0

func (this *GetAccountAuditLogSinksResponse) GoString() string

func (*GetAccountAuditLogSinksResponse) Marshal added in v0.51.0

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

func (*GetAccountAuditLogSinksResponse) MarshalTo added in v0.51.0

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

func (*GetAccountAuditLogSinksResponse) MarshalToSizedBuffer added in v0.51.0

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

func (*GetAccountAuditLogSinksResponse) ProtoMessage added in v0.51.0

func (*GetAccountAuditLogSinksResponse) ProtoMessage()

func (*GetAccountAuditLogSinksResponse) Reset added in v0.51.0

func (*GetAccountAuditLogSinksResponse) Size added in v0.51.0

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

func (*GetAccountAuditLogSinksResponse) String added in v0.51.0

func (this *GetAccountAuditLogSinksResponse) String() string

func (*GetAccountAuditLogSinksResponse) Unmarshal added in v0.51.0

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

func (*GetAccountAuditLogSinksResponse) XXX_DiscardUnknown added in v0.51.0

func (m *GetAccountAuditLogSinksResponse) XXX_DiscardUnknown()

func (*GetAccountAuditLogSinksResponse) XXX_Marshal added in v0.51.0

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

func (*GetAccountAuditLogSinksResponse) XXX_Merge added in v0.51.0

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

func (*GetAccountAuditLogSinksResponse) XXX_Size added in v0.51.0

func (m *GetAccountAuditLogSinksResponse) XXX_Size() int

func (*GetAccountAuditLogSinksResponse) XXX_Unmarshal added in v0.51.0

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

type GetAccountRequest

type GetAccountRequest struct {
}

func (*GetAccountRequest) Descriptor

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

func (*GetAccountRequest) Equal

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

func (*GetAccountRequest) GoString

func (this *GetAccountRequest) GoString() string

func (*GetAccountRequest) Marshal

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

func (*GetAccountRequest) MarshalTo

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

func (*GetAccountRequest) MarshalToSizedBuffer

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

func (*GetAccountRequest) ProtoMessage

func (*GetAccountRequest) ProtoMessage()

func (*GetAccountRequest) Reset

func (m *GetAccountRequest) Reset()

func (*GetAccountRequest) Size

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

func (*GetAccountRequest) String

func (this *GetAccountRequest) String() string

func (*GetAccountRequest) Unmarshal

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

func (*GetAccountRequest) XXX_DiscardUnknown

func (m *GetAccountRequest) XXX_DiscardUnknown()

func (*GetAccountRequest) XXX_Marshal

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

func (*GetAccountRequest) XXX_Merge

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

func (*GetAccountRequest) XXX_Size

func (m *GetAccountRequest) XXX_Size() int

func (*GetAccountRequest) XXX_Unmarshal

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

type GetAccountResponse

type GetAccountResponse struct {
	// The account.
	Account *v15.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
}

func (*GetAccountResponse) Descriptor

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

func (*GetAccountResponse) Equal

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

func (*GetAccountResponse) GetAccount

func (m *GetAccountResponse) GetAccount() *v15.Account

func (*GetAccountResponse) GoString

func (this *GetAccountResponse) GoString() string

func (*GetAccountResponse) Marshal

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

func (*GetAccountResponse) MarshalTo

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

func (*GetAccountResponse) MarshalToSizedBuffer

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

func (*GetAccountResponse) ProtoMessage

func (*GetAccountResponse) ProtoMessage()

func (*GetAccountResponse) Reset

func (m *GetAccountResponse) Reset()

func (*GetAccountResponse) Size

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

func (*GetAccountResponse) String

func (this *GetAccountResponse) String() string

func (*GetAccountResponse) Unmarshal

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

func (*GetAccountResponse) XXX_DiscardUnknown

func (m *GetAccountResponse) XXX_DiscardUnknown()

func (*GetAccountResponse) XXX_Marshal

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

func (*GetAccountResponse) XXX_Merge

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

func (*GetAccountResponse) XXX_Size

func (m *GetAccountResponse) XXX_Size() int

func (*GetAccountResponse) XXX_Unmarshal

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

type GetApiKeyRequest

type GetApiKeyRequest struct {
	// The id of the api key to get.
	KeyId string `protobuf:"bytes,1,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
}

func (*GetApiKeyRequest) Descriptor

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

func (*GetApiKeyRequest) Equal

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

func (*GetApiKeyRequest) GetKeyId

func (m *GetApiKeyRequest) GetKeyId() string

func (*GetApiKeyRequest) GoString

func (this *GetApiKeyRequest) GoString() string

func (*GetApiKeyRequest) Marshal

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

func (*GetApiKeyRequest) MarshalTo

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

func (*GetApiKeyRequest) MarshalToSizedBuffer

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

func (*GetApiKeyRequest) ProtoMessage

func (*GetApiKeyRequest) ProtoMessage()

func (*GetApiKeyRequest) Reset

func (m *GetApiKeyRequest) Reset()

func (*GetApiKeyRequest) Size

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

func (*GetApiKeyRequest) String

func (this *GetApiKeyRequest) String() string

func (*GetApiKeyRequest) Unmarshal

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

func (*GetApiKeyRequest) XXX_DiscardUnknown

func (m *GetApiKeyRequest) XXX_DiscardUnknown()

func (*GetApiKeyRequest) XXX_Marshal

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

func (*GetApiKeyRequest) XXX_Merge

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

func (*GetApiKeyRequest) XXX_Size

func (m *GetApiKeyRequest) XXX_Size() int

func (*GetApiKeyRequest) XXX_Unmarshal

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

type GetApiKeyResponse

type GetApiKeyResponse struct {
	// The api key.
	ApiKey *v1.ApiKey `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
}

func (*GetApiKeyResponse) Descriptor

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

func (*GetApiKeyResponse) Equal

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

func (*GetApiKeyResponse) GetApiKey

func (m *GetApiKeyResponse) GetApiKey() *v1.ApiKey

func (*GetApiKeyResponse) GoString

func (this *GetApiKeyResponse) GoString() string

func (*GetApiKeyResponse) Marshal

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

func (*GetApiKeyResponse) MarshalTo

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

func (*GetApiKeyResponse) MarshalToSizedBuffer

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

func (*GetApiKeyResponse) ProtoMessage

func (*GetApiKeyResponse) ProtoMessage()

func (*GetApiKeyResponse) Reset

func (m *GetApiKeyResponse) Reset()

func (*GetApiKeyResponse) Size

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

func (*GetApiKeyResponse) String

func (this *GetApiKeyResponse) String() string

func (*GetApiKeyResponse) Unmarshal

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

func (*GetApiKeyResponse) XXX_DiscardUnknown

func (m *GetApiKeyResponse) XXX_DiscardUnknown()

func (*GetApiKeyResponse) XXX_Marshal

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

func (*GetApiKeyResponse) XXX_Merge

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

func (*GetApiKeyResponse) XXX_Size

func (m *GetApiKeyResponse) XXX_Size() int

func (*GetApiKeyResponse) XXX_Unmarshal

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

type GetApiKeysRequest

type GetApiKeysRequest struct {
	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filter api keys by owner id - optional.
	OwnerId string `protobuf:"bytes,3,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	// Filter api keys by owner type - optional.
	// Possible values: user, service-account
	// temporal:versioning:max_version=v0.3.0
	OwnerTypeDeprecated string `protobuf:"bytes,4,opt,name=owner_type_deprecated,json=ownerTypeDeprecated,proto3" json:"owner_type_deprecated,omitempty"` // Deprecated: Do not use.
	// Filter api keys by owner type - optional.
	// temporal:enums:replaces=owner_type_deprecated
	OwnerType v1.OwnerType `` /* 135-byte string literal not displayed */
	// temporal:ui
	// Filter for entity status - optional.
	IncludeStates []v16.ResourceState `` /* 160-byte string literal not displayed */
	// temporal:ui
	// optional: filter for API keys which are enabled/disabled.
	Disabled *types.BoolValue `protobuf:"bytes,102,opt,name=disabled,proto3" json:"disabled,omitempty"`
	// temporal:ui
	// optional: filter API keys by namespace access.
	Namespace string `protobuf:"bytes,103,opt,name=namespace,proto3" json:"namespace,omitempty"`
}

func (*GetApiKeysRequest) Descriptor

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

func (*GetApiKeysRequest) Equal

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

func (*GetApiKeysRequest) GetDisabled added in v0.55.0

func (m *GetApiKeysRequest) GetDisabled() *types.BoolValue

func (*GetApiKeysRequest) GetIncludeStates added in v0.55.0

func (m *GetApiKeysRequest) GetIncludeStates() []v16.ResourceState

func (*GetApiKeysRequest) GetNamespace added in v0.55.0

func (m *GetApiKeysRequest) GetNamespace() string

func (*GetApiKeysRequest) GetOwnerId

func (m *GetApiKeysRequest) GetOwnerId() string

func (*GetApiKeysRequest) GetOwnerType

func (m *GetApiKeysRequest) GetOwnerType() v1.OwnerType

func (*GetApiKeysRequest) GetOwnerTypeDeprecated deprecated added in v0.34.0

func (m *GetApiKeysRequest) GetOwnerTypeDeprecated() string

Deprecated: Do not use.

func (*GetApiKeysRequest) GetPageSize

func (m *GetApiKeysRequest) GetPageSize() int32

func (*GetApiKeysRequest) GetPageToken

func (m *GetApiKeysRequest) GetPageToken() string

func (*GetApiKeysRequest) GoString

func (this *GetApiKeysRequest) GoString() string

func (*GetApiKeysRequest) Marshal

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

func (*GetApiKeysRequest) MarshalTo

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

func (*GetApiKeysRequest) MarshalToSizedBuffer

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

func (*GetApiKeysRequest) ProtoMessage

func (*GetApiKeysRequest) ProtoMessage()

func (*GetApiKeysRequest) Reset

func (m *GetApiKeysRequest) Reset()

func (*GetApiKeysRequest) Size

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

func (*GetApiKeysRequest) String

func (this *GetApiKeysRequest) String() string

func (*GetApiKeysRequest) Unmarshal

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

func (*GetApiKeysRequest) XXX_DiscardUnknown

func (m *GetApiKeysRequest) XXX_DiscardUnknown()

func (*GetApiKeysRequest) XXX_Marshal

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

func (*GetApiKeysRequest) XXX_Merge

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

func (*GetApiKeysRequest) XXX_Size

func (m *GetApiKeysRequest) XXX_Size() int

func (*GetApiKeysRequest) XXX_Unmarshal

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

type GetApiKeysResponse

type GetApiKeysResponse struct {
	// The list of api keys in ascending id order.
	ApiKeys []*v1.ApiKey `protobuf:"bytes,1,rep,name=api_keys,json=apiKeys,proto3" json:"api_keys,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 (*GetApiKeysResponse) Descriptor

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

func (*GetApiKeysResponse) Equal

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

func (*GetApiKeysResponse) GetApiKeys

func (m *GetApiKeysResponse) GetApiKeys() []*v1.ApiKey

func (*GetApiKeysResponse) GetNextPageToken

func (m *GetApiKeysResponse) GetNextPageToken() string

func (*GetApiKeysResponse) GoString

func (this *GetApiKeysResponse) GoString() string

func (*GetApiKeysResponse) Marshal

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

func (*GetApiKeysResponse) MarshalTo

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

func (*GetApiKeysResponse) MarshalToSizedBuffer

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

func (*GetApiKeysResponse) ProtoMessage

func (*GetApiKeysResponse) ProtoMessage()

func (*GetApiKeysResponse) Reset

func (m *GetApiKeysResponse) Reset()

func (*GetApiKeysResponse) Size

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

func (*GetApiKeysResponse) String

func (this *GetApiKeysResponse) String() string

func (*GetApiKeysResponse) Unmarshal

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

func (*GetApiKeysResponse) XXX_DiscardUnknown

func (m *GetApiKeysResponse) XXX_DiscardUnknown()

func (*GetApiKeysResponse) XXX_Marshal

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

func (*GetApiKeysResponse) XXX_Merge

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

func (*GetApiKeysResponse) XXX_Size

func (m *GetApiKeysResponse) XXX_Size() int

func (*GetApiKeysResponse) XXX_Unmarshal

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

type GetAsyncOperationRequest

type GetAsyncOperationRequest struct {
	// The id of the async operation to get
	AsyncOperationId string `protobuf:"bytes,1,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*GetAsyncOperationRequest) Descriptor

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

func (*GetAsyncOperationRequest) Equal

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

func (*GetAsyncOperationRequest) GetAsyncOperationId

func (m *GetAsyncOperationRequest) GetAsyncOperationId() string

func (*GetAsyncOperationRequest) GoString

func (this *GetAsyncOperationRequest) GoString() string

func (*GetAsyncOperationRequest) Marshal

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

func (*GetAsyncOperationRequest) MarshalTo

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

func (*GetAsyncOperationRequest) MarshalToSizedBuffer

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

func (*GetAsyncOperationRequest) ProtoMessage

func (*GetAsyncOperationRequest) ProtoMessage()

func (*GetAsyncOperationRequest) Reset

func (m *GetAsyncOperationRequest) Reset()

func (*GetAsyncOperationRequest) Size

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

func (*GetAsyncOperationRequest) String

func (this *GetAsyncOperationRequest) String() string

func (*GetAsyncOperationRequest) Unmarshal

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

func (*GetAsyncOperationRequest) XXX_DiscardUnknown

func (m *GetAsyncOperationRequest) XXX_DiscardUnknown()

func (*GetAsyncOperationRequest) XXX_Marshal

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

func (*GetAsyncOperationRequest) XXX_Merge

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

func (*GetAsyncOperationRequest) XXX_Size

func (m *GetAsyncOperationRequest) XXX_Size() int

func (*GetAsyncOperationRequest) XXX_Unmarshal

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

type GetAsyncOperationResponse

type GetAsyncOperationResponse struct {
	// The async operation
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*GetAsyncOperationResponse) Descriptor

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

func (*GetAsyncOperationResponse) Equal

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

func (*GetAsyncOperationResponse) GetAsyncOperation

func (m *GetAsyncOperationResponse) GetAsyncOperation() *v11.AsyncOperation

func (*GetAsyncOperationResponse) GoString

func (this *GetAsyncOperationResponse) GoString() string

func (*GetAsyncOperationResponse) Marshal

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

func (*GetAsyncOperationResponse) MarshalTo

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

func (*GetAsyncOperationResponse) MarshalToSizedBuffer

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

func (*GetAsyncOperationResponse) ProtoMessage

func (*GetAsyncOperationResponse) ProtoMessage()

func (*GetAsyncOperationResponse) Reset

func (m *GetAsyncOperationResponse) Reset()

func (*GetAsyncOperationResponse) Size

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

func (*GetAsyncOperationResponse) String

func (this *GetAsyncOperationResponse) String() string

func (*GetAsyncOperationResponse) Unmarshal

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

func (*GetAsyncOperationResponse) XXX_DiscardUnknown

func (m *GetAsyncOperationResponse) XXX_DiscardUnknown()

func (*GetAsyncOperationResponse) XXX_Marshal

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

func (*GetAsyncOperationResponse) XXX_Merge

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

func (*GetAsyncOperationResponse) XXX_Size

func (m *GetAsyncOperationResponse) XXX_Size() int

func (*GetAsyncOperationResponse) XXX_Unmarshal

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

type GetAuditLogsRequest added in v0.34.0

type GetAuditLogsRequest struct {
	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filter for UTC time >= (defaults to 30 days ago) - optional.
	StartTimeInclusive *types.Timestamp `protobuf:"bytes,3,opt,name=start_time_inclusive,json=startTimeInclusive,proto3" json:"start_time_inclusive,omitempty"`
	// Filter for UTC time < (defaults to current time) - optional.
	EndTimeExclusive *types.Timestamp `protobuf:"bytes,4,opt,name=end_time_exclusive,json=endTimeExclusive,proto3" json:"end_time_exclusive,omitempty"`
}

func (*GetAuditLogsRequest) Descriptor added in v0.34.0

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

func (*GetAuditLogsRequest) Equal added in v0.34.0

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

func (*GetAuditLogsRequest) GetEndTimeExclusive added in v0.34.0

func (m *GetAuditLogsRequest) GetEndTimeExclusive() *types.Timestamp

func (*GetAuditLogsRequest) GetPageSize added in v0.34.0

func (m *GetAuditLogsRequest) GetPageSize() int32

func (*GetAuditLogsRequest) GetPageToken added in v0.34.0

func (m *GetAuditLogsRequest) GetPageToken() string

func (*GetAuditLogsRequest) GetStartTimeInclusive added in v0.34.0

func (m *GetAuditLogsRequest) GetStartTimeInclusive() *types.Timestamp

func (*GetAuditLogsRequest) GoString added in v0.34.0

func (this *GetAuditLogsRequest) GoString() string

func (*GetAuditLogsRequest) Marshal added in v0.34.0

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

func (*GetAuditLogsRequest) MarshalTo added in v0.34.0

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

func (*GetAuditLogsRequest) MarshalToSizedBuffer added in v0.34.0

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

func (*GetAuditLogsRequest) ProtoMessage added in v0.34.0

func (*GetAuditLogsRequest) ProtoMessage()

func (*GetAuditLogsRequest) Reset added in v0.34.0

func (m *GetAuditLogsRequest) Reset()

func (*GetAuditLogsRequest) Size added in v0.34.0

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

func (*GetAuditLogsRequest) String added in v0.34.0

func (this *GetAuditLogsRequest) String() string

func (*GetAuditLogsRequest) Unmarshal added in v0.34.0

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

func (*GetAuditLogsRequest) XXX_DiscardUnknown added in v0.34.0

func (m *GetAuditLogsRequest) XXX_DiscardUnknown()

func (*GetAuditLogsRequest) XXX_Marshal added in v0.34.0

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

func (*GetAuditLogsRequest) XXX_Merge added in v0.34.0

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

func (*GetAuditLogsRequest) XXX_Size added in v0.34.0

func (m *GetAuditLogsRequest) XXX_Size() int

func (*GetAuditLogsRequest) XXX_Unmarshal added in v0.34.0

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

type GetAuditLogsResponse added in v0.34.0

type GetAuditLogsResponse struct {
	// The list of audit logs ordered by emit time, log_id
	Logs []*v17.LogRecord `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,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 (*GetAuditLogsResponse) Descriptor added in v0.34.0

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

func (*GetAuditLogsResponse) Equal added in v0.34.0

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

func (*GetAuditLogsResponse) GetLogs added in v0.34.0

func (m *GetAuditLogsResponse) GetLogs() []*v17.LogRecord

func (*GetAuditLogsResponse) GetNextPageToken added in v0.34.0

func (m *GetAuditLogsResponse) GetNextPageToken() string

func (*GetAuditLogsResponse) GoString added in v0.34.0

func (this *GetAuditLogsResponse) GoString() string

func (*GetAuditLogsResponse) Marshal added in v0.34.0

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

func (*GetAuditLogsResponse) MarshalTo added in v0.34.0

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

func (*GetAuditLogsResponse) MarshalToSizedBuffer added in v0.34.0

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

func (*GetAuditLogsResponse) ProtoMessage added in v0.34.0

func (*GetAuditLogsResponse) ProtoMessage()

func (*GetAuditLogsResponse) Reset added in v0.34.0

func (m *GetAuditLogsResponse) Reset()

func (*GetAuditLogsResponse) Size added in v0.34.0

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

func (*GetAuditLogsResponse) String added in v0.34.0

func (this *GetAuditLogsResponse) String() string

func (*GetAuditLogsResponse) Unmarshal added in v0.34.0

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

func (*GetAuditLogsResponse) XXX_DiscardUnknown added in v0.34.0

func (m *GetAuditLogsResponse) XXX_DiscardUnknown()

func (*GetAuditLogsResponse) XXX_Marshal added in v0.34.0

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

func (*GetAuditLogsResponse) XXX_Merge added in v0.34.0

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

func (*GetAuditLogsResponse) XXX_Size added in v0.34.0

func (m *GetAuditLogsResponse) XXX_Size() int

func (*GetAuditLogsResponse) XXX_Unmarshal added in v0.34.0

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

type GetBillingReportRequest added in v0.55.0

type GetBillingReportRequest struct {
	// The id of the billing report to retrieve.
	BillingReportId string `protobuf:"bytes,1,opt,name=billing_report_id,json=billingReportId,proto3" json:"billing_report_id,omitempty"`
}

temporal:dev

func (*GetBillingReportRequest) Descriptor added in v0.55.0

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

func (*GetBillingReportRequest) Equal added in v0.55.0

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

func (*GetBillingReportRequest) GetBillingReportId added in v0.55.0

func (m *GetBillingReportRequest) GetBillingReportId() string

func (*GetBillingReportRequest) GoString added in v0.55.0

func (this *GetBillingReportRequest) GoString() string

func (*GetBillingReportRequest) Marshal added in v0.55.0

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

func (*GetBillingReportRequest) MarshalTo added in v0.55.0

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

func (*GetBillingReportRequest) MarshalToSizedBuffer added in v0.55.0

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

func (*GetBillingReportRequest) ProtoMessage added in v0.55.0

func (*GetBillingReportRequest) ProtoMessage()

func (*GetBillingReportRequest) Reset added in v0.55.0

func (m *GetBillingReportRequest) Reset()

func (*GetBillingReportRequest) Size added in v0.55.0

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

func (*GetBillingReportRequest) String added in v0.55.0

func (this *GetBillingReportRequest) String() string

func (*GetBillingReportRequest) Unmarshal added in v0.55.0

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

func (*GetBillingReportRequest) XXX_DiscardUnknown added in v0.55.0

func (m *GetBillingReportRequest) XXX_DiscardUnknown()

func (*GetBillingReportRequest) XXX_Marshal added in v0.55.0

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

func (*GetBillingReportRequest) XXX_Merge added in v0.55.0

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

func (*GetBillingReportRequest) XXX_Size added in v0.55.0

func (m *GetBillingReportRequest) XXX_Size() int

func (*GetBillingReportRequest) XXX_Unmarshal added in v0.55.0

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

type GetBillingReportResponse added in v0.55.0

type GetBillingReportResponse struct {
	// The billing report retrieved.
	BillingReport *v111.BillingReport `protobuf:"bytes,1,opt,name=billing_report,json=billingReport,proto3" json:"billing_report,omitempty"`
}

temporal:dev

func (*GetBillingReportResponse) Descriptor added in v0.55.0

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

func (*GetBillingReportResponse) Equal added in v0.55.0

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

func (*GetBillingReportResponse) GetBillingReport added in v0.55.0

func (m *GetBillingReportResponse) GetBillingReport() *v111.BillingReport

func (*GetBillingReportResponse) GoString added in v0.55.0

func (this *GetBillingReportResponse) GoString() string

func (*GetBillingReportResponse) Marshal added in v0.55.0

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

func (*GetBillingReportResponse) MarshalTo added in v0.55.0

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

func (*GetBillingReportResponse) MarshalToSizedBuffer added in v0.55.0

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

func (*GetBillingReportResponse) ProtoMessage added in v0.55.0

func (*GetBillingReportResponse) ProtoMessage()

func (*GetBillingReportResponse) Reset added in v0.55.0

func (m *GetBillingReportResponse) Reset()

func (*GetBillingReportResponse) Size added in v0.55.0

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

func (*GetBillingReportResponse) String added in v0.55.0

func (this *GetBillingReportResponse) String() string

func (*GetBillingReportResponse) Unmarshal added in v0.55.0

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

func (*GetBillingReportResponse) XXX_DiscardUnknown added in v0.55.0

func (m *GetBillingReportResponse) XXX_DiscardUnknown()

func (*GetBillingReportResponse) XXX_Marshal added in v0.55.0

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

func (*GetBillingReportResponse) XXX_Merge added in v0.55.0

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

func (*GetBillingReportResponse) XXX_Size added in v0.55.0

func (m *GetBillingReportResponse) XXX_Size() int

func (*GetBillingReportResponse) XXX_Unmarshal added in v0.55.0

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

type GetConnectivityRuleRequest added in v0.41.0

type GetConnectivityRuleRequest struct {
	ConnectivityRuleId string `protobuf:"bytes,1,opt,name=connectivity_rule_id,json=connectivityRuleId,proto3" json:"connectivity_rule_id,omitempty"`
}

func (*GetConnectivityRuleRequest) Descriptor added in v0.41.0

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

func (*GetConnectivityRuleRequest) Equal added in v0.41.0

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

func (*GetConnectivityRuleRequest) GetConnectivityRuleId added in v0.41.0

func (m *GetConnectivityRuleRequest) GetConnectivityRuleId() string

func (*GetConnectivityRuleRequest) GoString added in v0.41.0

func (this *GetConnectivityRuleRequest) GoString() string

func (*GetConnectivityRuleRequest) Marshal added in v0.41.0

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

func (*GetConnectivityRuleRequest) MarshalTo added in v0.41.0

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

func (*GetConnectivityRuleRequest) MarshalToSizedBuffer added in v0.41.0

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

func (*GetConnectivityRuleRequest) ProtoMessage added in v0.41.0

func (*GetConnectivityRuleRequest) ProtoMessage()

func (*GetConnectivityRuleRequest) Reset added in v0.41.0

func (m *GetConnectivityRuleRequest) Reset()

func (*GetConnectivityRuleRequest) Size added in v0.41.0

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

func (*GetConnectivityRuleRequest) String added in v0.41.0

func (this *GetConnectivityRuleRequest) String() string

func (*GetConnectivityRuleRequest) Unmarshal added in v0.41.0

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

func (*GetConnectivityRuleRequest) XXX_DiscardUnknown added in v0.41.0

func (m *GetConnectivityRuleRequest) XXX_DiscardUnknown()

func (*GetConnectivityRuleRequest) XXX_Marshal added in v0.41.0

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

func (*GetConnectivityRuleRequest) XXX_Merge added in v0.41.0

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

func (*GetConnectivityRuleRequest) XXX_Size added in v0.41.0

func (m *GetConnectivityRuleRequest) XXX_Size() int

func (*GetConnectivityRuleRequest) XXX_Unmarshal added in v0.41.0

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

type GetConnectivityRuleResponse added in v0.41.0

type GetConnectivityRuleResponse struct {
	ConnectivityRule *v19.ConnectivityRule `protobuf:"bytes,1,opt,name=connectivity_rule,json=connectivityRule,proto3" json:"connectivity_rule,omitempty"`
}

func (*GetConnectivityRuleResponse) Descriptor added in v0.41.0

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

func (*GetConnectivityRuleResponse) Equal added in v0.41.0

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

func (*GetConnectivityRuleResponse) GetConnectivityRule added in v0.41.0

func (m *GetConnectivityRuleResponse) GetConnectivityRule() *v19.ConnectivityRule

func (*GetConnectivityRuleResponse) GoString added in v0.41.0

func (this *GetConnectivityRuleResponse) GoString() string

func (*GetConnectivityRuleResponse) Marshal added in v0.41.0

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

func (*GetConnectivityRuleResponse) MarshalTo added in v0.41.0

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

func (*GetConnectivityRuleResponse) MarshalToSizedBuffer added in v0.41.0

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

func (*GetConnectivityRuleResponse) ProtoMessage added in v0.41.0

func (*GetConnectivityRuleResponse) ProtoMessage()

func (*GetConnectivityRuleResponse) Reset added in v0.41.0

func (m *GetConnectivityRuleResponse) Reset()

func (*GetConnectivityRuleResponse) Size added in v0.41.0

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

func (*GetConnectivityRuleResponse) String added in v0.41.0

func (this *GetConnectivityRuleResponse) String() string

func (*GetConnectivityRuleResponse) Unmarshal added in v0.41.0

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

func (*GetConnectivityRuleResponse) XXX_DiscardUnknown added in v0.41.0

func (m *GetConnectivityRuleResponse) XXX_DiscardUnknown()

func (*GetConnectivityRuleResponse) XXX_Marshal added in v0.41.0

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

func (*GetConnectivityRuleResponse) XXX_Merge added in v0.41.0

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

func (*GetConnectivityRuleResponse) XXX_Size added in v0.41.0

func (m *GetConnectivityRuleResponse) XXX_Size() int

func (*GetConnectivityRuleResponse) XXX_Unmarshal added in v0.41.0

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

type GetConnectivityRulesRequest added in v0.41.0

type GetConnectivityRulesRequest struct {
	// The requested size of the page to retrieve.
	// Optional, defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response.
	// Optional, defaults to empty.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filter by namespace ID.
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Filter by project ID.
	// temporal:dev
	ProjectId string `protobuf:"bytes,4,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
}

func (*GetConnectivityRulesRequest) Descriptor added in v0.41.0

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

func (*GetConnectivityRulesRequest) Equal added in v0.41.0

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

func (*GetConnectivityRulesRequest) GetNamespace added in v0.43.0

func (m *GetConnectivityRulesRequest) GetNamespace() string

func (*GetConnectivityRulesRequest) GetPageSize added in v0.41.0

func (m *GetConnectivityRulesRequest) GetPageSize() int32

func (*GetConnectivityRulesRequest) GetPageToken added in v0.41.0

func (m *GetConnectivityRulesRequest) GetPageToken() string

func (*GetConnectivityRulesRequest) GetProjectId added in v0.55.0

func (m *GetConnectivityRulesRequest) GetProjectId() string

func (*GetConnectivityRulesRequest) GoString added in v0.41.0

func (this *GetConnectivityRulesRequest) GoString() string

func (*GetConnectivityRulesRequest) Marshal added in v0.41.0

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

func (*GetConnectivityRulesRequest) MarshalTo added in v0.41.0

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

func (*GetConnectivityRulesRequest) MarshalToSizedBuffer added in v0.41.0

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

func (*GetConnectivityRulesRequest) ProtoMessage added in v0.41.0

func (*GetConnectivityRulesRequest) ProtoMessage()

func (*GetConnectivityRulesRequest) Reset added in v0.41.0

func (m *GetConnectivityRulesRequest) Reset()

func (*GetConnectivityRulesRequest) Size added in v0.41.0

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

func (*GetConnectivityRulesRequest) String added in v0.41.0

func (this *GetConnectivityRulesRequest) String() string

func (*GetConnectivityRulesRequest) Unmarshal added in v0.41.0

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

func (*GetConnectivityRulesRequest) XXX_DiscardUnknown added in v0.41.0

func (m *GetConnectivityRulesRequest) XXX_DiscardUnknown()

func (*GetConnectivityRulesRequest) XXX_Marshal added in v0.41.0

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

func (*GetConnectivityRulesRequest) XXX_Merge added in v0.41.0

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

func (*GetConnectivityRulesRequest) XXX_Size added in v0.41.0

func (m *GetConnectivityRulesRequest) XXX_Size() int

func (*GetConnectivityRulesRequest) XXX_Unmarshal added in v0.41.0

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

type GetConnectivityRulesResponse added in v0.41.0

type GetConnectivityRulesResponse struct {
	// connectivity_rules returned
	ConnectivityRules []*v19.ConnectivityRule `protobuf:"bytes,1,rep,name=connectivity_rules,json=connectivityRules,proto3" json:"connectivity_rules,omitempty"`
	// The next page token
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}

func (*GetConnectivityRulesResponse) Descriptor added in v0.41.0

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

func (*GetConnectivityRulesResponse) Equal added in v0.41.0

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

func (*GetConnectivityRulesResponse) GetConnectivityRules added in v0.41.0

func (m *GetConnectivityRulesResponse) GetConnectivityRules() []*v19.ConnectivityRule

func (*GetConnectivityRulesResponse) GetNextPageToken added in v0.41.0

func (m *GetConnectivityRulesResponse) GetNextPageToken() string

func (*GetConnectivityRulesResponse) GoString added in v0.41.0

func (this *GetConnectivityRulesResponse) GoString() string

func (*GetConnectivityRulesResponse) Marshal added in v0.41.0

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

func (*GetConnectivityRulesResponse) MarshalTo added in v0.41.0

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

func (*GetConnectivityRulesResponse) MarshalToSizedBuffer added in v0.41.0

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

func (*GetConnectivityRulesResponse) ProtoMessage added in v0.41.0

func (*GetConnectivityRulesResponse) ProtoMessage()

func (*GetConnectivityRulesResponse) Reset added in v0.41.0

func (m *GetConnectivityRulesResponse) Reset()

func (*GetConnectivityRulesResponse) Size added in v0.41.0

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

func (*GetConnectivityRulesResponse) String added in v0.41.0

func (this *GetConnectivityRulesResponse) String() string

func (*GetConnectivityRulesResponse) Unmarshal added in v0.41.0

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

func (*GetConnectivityRulesResponse) XXX_DiscardUnknown added in v0.41.0

func (m *GetConnectivityRulesResponse) XXX_DiscardUnknown()

func (*GetConnectivityRulesResponse) XXX_Marshal added in v0.41.0

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

func (*GetConnectivityRulesResponse) XXX_Merge added in v0.41.0

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

func (*GetConnectivityRulesResponse) XXX_Size added in v0.41.0

func (m *GetConnectivityRulesResponse) XXX_Size() int

func (*GetConnectivityRulesResponse) XXX_Unmarshal added in v0.41.0

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

type GetCurrentIdentityRequest added in v0.55.0

type GetCurrentIdentityRequest struct {
}

func (*GetCurrentIdentityRequest) Descriptor added in v0.55.0

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

func (*GetCurrentIdentityRequest) Equal added in v0.55.0

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

func (*GetCurrentIdentityRequest) GoString added in v0.55.0

func (this *GetCurrentIdentityRequest) GoString() string

func (*GetCurrentIdentityRequest) Marshal added in v0.55.0

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

func (*GetCurrentIdentityRequest) MarshalTo added in v0.55.0

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

func (*GetCurrentIdentityRequest) MarshalToSizedBuffer added in v0.55.0

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

func (*GetCurrentIdentityRequest) ProtoMessage added in v0.55.0

func (*GetCurrentIdentityRequest) ProtoMessage()

func (*GetCurrentIdentityRequest) Reset added in v0.55.0

func (m *GetCurrentIdentityRequest) Reset()

func (*GetCurrentIdentityRequest) Size added in v0.55.0

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

func (*GetCurrentIdentityRequest) String added in v0.55.0

func (this *GetCurrentIdentityRequest) String() string

func (*GetCurrentIdentityRequest) Unmarshal added in v0.55.0

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

func (*GetCurrentIdentityRequest) XXX_DiscardUnknown added in v0.55.0

func (m *GetCurrentIdentityRequest) XXX_DiscardUnknown()

func (*GetCurrentIdentityRequest) XXX_Marshal added in v0.55.0

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

func (*GetCurrentIdentityRequest) XXX_Merge added in v0.55.0

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

func (*GetCurrentIdentityRequest) XXX_Size added in v0.55.0

func (m *GetCurrentIdentityRequest) XXX_Size() int

func (*GetCurrentIdentityRequest) XXX_Unmarshal added in v0.55.0

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

type GetCurrentIdentityResponse added in v0.55.0

type GetCurrentIdentityResponse struct {
	// The authenticated principal making the request
	//
	// Types that are valid to be assigned to Principal:
	//	*GetCurrentIdentityResponse_User
	//	*GetCurrentIdentityResponse_ServiceAccount
	Principal isGetCurrentIdentityResponse_Principal `protobuf_oneof:"principal"`
	// The API key info used to authenticate the request, if any
	PrincipalApiKey *v1.ApiKey `protobuf:"bytes,3,opt,name=principal_api_key,json=principalApiKey,proto3" json:"principal_api_key,omitempty"`
}

func (*GetCurrentIdentityResponse) Descriptor added in v0.55.0

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

func (*GetCurrentIdentityResponse) Equal added in v0.55.0

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

func (*GetCurrentIdentityResponse) GetPrincipal added in v0.55.0

func (m *GetCurrentIdentityResponse) GetPrincipal() isGetCurrentIdentityResponse_Principal

func (*GetCurrentIdentityResponse) GetPrincipalApiKey added in v0.55.0

func (m *GetCurrentIdentityResponse) GetPrincipalApiKey() *v1.ApiKey

func (*GetCurrentIdentityResponse) GetServiceAccount added in v0.55.0

func (m *GetCurrentIdentityResponse) GetServiceAccount() *v1.ServiceAccount

func (*GetCurrentIdentityResponse) GetUser added in v0.55.0

func (m *GetCurrentIdentityResponse) GetUser() *v1.User

func (*GetCurrentIdentityResponse) GoString added in v0.55.0

func (this *GetCurrentIdentityResponse) GoString() string

func (*GetCurrentIdentityResponse) Marshal added in v0.55.0

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

func (*GetCurrentIdentityResponse) MarshalTo added in v0.55.0

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

func (*GetCurrentIdentityResponse) MarshalToSizedBuffer added in v0.55.0

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

func (*GetCurrentIdentityResponse) ProtoMessage added in v0.55.0

func (*GetCurrentIdentityResponse) ProtoMessage()

func (*GetCurrentIdentityResponse) Reset added in v0.55.0

func (m *GetCurrentIdentityResponse) Reset()

func (*GetCurrentIdentityResponse) Size added in v0.55.0

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

func (*GetCurrentIdentityResponse) String added in v0.55.0

func (this *GetCurrentIdentityResponse) String() string

func (*GetCurrentIdentityResponse) Unmarshal added in v0.55.0

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

func (*GetCurrentIdentityResponse) XXX_DiscardUnknown added in v0.55.0

func (m *GetCurrentIdentityResponse) XXX_DiscardUnknown()

func (*GetCurrentIdentityResponse) XXX_Marshal added in v0.55.0

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

func (*GetCurrentIdentityResponse) XXX_Merge added in v0.55.0

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

func (*GetCurrentIdentityResponse) XXX_OneofWrappers added in v0.55.0

func (*GetCurrentIdentityResponse) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*GetCurrentIdentityResponse) XXX_Size added in v0.55.0

func (m *GetCurrentIdentityResponse) XXX_Size() int

func (*GetCurrentIdentityResponse) XXX_Unmarshal added in v0.55.0

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

type GetCurrentIdentityResponse_ServiceAccount added in v0.55.0

type GetCurrentIdentityResponse_ServiceAccount struct {
	ServiceAccount *v1.ServiceAccount `protobuf:"bytes,2,opt,name=service_account,json=serviceAccount,proto3,oneof" json:"service_account,omitempty"`
}

func (*GetCurrentIdentityResponse_ServiceAccount) Equal added in v0.55.0

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

func (*GetCurrentIdentityResponse_ServiceAccount) GoString added in v0.55.0

func (*GetCurrentIdentityResponse_ServiceAccount) MarshalTo added in v0.55.0

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

func (*GetCurrentIdentityResponse_ServiceAccount) MarshalToSizedBuffer added in v0.55.0

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

func (*GetCurrentIdentityResponse_ServiceAccount) Size added in v0.55.0

func (*GetCurrentIdentityResponse_ServiceAccount) String added in v0.55.0

type GetCurrentIdentityResponse_User added in v0.55.0

type GetCurrentIdentityResponse_User struct {
	User *v1.User `protobuf:"bytes,1,opt,name=user,proto3,oneof" json:"user,omitempty"`
}

func (*GetCurrentIdentityResponse_User) Equal added in v0.55.0

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

func (*GetCurrentIdentityResponse_User) GoString added in v0.55.0

func (this *GetCurrentIdentityResponse_User) GoString() string

func (*GetCurrentIdentityResponse_User) MarshalTo added in v0.55.0

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

func (*GetCurrentIdentityResponse_User) MarshalToSizedBuffer added in v0.55.0

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

func (*GetCurrentIdentityResponse_User) Size added in v0.55.0

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

func (*GetCurrentIdentityResponse_User) String added in v0.55.0

func (this *GetCurrentIdentityResponse_User) String() string

type GetCustomRoleRequest added in v0.55.0

type GetCustomRoleRequest struct {
	// The id of the custom role to get.
	RoleId string `protobuf:"bytes,1,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
}

temporal:dev

func (*GetCustomRoleRequest) Descriptor added in v0.55.0

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

func (*GetCustomRoleRequest) Equal added in v0.55.0

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

func (*GetCustomRoleRequest) GetRoleId added in v0.55.0

func (m *GetCustomRoleRequest) GetRoleId() string

func (*GetCustomRoleRequest) GoString added in v0.55.0

func (this *GetCustomRoleRequest) GoString() string

func (*GetCustomRoleRequest) Marshal added in v0.55.0

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

func (*GetCustomRoleRequest) MarshalTo added in v0.55.0

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

func (*GetCustomRoleRequest) MarshalToSizedBuffer added in v0.55.0

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

func (*GetCustomRoleRequest) ProtoMessage added in v0.55.0

func (*GetCustomRoleRequest) ProtoMessage()

func (*GetCustomRoleRequest) Reset added in v0.55.0

func (m *GetCustomRoleRequest) Reset()

func (*GetCustomRoleRequest) Size added in v0.55.0

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

func (*GetCustomRoleRequest) String added in v0.55.0

func (this *GetCustomRoleRequest) String() string

func (*GetCustomRoleRequest) Unmarshal added in v0.55.0

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

func (*GetCustomRoleRequest) XXX_DiscardUnknown added in v0.55.0

func (m *GetCustomRoleRequest) XXX_DiscardUnknown()

func (*GetCustomRoleRequest) XXX_Marshal added in v0.55.0

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

func (*GetCustomRoleRequest) XXX_Merge added in v0.55.0

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

func (*GetCustomRoleRequest) XXX_Size added in v0.55.0

func (m *GetCustomRoleRequest) XXX_Size() int

func (*GetCustomRoleRequest) XXX_Unmarshal added in v0.55.0

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

type GetCustomRoleResponse added in v0.55.0

type GetCustomRoleResponse struct {
	// The custom role.
	CustomRole *v1.CustomRole `protobuf:"bytes,1,opt,name=custom_role,json=customRole,proto3" json:"custom_role,omitempty"`
}

temporal:dev

func (*GetCustomRoleResponse) Descriptor added in v0.55.0

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

func (*GetCustomRoleResponse) Equal added in v0.55.0

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

func (*GetCustomRoleResponse) GetCustomRole added in v0.55.0

func (m *GetCustomRoleResponse) GetCustomRole() *v1.CustomRole

func (*GetCustomRoleResponse) GoString added in v0.55.0

func (this *GetCustomRoleResponse) GoString() string

func (*GetCustomRoleResponse) Marshal added in v0.55.0

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

func (*GetCustomRoleResponse) MarshalTo added in v0.55.0

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

func (*GetCustomRoleResponse) MarshalToSizedBuffer added in v0.55.0

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

func (*GetCustomRoleResponse) ProtoMessage added in v0.55.0

func (*GetCustomRoleResponse) ProtoMessage()

func (*GetCustomRoleResponse) Reset added in v0.55.0

func (m *GetCustomRoleResponse) Reset()

func (*GetCustomRoleResponse) Size added in v0.55.0

func (m *GetCustomRoleResponse) Size() (n int)

func (*GetCustomRoleResponse) String added in v0.55.0

func (this *GetCustomRoleResponse) String() string

func (*GetCustomRoleResponse) Unmarshal added in v0.55.0

func (m *GetCustomRoleResponse) Unmarshal(dAtA []byte) error

func (*GetCustomRoleResponse) XXX_DiscardUnknown added in v0.55.0

func (m *GetCustomRoleResponse) XXX_DiscardUnknown()

func (*GetCustomRoleResponse) XXX_Marshal added in v0.55.0

func (m *GetCustomRoleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCustomRoleResponse) XXX_Merge added in v0.55.0

func (m *GetCustomRoleResponse) XXX_Merge(src proto.Message)

func (*GetCustomRoleResponse) XXX_Size added in v0.55.0

func (m *GetCustomRoleResponse) XXX_Size() int

func (*GetCustomRoleResponse) XXX_Unmarshal added in v0.55.0

func (m *GetCustomRoleResponse) XXX_Unmarshal(b []byte) error

type GetCustomRolesRequest added in v0.55.0

type GetCustomRolesRequest struct {
	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
}

Custom Role messages temporal:dev

func (*GetCustomRolesRequest) Descriptor added in v0.55.0

func (*GetCustomRolesRequest) Descriptor() ([]byte, []int)

func (*GetCustomRolesRequest) Equal added in v0.55.0

func (this *GetCustomRolesRequest) Equal(that interface{}) bool

func (*GetCustomRolesRequest) GetPageSize added in v0.55.0

func (m *GetCustomRolesRequest) GetPageSize() int32

func (*GetCustomRolesRequest) GetPageToken added in v0.55.0

func (m *GetCustomRolesRequest) GetPageToken() string

func (*GetCustomRolesRequest) GoString added in v0.55.0

func (this *GetCustomRolesRequest) GoString() string

func (*GetCustomRolesRequest) Marshal added in v0.55.0

func (m *GetCustomRolesRequest) Marshal() (dAtA []byte, err error)

func (*GetCustomRolesRequest) MarshalTo added in v0.55.0

func (m *GetCustomRolesRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetCustomRolesRequest) MarshalToSizedBuffer added in v0.55.0

func (m *GetCustomRolesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetCustomRolesRequest) ProtoMessage added in v0.55.0

func (*GetCustomRolesRequest) ProtoMessage()

func (*GetCustomRolesRequest) Reset added in v0.55.0

func (m *GetCustomRolesRequest) Reset()

func (*GetCustomRolesRequest) Size added in v0.55.0

func (m *GetCustomRolesRequest) Size() (n int)

func (*GetCustomRolesRequest) String added in v0.55.0

func (this *GetCustomRolesRequest) String() string

func (*GetCustomRolesRequest) Unmarshal added in v0.55.0

func (m *GetCustomRolesRequest) Unmarshal(dAtA []byte) error

func (*GetCustomRolesRequest) XXX_DiscardUnknown added in v0.55.0

func (m *GetCustomRolesRequest) XXX_DiscardUnknown()

func (*GetCustomRolesRequest) XXX_Marshal added in v0.55.0

func (m *GetCustomRolesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCustomRolesRequest) XXX_Merge added in v0.55.0

func (m *GetCustomRolesRequest) XXX_Merge(src proto.Message)

func (*GetCustomRolesRequest) XXX_Size added in v0.55.0

func (m *GetCustomRolesRequest) XXX_Size() int

func (*GetCustomRolesRequest) XXX_Unmarshal added in v0.55.0

func (m *GetCustomRolesRequest) XXX_Unmarshal(b []byte) error

type GetCustomRolesResponse added in v0.55.0

type GetCustomRolesResponse struct {
	// The list of custom roles in ascending id order.
	CustomRoles []*v1.CustomRole `protobuf:"bytes,1,rep,name=custom_roles,json=customRoles,proto3" json:"custom_roles,omitempty"`
	// The next page's token.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}

temporal:dev

func (*GetCustomRolesResponse) Descriptor added in v0.55.0

func (*GetCustomRolesResponse) Descriptor() ([]byte, []int)

func (*GetCustomRolesResponse) Equal added in v0.55.0

func (this *GetCustomRolesResponse) Equal(that interface{}) bool

func (*GetCustomRolesResponse) GetCustomRoles added in v0.55.0

func (m *GetCustomRolesResponse) GetCustomRoles() []*v1.CustomRole

func (*GetCustomRolesResponse) GetNextPageToken added in v0.55.0

func (m *GetCustomRolesResponse) GetNextPageToken() string

func (*GetCustomRolesResponse) GoString added in v0.55.0

func (this *GetCustomRolesResponse) GoString() string

func (*GetCustomRolesResponse) Marshal added in v0.55.0

func (m *GetCustomRolesResponse) Marshal() (dAtA []byte, err error)

func (*GetCustomRolesResponse) MarshalTo added in v0.55.0

func (m *GetCustomRolesResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetCustomRolesResponse) MarshalToSizedBuffer added in v0.55.0

func (m *GetCustomRolesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetCustomRolesResponse) ProtoMessage added in v0.55.0

func (*GetCustomRolesResponse) ProtoMessage()

func (*GetCustomRolesResponse) Reset added in v0.55.0

func (m *GetCustomRolesResponse) Reset()

func (*GetCustomRolesResponse) Size added in v0.55.0

func (m *GetCustomRolesResponse) Size() (n int)

func (*GetCustomRolesResponse) String added in v0.55.0

func (this *GetCustomRolesResponse) String() string

func (*GetCustomRolesResponse) Unmarshal added in v0.55.0

func (m *GetCustomRolesResponse) Unmarshal(dAtA []byte) error

func (*GetCustomRolesResponse) XXX_DiscardUnknown added in v0.55.0

func (m *GetCustomRolesResponse) XXX_DiscardUnknown()

func (*GetCustomRolesResponse) XXX_Marshal added in v0.55.0

func (m *GetCustomRolesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCustomRolesResponse) XXX_Merge added in v0.55.0

func (m *GetCustomRolesResponse) XXX_Merge(src proto.Message)

func (*GetCustomRolesResponse) XXX_Size added in v0.55.0

func (m *GetCustomRolesResponse) XXX_Size() int

func (*GetCustomRolesResponse) XXX_Unmarshal added in v0.55.0

func (m *GetCustomRolesResponse) XXX_Unmarshal(b []byte) error

type GetMigrationRequest added in v0.38.0

type GetMigrationRequest struct {
	// The migration id.
	MigrationId string `protobuf:"bytes,1,opt,name=migration_id,json=migrationId,proto3" json:"migration_id,omitempty"`
}

temporal:dev

func (*GetMigrationRequest) Descriptor added in v0.38.0

func (*GetMigrationRequest) Descriptor() ([]byte, []int)

func (*GetMigrationRequest) Equal added in v0.38.0

func (this *GetMigrationRequest) Equal(that interface{}) bool

func (*GetMigrationRequest) GetMigrationId added in v0.38.0

func (m *GetMigrationRequest) GetMigrationId() string

func (*GetMigrationRequest) GoString added in v0.38.0

func (this *GetMigrationRequest) GoString() string

func (*GetMigrationRequest) Marshal added in v0.38.0

func (m *GetMigrationRequest) Marshal() (dAtA []byte, err error)

func (*GetMigrationRequest) MarshalTo added in v0.38.0

func (m *GetMigrationRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetMigrationRequest) MarshalToSizedBuffer added in v0.38.0

func (m *GetMigrationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetMigrationRequest) ProtoMessage added in v0.38.0

func (*GetMigrationRequest) ProtoMessage()

func (*GetMigrationRequest) Reset added in v0.38.0

func (m *GetMigrationRequest) Reset()

func (*GetMigrationRequest) Size added in v0.38.0

func (m *GetMigrationRequest) Size() (n int)

func (*GetMigrationRequest) String added in v0.38.0

func (this *GetMigrationRequest) String() string

func (*GetMigrationRequest) Unmarshal added in v0.38.0

func (m *GetMigrationRequest) Unmarshal(dAtA []byte) error

func (*GetMigrationRequest) XXX_DiscardUnknown added in v0.38.0

func (m *GetMigrationRequest) XXX_DiscardUnknown()

func (*GetMigrationRequest) XXX_Marshal added in v0.38.0

func (m *GetMigrationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMigrationRequest) XXX_Merge added in v0.38.0

func (m *GetMigrationRequest) XXX_Merge(src proto.Message)

func (*GetMigrationRequest) XXX_Size added in v0.38.0

func (m *GetMigrationRequest) XXX_Size() int

func (*GetMigrationRequest) XXX_Unmarshal added in v0.38.0

func (m *GetMigrationRequest) XXX_Unmarshal(b []byte) error

type GetMigrationResponse added in v0.38.0

type GetMigrationResponse struct {
	// The migration.
	Migration *v12.Migration `protobuf:"bytes,1,opt,name=migration,proto3" json:"migration,omitempty"`
}

temporal:dev

func (*GetMigrationResponse) Descriptor added in v0.38.0

func (*GetMigrationResponse) Descriptor() ([]byte, []int)

func (*GetMigrationResponse) Equal added in v0.38.0

func (this *GetMigrationResponse) Equal(that interface{}) bool

func (*GetMigrationResponse) GetMigration added in v0.38.0

func (m *GetMigrationResponse) GetMigration() *v12.Migration

func (*GetMigrationResponse) GoString added in v0.38.0

func (this *GetMigrationResponse) GoString() string

func (*GetMigrationResponse) Marshal added in v0.38.0

func (m *GetMigrationResponse) Marshal() (dAtA []byte, err error)

func (*GetMigrationResponse) MarshalTo added in v0.38.0

func (m *GetMigrationResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetMigrationResponse) MarshalToSizedBuffer added in v0.38.0

func (m *GetMigrationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetMigrationResponse) ProtoMessage added in v0.38.0

func (*GetMigrationResponse) ProtoMessage()

func (*GetMigrationResponse) Reset added in v0.38.0

func (m *GetMigrationResponse) Reset()

func (*GetMigrationResponse) Size added in v0.38.0

func (m *GetMigrationResponse) Size() (n int)

func (*GetMigrationResponse) String added in v0.38.0

func (this *GetMigrationResponse) String() string

func (*GetMigrationResponse) Unmarshal added in v0.38.0

func (m *GetMigrationResponse) Unmarshal(dAtA []byte) error

func (*GetMigrationResponse) XXX_DiscardUnknown added in v0.38.0

func (m *GetMigrationResponse) XXX_DiscardUnknown()

func (*GetMigrationResponse) XXX_Marshal added in v0.38.0

func (m *GetMigrationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMigrationResponse) XXX_Merge added in v0.38.0

func (m *GetMigrationResponse) XXX_Merge(src proto.Message)

func (*GetMigrationResponse) XXX_Size added in v0.38.0

func (m *GetMigrationResponse) XXX_Size() int

func (*GetMigrationResponse) XXX_Unmarshal added in v0.38.0

func (m *GetMigrationResponse) XXX_Unmarshal(b []byte) error

type GetMigrationsRequest added in v0.38.0

type GetMigrationsRequest struct {
	// The requested size of the page to retrieve.
	// Cannot exceed 1000.
	// Optional, defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response.
	// Optional, defaults to empty.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
}

temporal:dev

func (*GetMigrationsRequest) Descriptor added in v0.38.0

func (*GetMigrationsRequest) Descriptor() ([]byte, []int)

func (*GetMigrationsRequest) Equal added in v0.38.0

func (this *GetMigrationsRequest) Equal(that interface{}) bool

func (*GetMigrationsRequest) GetPageSize added in v0.38.0

func (m *GetMigrationsRequest) GetPageSize() int32

func (*GetMigrationsRequest) GetPageToken added in v0.38.0

func (m *GetMigrationsRequest) GetPageToken() string

func (*GetMigrationsRequest) GoString added in v0.38.0

func (this *GetMigrationsRequest) GoString() string

func (*GetMigrationsRequest) Marshal added in v0.38.0

func (m *GetMigrationsRequest) Marshal() (dAtA []byte, err error)

func (*GetMigrationsRequest) MarshalTo added in v0.38.0

func (m *GetMigrationsRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetMigrationsRequest) MarshalToSizedBuffer added in v0.38.0

func (m *GetMigrationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetMigrationsRequest) ProtoMessage added in v0.38.0

func (*GetMigrationsRequest) ProtoMessage()

func (*GetMigrationsRequest) Reset added in v0.38.0

func (m *GetMigrationsRequest) Reset()

func (*GetMigrationsRequest) Size added in v0.38.0

func (m *GetMigrationsRequest) Size() (n int)

func (*GetMigrationsRequest) String added in v0.38.0

func (this *GetMigrationsRequest) String() string

func (*GetMigrationsRequest) Unmarshal added in v0.38.0

func (m *GetMigrationsRequest) Unmarshal(dAtA []byte) error

func (*GetMigrationsRequest) XXX_DiscardUnknown added in v0.38.0

func (m *GetMigrationsRequest) XXX_DiscardUnknown()

func (*GetMigrationsRequest) XXX_Marshal added in v0.38.0

func (m *GetMigrationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMigrationsRequest) XXX_Merge added in v0.38.0

func (m *GetMigrationsRequest) XXX_Merge(src proto.Message)

func (*GetMigrationsRequest) XXX_Size added in v0.38.0

func (m *GetMigrationsRequest) XXX_Size() int

func (*GetMigrationsRequest) XXX_Unmarshal added in v0.38.0

func (m *GetMigrationsRequest) XXX_Unmarshal(b []byte) error

type GetMigrationsResponse added in v0.38.0

type GetMigrationsResponse struct {
	// The list of migrations.
	Migrations []*v12.Migration `protobuf:"bytes,1,rep,name=migrations,proto3" json:"migrations,omitempty"`
	// The next page's token.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}

temporal:dev

func (*GetMigrationsResponse) Descriptor added in v0.38.0

func (*GetMigrationsResponse) Descriptor() ([]byte, []int)

func (*GetMigrationsResponse) Equal added in v0.38.0

func (this *GetMigrationsResponse) Equal(that interface{}) bool

func (*GetMigrationsResponse) GetMigrations added in v0.38.0

func (m *GetMigrationsResponse) GetMigrations() []*v12.Migration

func (*GetMigrationsResponse) GetNextPageToken added in v0.38.0

func (m *GetMigrationsResponse) GetNextPageToken() string

func (*GetMigrationsResponse) GoString added in v0.38.0

func (this *GetMigrationsResponse) GoString() string

func (*GetMigrationsResponse) Marshal added in v0.38.0

func (m *GetMigrationsResponse) Marshal() (dAtA []byte, err error)

func (*GetMigrationsResponse) MarshalTo added in v0.38.0

func (m *GetMigrationsResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetMigrationsResponse) MarshalToSizedBuffer added in v0.38.0

func (m *GetMigrationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetMigrationsResponse) ProtoMessage added in v0.38.0

func (*GetMigrationsResponse) ProtoMessage()

func (*GetMigrationsResponse) Reset added in v0.38.0

func (m *GetMigrationsResponse) Reset()

func (*GetMigrationsResponse) Size added in v0.38.0

func (m *GetMigrationsResponse) Size() (n int)

func (*GetMigrationsResponse) String added in v0.38.0

func (this *GetMigrationsResponse) String() string

func (*GetMigrationsResponse) Unmarshal added in v0.38.0

func (m *GetMigrationsResponse) Unmarshal(dAtA []byte) error

func (*GetMigrationsResponse) XXX_DiscardUnknown added in v0.38.0

func (m *GetMigrationsResponse) XXX_DiscardUnknown()

func (*GetMigrationsResponse) XXX_Marshal added in v0.38.0

func (m *GetMigrationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetMigrationsResponse) XXX_Merge added in v0.38.0

func (m *GetMigrationsResponse) XXX_Merge(src proto.Message)

func (*GetMigrationsResponse) XXX_Size added in v0.38.0

func (m *GetMigrationsResponse) XXX_Size() int

func (*GetMigrationsResponse) XXX_Unmarshal added in v0.38.0

func (m *GetMigrationsResponse) XXX_Unmarshal(b []byte) error

type GetNamespaceCapacityInfoRequest added in v0.55.0

type GetNamespaceCapacityInfoRequest struct {
	// The namespace identifier.
	// Required.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
}

temporal:dev

func (*GetNamespaceCapacityInfoRequest) Descriptor added in v0.55.0

func (*GetNamespaceCapacityInfoRequest) Descriptor() ([]byte, []int)

func (*GetNamespaceCapacityInfoRequest) Equal added in v0.55.0

func (this *GetNamespaceCapacityInfoRequest) Equal(that interface{}) bool

func (*GetNamespaceCapacityInfoRequest) GetNamespace added in v0.55.0

func (m *GetNamespaceCapacityInfoRequest) GetNamespace() string

func (*GetNamespaceCapacityInfoRequest) GoString added in v0.55.0

func (this *GetNamespaceCapacityInfoRequest) GoString() string

func (*GetNamespaceCapacityInfoRequest) Marshal added in v0.55.0

func (m *GetNamespaceCapacityInfoRequest) Marshal() (dAtA []byte, err error)

func (*GetNamespaceCapacityInfoRequest) MarshalTo added in v0.55.0

func (m *GetNamespaceCapacityInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetNamespaceCapacityInfoRequest) MarshalToSizedBuffer added in v0.55.0

func (m *GetNamespaceCapacityInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetNamespaceCapacityInfoRequest) ProtoMessage added in v0.55.0

func (*GetNamespaceCapacityInfoRequest) ProtoMessage()

func (*GetNamespaceCapacityInfoRequest) Reset added in v0.55.0

func (*GetNamespaceCapacityInfoRequest) Size added in v0.55.0

func (m *GetNamespaceCapacityInfoRequest) Size() (n int)

func (*GetNamespaceCapacityInfoRequest) String added in v0.55.0

func (this *GetNamespaceCapacityInfoRequest) String() string

func (*GetNamespaceCapacityInfoRequest) Unmarshal added in v0.55.0

func (m *GetNamespaceCapacityInfoRequest) Unmarshal(dAtA []byte) error

func (*GetNamespaceCapacityInfoRequest) XXX_DiscardUnknown added in v0.55.0

func (m *GetNamespaceCapacityInfoRequest) XXX_DiscardUnknown()

func (*GetNamespaceCapacityInfoRequest) XXX_Marshal added in v0.55.0

func (m *GetNamespaceCapacityInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNamespaceCapacityInfoRequest) XXX_Merge added in v0.55.0

func (m *GetNamespaceCapacityInfoRequest) XXX_Merge(src proto.Message)

func (*GetNamespaceCapacityInfoRequest) XXX_Size added in v0.55.0

func (m *GetNamespaceCapacityInfoRequest) XXX_Size() int

func (*GetNamespaceCapacityInfoRequest) XXX_Unmarshal added in v0.55.0

func (m *GetNamespaceCapacityInfoRequest) XXX_Unmarshal(b []byte) error

type GetNamespaceCapacityInfoResponse added in v0.55.0

type GetNamespaceCapacityInfoResponse struct {
	// Capacity information for the namespace.
	CapacityInfo *v12.NamespaceCapacityInfo `protobuf:"bytes,1,opt,name=capacity_info,json=capacityInfo,proto3" json:"capacity_info,omitempty"`
}

temporal:dev

func (*GetNamespaceCapacityInfoResponse) Descriptor added in v0.55.0

func (*GetNamespaceCapacityInfoResponse) Descriptor() ([]byte, []int)

func (*GetNamespaceCapacityInfoResponse) Equal added in v0.55.0

func (this *GetNamespaceCapacityInfoResponse) Equal(that interface{}) bool

func (*GetNamespaceCapacityInfoResponse) GetCapacityInfo added in v0.55.0

func (*GetNamespaceCapacityInfoResponse) GoString added in v0.55.0

func (this *GetNamespaceCapacityInfoResponse) GoString() string

func (*GetNamespaceCapacityInfoResponse) Marshal added in v0.55.0

func (m *GetNamespaceCapacityInfoResponse) Marshal() (dAtA []byte, err error)

func (*GetNamespaceCapacityInfoResponse) MarshalTo added in v0.55.0

func (m *GetNamespaceCapacityInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetNamespaceCapacityInfoResponse) MarshalToSizedBuffer added in v0.55.0

func (m *GetNamespaceCapacityInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetNamespaceCapacityInfoResponse) ProtoMessage added in v0.55.0

func (*GetNamespaceCapacityInfoResponse) ProtoMessage()

func (*GetNamespaceCapacityInfoResponse) Reset added in v0.55.0

func (*GetNamespaceCapacityInfoResponse) Size added in v0.55.0

func (m *GetNamespaceCapacityInfoResponse) Size() (n int)

func (*GetNamespaceCapacityInfoResponse) String added in v0.55.0

func (*GetNamespaceCapacityInfoResponse) Unmarshal added in v0.55.0

func (m *GetNamespaceCapacityInfoResponse) Unmarshal(dAtA []byte) error

func (*GetNamespaceCapacityInfoResponse) XXX_DiscardUnknown added in v0.55.0

func (m *GetNamespaceCapacityInfoResponse) XXX_DiscardUnknown()

func (*GetNamespaceCapacityInfoResponse) XXX_Marshal added in v0.55.0

func (m *GetNamespaceCapacityInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNamespaceCapacityInfoResponse) XXX_Merge added in v0.55.0

func (*GetNamespaceCapacityInfoResponse) XXX_Size added in v0.55.0

func (m *GetNamespaceCapacityInfoResponse) XXX_Size() int

func (*GetNamespaceCapacityInfoResponse) XXX_Unmarshal added in v0.55.0

func (m *GetNamespaceCapacityInfoResponse) XXX_Unmarshal(b []byte) error

type GetNamespaceExportSinkRequest added in v0.34.0

type GetNamespaceExportSinkRequest struct {
	// The namespace to which the sink belongs.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The name of the sink to retrieve.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
}

func (*GetNamespaceExportSinkRequest) Descriptor added in v0.34.0

func (*GetNamespaceExportSinkRequest) Descriptor() ([]byte, []int)

func (*GetNamespaceExportSinkRequest) Equal added in v0.34.0

func (this *GetNamespaceExportSinkRequest) Equal(that interface{}) bool

func (*GetNamespaceExportSinkRequest) GetName added in v0.34.0

func (*GetNamespaceExportSinkRequest) GetNamespace added in v0.34.0

func (m *GetNamespaceExportSinkRequest) GetNamespace() string

func (*GetNamespaceExportSinkRequest) GoString added in v0.34.0

func (this *GetNamespaceExportSinkRequest) GoString() string

func (*GetNamespaceExportSinkRequest) Marshal added in v0.34.0

func (m *GetNamespaceExportSinkRequest) Marshal() (dAtA []byte, err error)

func (*GetNamespaceExportSinkRequest) MarshalTo added in v0.34.0

func (m *GetNamespaceExportSinkRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetNamespaceExportSinkRequest) MarshalToSizedBuffer added in v0.34.0

func (m *GetNamespaceExportSinkRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetNamespaceExportSinkRequest) ProtoMessage added in v0.34.0

func (*GetNamespaceExportSinkRequest) ProtoMessage()

func (*GetNamespaceExportSinkRequest) Reset added in v0.34.0

func (m *GetNamespaceExportSinkRequest) Reset()

func (*GetNamespaceExportSinkRequest) Size added in v0.34.0

func (m *GetNamespaceExportSinkRequest) Size() (n int)

func (*GetNamespaceExportSinkRequest) String added in v0.34.0

func (this *GetNamespaceExportSinkRequest) String() string

func (*GetNamespaceExportSinkRequest) Unmarshal added in v0.34.0

func (m *GetNamespaceExportSinkRequest) Unmarshal(dAtA []byte) error

func (*GetNamespaceExportSinkRequest) XXX_DiscardUnknown added in v0.34.0

func (m *GetNamespaceExportSinkRequest) XXX_DiscardUnknown()

func (*GetNamespaceExportSinkRequest) XXX_Marshal added in v0.34.0

func (m *GetNamespaceExportSinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNamespaceExportSinkRequest) XXX_Merge added in v0.34.0

func (m *GetNamespaceExportSinkRequest) XXX_Merge(src proto.Message)

func (*GetNamespaceExportSinkRequest) XXX_Size added in v0.34.0

func (m *GetNamespaceExportSinkRequest) XXX_Size() int

func (*GetNamespaceExportSinkRequest) XXX_Unmarshal added in v0.34.0

func (m *GetNamespaceExportSinkRequest) XXX_Unmarshal(b []byte) error

type GetNamespaceExportSinkResponse added in v0.34.0

type GetNamespaceExportSinkResponse struct {
	// The export sink retrieved.
	Sink *v12.ExportSink `protobuf:"bytes,1,opt,name=sink,proto3" json:"sink,omitempty"`
}

func (*GetNamespaceExportSinkResponse) Descriptor added in v0.34.0

func (*GetNamespaceExportSinkResponse) Descriptor() ([]byte, []int)

func (*GetNamespaceExportSinkResponse) Equal added in v0.34.0

func (this *GetNamespaceExportSinkResponse) Equal(that interface{}) bool

func (*GetNamespaceExportSinkResponse) GetSink added in v0.34.0

func (*GetNamespaceExportSinkResponse) GoString added in v0.34.0

func (this *GetNamespaceExportSinkResponse) GoString() string

func (*GetNamespaceExportSinkResponse) Marshal added in v0.34.0

func (m *GetNamespaceExportSinkResponse) Marshal() (dAtA []byte, err error)

func (*GetNamespaceExportSinkResponse) MarshalTo added in v0.34.0

func (m *GetNamespaceExportSinkResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetNamespaceExportSinkResponse) MarshalToSizedBuffer added in v0.34.0

func (m *GetNamespaceExportSinkResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetNamespaceExportSinkResponse) ProtoMessage added in v0.34.0

func (*GetNamespaceExportSinkResponse) ProtoMessage()

func (*GetNamespaceExportSinkResponse) Reset added in v0.34.0

func (m *GetNamespaceExportSinkResponse) Reset()

func (*GetNamespaceExportSinkResponse) Size added in v0.34.0

func (m *GetNamespaceExportSinkResponse) Size() (n int)

func (*GetNamespaceExportSinkResponse) String added in v0.34.0

func (this *GetNamespaceExportSinkResponse) String() string

func (*GetNamespaceExportSinkResponse) Unmarshal added in v0.34.0

func (m *GetNamespaceExportSinkResponse) Unmarshal(dAtA []byte) error

func (*GetNamespaceExportSinkResponse) XXX_DiscardUnknown added in v0.34.0

func (m *GetNamespaceExportSinkResponse) XXX_DiscardUnknown()

func (*GetNamespaceExportSinkResponse) XXX_Marshal added in v0.34.0

func (m *GetNamespaceExportSinkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNamespaceExportSinkResponse) XXX_Merge added in v0.34.0

func (m *GetNamespaceExportSinkResponse) XXX_Merge(src proto.Message)

func (*GetNamespaceExportSinkResponse) XXX_Size added in v0.34.0

func (m *GetNamespaceExportSinkResponse) XXX_Size() int

func (*GetNamespaceExportSinkResponse) XXX_Unmarshal added in v0.34.0

func (m *GetNamespaceExportSinkResponse) XXX_Unmarshal(b []byte) error

type GetNamespaceExportSinksRequest added in v0.34.0

type GetNamespaceExportSinksRequest struct {
	// The namespace to which the sinks belong.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The requested size of the page to retrieve. Cannot exceed 1000.
	// Defaults to 100 if not specified.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
}

func (*GetNamespaceExportSinksRequest) Descriptor added in v0.34.0

func (*GetNamespaceExportSinksRequest) Descriptor() ([]byte, []int)

func (*GetNamespaceExportSinksRequest) Equal added in v0.34.0

func (this *GetNamespaceExportSinksRequest) Equal(that interface{}) bool

func (*GetNamespaceExportSinksRequest) GetNamespace added in v0.34.0

func (m *GetNamespaceExportSinksRequest) GetNamespace() string

func (*GetNamespaceExportSinksRequest) GetPageSize added in v0.34.0

func (m *GetNamespaceExportSinksRequest) GetPageSize() int32

func (*GetNamespaceExportSinksRequest) GetPageToken added in v0.34.0

func (m *GetNamespaceExportSinksRequest) GetPageToken() string

func (*GetNamespaceExportSinksRequest) GoString added in v0.34.0

func (this *GetNamespaceExportSinksRequest) GoString() string

func (*GetNamespaceExportSinksRequest) Marshal added in v0.34.0

func (m *GetNamespaceExportSinksRequest) Marshal() (dAtA []byte, err error)

func (*GetNamespaceExportSinksRequest) MarshalTo added in v0.34.0

func (m *GetNamespaceExportSinksRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetNamespaceExportSinksRequest) MarshalToSizedBuffer added in v0.34.0

func (m *GetNamespaceExportSinksRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetNamespaceExportSinksRequest) ProtoMessage added in v0.34.0

func (*GetNamespaceExportSinksRequest) ProtoMessage()

func (*GetNamespaceExportSinksRequest) Reset added in v0.34.0

func (m *GetNamespaceExportSinksRequest) Reset()

func (*GetNamespaceExportSinksRequest) Size added in v0.34.0

func (m *GetNamespaceExportSinksRequest) Size() (n int)

func (*GetNamespaceExportSinksRequest) String added in v0.34.0

func (this *GetNamespaceExportSinksRequest) String() string

func (*GetNamespaceExportSinksRequest) Unmarshal added in v0.34.0

func (m *GetNamespaceExportSinksRequest) Unmarshal(dAtA []byte) error

func (*GetNamespaceExportSinksRequest) XXX_DiscardUnknown added in v0.34.0

func (m *GetNamespaceExportSinksRequest) XXX_DiscardUnknown()

func (*GetNamespaceExportSinksRequest) XXX_Marshal added in v0.34.0

func (m *GetNamespaceExportSinksRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNamespaceExportSinksRequest) XXX_Merge added in v0.34.0

func (m *GetNamespaceExportSinksRequest) XXX_Merge(src proto.Message)

func (*GetNamespaceExportSinksRequest) XXX_Size added in v0.34.0

func (m *GetNamespaceExportSinksRequest) XXX_Size() int

func (*GetNamespaceExportSinksRequest) XXX_Unmarshal added in v0.34.0

func (m *GetNamespaceExportSinksRequest) XXX_Unmarshal(b []byte) error

type GetNamespaceExportSinksResponse added in v0.34.0

type GetNamespaceExportSinksResponse struct {
	// The list of export sinks retrieved.
	Sinks []*v12.ExportSink `protobuf:"bytes,1,rep,name=sinks,proto3" json:"sinks,omitempty"`
	// The next page token, set if there is another page.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}

func (*GetNamespaceExportSinksResponse) Descriptor added in v0.34.0

func (*GetNamespaceExportSinksResponse) Descriptor() ([]byte, []int)

func (*GetNamespaceExportSinksResponse) Equal added in v0.34.0

func (this *GetNamespaceExportSinksResponse) Equal(that interface{}) bool

func (*GetNamespaceExportSinksResponse) GetNextPageToken added in v0.34.0

func (m *GetNamespaceExportSinksResponse) GetNextPageToken() string

func (*GetNamespaceExportSinksResponse) GetSinks added in v0.34.0

func (*GetNamespaceExportSinksResponse) GoString added in v0.34.0

func (this *GetNamespaceExportSinksResponse) GoString() string

func (*GetNamespaceExportSinksResponse) Marshal added in v0.34.0

func (m *GetNamespaceExportSinksResponse) Marshal() (dAtA []byte, err error)

func (*GetNamespaceExportSinksResponse) MarshalTo added in v0.34.0

func (m *GetNamespaceExportSinksResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetNamespaceExportSinksResponse) MarshalToSizedBuffer added in v0.34.0

func (m *GetNamespaceExportSinksResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetNamespaceExportSinksResponse) ProtoMessage added in v0.34.0

func (*GetNamespaceExportSinksResponse) ProtoMessage()

func (*GetNamespaceExportSinksResponse) Reset added in v0.34.0

func (*GetNamespaceExportSinksResponse) Size added in v0.34.0

func (m *GetNamespaceExportSinksResponse) Size() (n int)

func (*GetNamespaceExportSinksResponse) String added in v0.34.0

func (this *GetNamespaceExportSinksResponse) String() string

func (*GetNamespaceExportSinksResponse) Unmarshal added in v0.34.0

func (m *GetNamespaceExportSinksResponse) Unmarshal(dAtA []byte) error

func (*GetNamespaceExportSinksResponse) XXX_DiscardUnknown added in v0.34.0

func (m *GetNamespaceExportSinksResponse) XXX_DiscardUnknown()

func (*GetNamespaceExportSinksResponse) XXX_Marshal added in v0.34.0

func (m *GetNamespaceExportSinksResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNamespaceExportSinksResponse) XXX_Merge added in v0.34.0

func (m *GetNamespaceExportSinksResponse) XXX_Merge(src proto.Message)

func (*GetNamespaceExportSinksResponse) XXX_Size added in v0.34.0

func (m *GetNamespaceExportSinksResponse) XXX_Size() int

func (*GetNamespaceExportSinksResponse) XXX_Unmarshal added in v0.34.0

func (m *GetNamespaceExportSinksResponse) XXX_Unmarshal(b []byte) error

type GetNamespaceIDsRequest added in v0.44.0

type GetNamespaceIDsRequest struct {
	// The requested size of the page to retrieve.
	// Cannot exceed 1000.
	// Optional, defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response.
	// Optional, defaults to empty.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// temporal:dev
	ProjectId string `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
}

temporal:ui

func (*GetNamespaceIDsRequest) Descriptor added in v0.44.0

func (*GetNamespaceIDsRequest) Descriptor() ([]byte, []int)

func (*GetNamespaceIDsRequest) Equal added in v0.44.0

func (this *GetNamespaceIDsRequest) Equal(that interface{}) bool

func (*GetNamespaceIDsRequest) GetPageSize added in v0.44.0

func (m *GetNamespaceIDsRequest) GetPageSize() int32

func (*GetNamespaceIDsRequest) GetPageToken added in v0.44.0

func (m *GetNamespaceIDsRequest) GetPageToken() string

func (*GetNamespaceIDsRequest) GetProjectId added in v0.55.0

func (m *GetNamespaceIDsRequest) GetProjectId() string

func (*GetNamespaceIDsRequest) GoString added in v0.44.0

func (this *GetNamespaceIDsRequest) GoString() string

func (*GetNamespaceIDsRequest) Marshal added in v0.44.0

func (m *GetNamespaceIDsRequest) Marshal() (dAtA []byte, err error)

func (*GetNamespaceIDsRequest) MarshalTo added in v0.44.0

func (m *GetNamespaceIDsRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetNamespaceIDsRequest) MarshalToSizedBuffer added in v0.44.0

func (m *GetNamespaceIDsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetNamespaceIDsRequest) ProtoMessage added in v0.44.0

func (*GetNamespaceIDsRequest) ProtoMessage()

func (*GetNamespaceIDsRequest) Reset added in v0.44.0

func (m *GetNamespaceIDsRequest) Reset()

func (*GetNamespaceIDsRequest) Size added in v0.44.0

func (m *GetNamespaceIDsRequest) Size() (n int)

func (*GetNamespaceIDsRequest) String added in v0.44.0

func (this *GetNamespaceIDsRequest) String() string

func (*GetNamespaceIDsRequest) Unmarshal added in v0.44.0

func (m *GetNamespaceIDsRequest) Unmarshal(dAtA []byte) error

func (*GetNamespaceIDsRequest) XXX_DiscardUnknown added in v0.44.0

func (m *GetNamespaceIDsRequest) XXX_DiscardUnknown()

func (*GetNamespaceIDsRequest) XXX_Marshal added in v0.44.0

func (m *GetNamespaceIDsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNamespaceIDsRequest) XXX_Merge added in v0.44.0

func (m *GetNamespaceIDsRequest) XXX_Merge(src proto.Message)

func (*GetNamespaceIDsRequest) XXX_Size added in v0.44.0

func (m *GetNamespaceIDsRequest) XXX_Size() int

func (*GetNamespaceIDsRequest) XXX_Unmarshal added in v0.44.0

func (m *GetNamespaceIDsRequest) XXX_Unmarshal(b []byte) error

type GetNamespaceIDsResponse added in v0.44.0

type GetNamespaceIDsResponse struct {
	// The list of namespaces in ascending name order.
	NamespaceIds []string `protobuf:"bytes,1,rep,name=namespace_ids,json=namespaceIds,proto3" json:"namespace_ids,omitempty"`
	// The next page's token.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}

temporal:ui

func (*GetNamespaceIDsResponse) Descriptor added in v0.44.0

func (*GetNamespaceIDsResponse) Descriptor() ([]byte, []int)

func (*GetNamespaceIDsResponse) Equal added in v0.44.0

func (this *GetNamespaceIDsResponse) Equal(that interface{}) bool

func (*GetNamespaceIDsResponse) GetNamespaceIds added in v0.44.0

func (m *GetNamespaceIDsResponse) GetNamespaceIds() []string

func (*GetNamespaceIDsResponse) GetNextPageToken added in v0.44.0

func (m *GetNamespaceIDsResponse) GetNextPageToken() string

func (*GetNamespaceIDsResponse) GoString added in v0.44.0

func (this *GetNamespaceIDsResponse) GoString() string

func (*GetNamespaceIDsResponse) Marshal added in v0.44.0

func (m *GetNamespaceIDsResponse) Marshal() (dAtA []byte, err error)

func (*GetNamespaceIDsResponse) MarshalTo added in v0.44.0

func (m *GetNamespaceIDsResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetNamespaceIDsResponse) MarshalToSizedBuffer added in v0.44.0

func (m *GetNamespaceIDsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetNamespaceIDsResponse) ProtoMessage added in v0.44.0

func (*GetNamespaceIDsResponse) ProtoMessage()

func (*GetNamespaceIDsResponse) Reset added in v0.44.0

func (m *GetNamespaceIDsResponse) Reset()

func (*GetNamespaceIDsResponse) Size added in v0.44.0

func (m *GetNamespaceIDsResponse) Size() (n int)

func (*GetNamespaceIDsResponse) String added in v0.44.0

func (this *GetNamespaceIDsResponse) String() string

func (*GetNamespaceIDsResponse) Unmarshal added in v0.44.0

func (m *GetNamespaceIDsResponse) Unmarshal(dAtA []byte) error

func (*GetNamespaceIDsResponse) XXX_DiscardUnknown added in v0.44.0

func (m *GetNamespaceIDsResponse) XXX_DiscardUnknown()

func (*GetNamespaceIDsResponse) XXX_Marshal added in v0.44.0

func (m *GetNamespaceIDsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNamespaceIDsResponse) XXX_Merge added in v0.44.0

func (m *GetNamespaceIDsResponse) XXX_Merge(src proto.Message)

func (*GetNamespaceIDsResponse) XXX_Size added in v0.44.0

func (m *GetNamespaceIDsResponse) XXX_Size() int

func (*GetNamespaceIDsResponse) XXX_Unmarshal added in v0.44.0

func (m *GetNamespaceIDsResponse) XXX_Unmarshal(b []byte) error

type GetNamespaceRequest

type GetNamespaceRequest struct {
	// The namespace to get.
	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 *v12.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() *v12.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 retrieve.
	// Cannot exceed 1000.
	// Optional, defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response.
	// Optional, defaults to empty.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filter namespaces by their name.
	// Optional, defaults to empty.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// temporal:dev
	ProjectId string `protobuf:"bytes,4,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
}

func (*GetNamespacesRequest) Descriptor

func (*GetNamespacesRequest) Descriptor() ([]byte, []int)

func (*GetNamespacesRequest) Equal

func (this *GetNamespacesRequest) Equal(that interface{}) bool

func (*GetNamespacesRequest) GetName

func (m *GetNamespacesRequest) GetName() string

func (*GetNamespacesRequest) GetPageSize

func (m *GetNamespacesRequest) GetPageSize() int32

func (*GetNamespacesRequest) GetPageToken

func (m *GetNamespacesRequest) GetPageToken() string

func (*GetNamespacesRequest) GetProjectId added in v0.55.0

func (m *GetNamespacesRequest) GetProjectId() 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 in ascending name order.
	Namespaces []*v12.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() []*v12.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 GetNexusEndpointRequest

type GetNexusEndpointRequest struct {
	// The id of the nexus endpoint to get.
	EndpointId string `protobuf:"bytes,1,opt,name=endpoint_id,json=endpointId,proto3" json:"endpoint_id,omitempty"`
}

func (*GetNexusEndpointRequest) Descriptor

func (*GetNexusEndpointRequest) Descriptor() ([]byte, []int)

func (*GetNexusEndpointRequest) Equal

func (this *GetNexusEndpointRequest) Equal(that interface{}) bool

func (*GetNexusEndpointRequest) GetEndpointId

func (m *GetNexusEndpointRequest) GetEndpointId() string

func (*GetNexusEndpointRequest) GoString

func (this *GetNexusEndpointRequest) GoString() string

func (*GetNexusEndpointRequest) Marshal

func (m *GetNexusEndpointRequest) Marshal() (dAtA []byte, err error)

func (*GetNexusEndpointRequest) MarshalTo

func (m *GetNexusEndpointRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetNexusEndpointRequest) MarshalToSizedBuffer

func (m *GetNexusEndpointRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetNexusEndpointRequest) ProtoMessage

func (*GetNexusEndpointRequest) ProtoMessage()

func (*GetNexusEndpointRequest) Reset

func (m *GetNexusEndpointRequest) Reset()

func (*GetNexusEndpointRequest) Size

func (m *GetNexusEndpointRequest) Size() (n int)

func (*GetNexusEndpointRequest) String

func (this *GetNexusEndpointRequest) String() string

func (*GetNexusEndpointRequest) Unmarshal

func (m *GetNexusEndpointRequest) Unmarshal(dAtA []byte) error

func (*GetNexusEndpointRequest) XXX_DiscardUnknown

func (m *GetNexusEndpointRequest) XXX_DiscardUnknown()

func (*GetNexusEndpointRequest) XXX_Marshal

func (m *GetNexusEndpointRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNexusEndpointRequest) XXX_Merge

func (m *GetNexusEndpointRequest) XXX_Merge(src proto.Message)

func (*GetNexusEndpointRequest) XXX_Size

func (m *GetNexusEndpointRequest) XXX_Size() int

func (*GetNexusEndpointRequest) XXX_Unmarshal

func (m *GetNexusEndpointRequest) XXX_Unmarshal(b []byte) error

type GetNexusEndpointResponse

type GetNexusEndpointResponse struct {
	// The nexus endpoint.
	Endpoint *v14.Endpoint `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
}

func (*GetNexusEndpointResponse) Descriptor

func (*GetNexusEndpointResponse) Descriptor() ([]byte, []int)

func (*GetNexusEndpointResponse) Equal

func (this *GetNexusEndpointResponse) Equal(that interface{}) bool

func (*GetNexusEndpointResponse) GetEndpoint

func (m *GetNexusEndpointResponse) GetEndpoint() *v14.Endpoint

func (*GetNexusEndpointResponse) GoString

func (this *GetNexusEndpointResponse) GoString() string

func (*GetNexusEndpointResponse) Marshal

func (m *GetNexusEndpointResponse) Marshal() (dAtA []byte, err error)

func (*GetNexusEndpointResponse) MarshalTo

func (m *GetNexusEndpointResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetNexusEndpointResponse) MarshalToSizedBuffer

func (m *GetNexusEndpointResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetNexusEndpointResponse) ProtoMessage

func (*GetNexusEndpointResponse) ProtoMessage()

func (*GetNexusEndpointResponse) Reset

func (m *GetNexusEndpointResponse) Reset()

func (*GetNexusEndpointResponse) Size

func (m *GetNexusEndpointResponse) Size() (n int)

func (*GetNexusEndpointResponse) String

func (this *GetNexusEndpointResponse) String() string

func (*GetNexusEndpointResponse) Unmarshal

func (m *GetNexusEndpointResponse) Unmarshal(dAtA []byte) error

func (*GetNexusEndpointResponse) XXX_DiscardUnknown

func (m *GetNexusEndpointResponse) XXX_DiscardUnknown()

func (*GetNexusEndpointResponse) XXX_Marshal

func (m *GetNexusEndpointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNexusEndpointResponse) XXX_Merge

func (m *GetNexusEndpointResponse) XXX_Merge(src proto.Message)

func (*GetNexusEndpointResponse) XXX_Size

func (m *GetNexusEndpointResponse) XXX_Size() int

func (*GetNexusEndpointResponse) XXX_Unmarshal

func (m *GetNexusEndpointResponse) XXX_Unmarshal(b []byte) error

type GetNexusEndpointsRequest

type GetNexusEndpointsRequest struct {
	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// optional, treated as an AND if specified
	TargetNamespaceId string `protobuf:"bytes,3,opt,name=target_namespace_id,json=targetNamespaceId,proto3" json:"target_namespace_id,omitempty"`
	// optional, treated as an AND if specified
	TargetTaskQueue string `protobuf:"bytes,4,opt,name=target_task_queue,json=targetTaskQueue,proto3" json:"target_task_queue,omitempty"`
	// Filter endpoints by their name - optional, treated as an AND if specified. Specifying this will result in zero or one results.
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// temporal:dev
	ProjectId string `protobuf:"bytes,6,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
}

func (*GetNexusEndpointsRequest) Descriptor

func (*GetNexusEndpointsRequest) Descriptor() ([]byte, []int)

func (*GetNexusEndpointsRequest) Equal

func (this *GetNexusEndpointsRequest) Equal(that interface{}) bool

func (*GetNexusEndpointsRequest) GetName

func (m *GetNexusEndpointsRequest) GetName() string

func (*GetNexusEndpointsRequest) GetPageSize

func (m *GetNexusEndpointsRequest) GetPageSize() int32

func (*GetNexusEndpointsRequest) GetPageToken

func (m *GetNexusEndpointsRequest) GetPageToken() string

func (*GetNexusEndpointsRequest) GetProjectId added in v0.51.0

func (m *GetNexusEndpointsRequest) GetProjectId() string

func (*GetNexusEndpointsRequest) GetTargetNamespaceId

func (m *GetNexusEndpointsRequest) GetTargetNamespaceId() string

func (*GetNexusEndpointsRequest) GetTargetTaskQueue

func (m *GetNexusEndpointsRequest) GetTargetTaskQueue() string

func (*GetNexusEndpointsRequest) GoString

func (this *GetNexusEndpointsRequest) GoString() string

func (*GetNexusEndpointsRequest) Marshal

func (m *GetNexusEndpointsRequest) Marshal() (dAtA []byte, err error)

func (*GetNexusEndpointsRequest) MarshalTo

func (m *GetNexusEndpointsRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetNexusEndpointsRequest) MarshalToSizedBuffer

func (m *GetNexusEndpointsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetNexusEndpointsRequest) ProtoMessage

func (*GetNexusEndpointsRequest) ProtoMessage()

func (*GetNexusEndpointsRequest) Reset

func (m *GetNexusEndpointsRequest) Reset()

func (*GetNexusEndpointsRequest) Size

func (m *GetNexusEndpointsRequest) Size() (n int)

func (*GetNexusEndpointsRequest) String

func (this *GetNexusEndpointsRequest) String() string

func (*GetNexusEndpointsRequest) Unmarshal

func (m *GetNexusEndpointsRequest) Unmarshal(dAtA []byte) error

func (*GetNexusEndpointsRequest) XXX_DiscardUnknown

func (m *GetNexusEndpointsRequest) XXX_DiscardUnknown()

func (*GetNexusEndpointsRequest) XXX_Marshal

func (m *GetNexusEndpointsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNexusEndpointsRequest) XXX_Merge

func (m *GetNexusEndpointsRequest) XXX_Merge(src proto.Message)

func (*GetNexusEndpointsRequest) XXX_Size

func (m *GetNexusEndpointsRequest) XXX_Size() int

func (*GetNexusEndpointsRequest) XXX_Unmarshal

func (m *GetNexusEndpointsRequest) XXX_Unmarshal(b []byte) error

type GetNexusEndpointsResponse

type GetNexusEndpointsResponse struct {
	// The list of endpoints in ascending id order.
	Endpoints []*v14.Endpoint `protobuf:"bytes,1,rep,name=endpoints,proto3" json:"endpoints,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 (*GetNexusEndpointsResponse) Descriptor

func (*GetNexusEndpointsResponse) Descriptor() ([]byte, []int)

func (*GetNexusEndpointsResponse) Equal

func (this *GetNexusEndpointsResponse) Equal(that interface{}) bool

func (*GetNexusEndpointsResponse) GetEndpoints

func (m *GetNexusEndpointsResponse) GetEndpoints() []*v14.Endpoint

func (*GetNexusEndpointsResponse) GetNextPageToken

func (m *GetNexusEndpointsResponse) GetNextPageToken() string

func (*GetNexusEndpointsResponse) GoString

func (this *GetNexusEndpointsResponse) GoString() string

func (*GetNexusEndpointsResponse) Marshal

func (m *GetNexusEndpointsResponse) Marshal() (dAtA []byte, err error)

func (*GetNexusEndpointsResponse) MarshalTo

func (m *GetNexusEndpointsResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetNexusEndpointsResponse) MarshalToSizedBuffer

func (m *GetNexusEndpointsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetNexusEndpointsResponse) ProtoMessage

func (*GetNexusEndpointsResponse) ProtoMessage()

func (*GetNexusEndpointsResponse) Reset

func (m *GetNexusEndpointsResponse) Reset()

func (*GetNexusEndpointsResponse) Size

func (m *GetNexusEndpointsResponse) Size() (n int)

func (*GetNexusEndpointsResponse) String

func (this *GetNexusEndpointsResponse) String() string

func (*GetNexusEndpointsResponse) Unmarshal

func (m *GetNexusEndpointsResponse) Unmarshal(dAtA []byte) error

func (*GetNexusEndpointsResponse) XXX_DiscardUnknown

func (m *GetNexusEndpointsResponse) XXX_DiscardUnknown()

func (*GetNexusEndpointsResponse) XXX_Marshal

func (m *GetNexusEndpointsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNexusEndpointsResponse) XXX_Merge

func (m *GetNexusEndpointsResponse) XXX_Merge(src proto.Message)

func (*GetNexusEndpointsResponse) XXX_Size

func (m *GetNexusEndpointsResponse) XXX_Size() int

func (*GetNexusEndpointsResponse) XXX_Unmarshal

func (m *GetNexusEndpointsResponse) XXX_Unmarshal(b []byte) error

type GetProjectRequest added in v0.43.0

type GetProjectRequest struct {
	// The id of the project to get
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
}

temporal:dev

func (*GetProjectRequest) Descriptor added in v0.43.0

func (*GetProjectRequest) Descriptor() ([]byte, []int)

func (*GetProjectRequest) Equal added in v0.43.0

func (this *GetProjectRequest) Equal(that interface{}) bool

func (*GetProjectRequest) GetProjectId added in v0.43.0

func (m *GetProjectRequest) GetProjectId() string

func (*GetProjectRequest) GoString added in v0.43.0

func (this *GetProjectRequest) GoString() string

func (*GetProjectRequest) Marshal added in v0.43.0

func (m *GetProjectRequest) Marshal() (dAtA []byte, err error)

func (*GetProjectRequest) MarshalTo added in v0.43.0

func (m *GetProjectRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetProjectRequest) MarshalToSizedBuffer added in v0.43.0

func (m *GetProjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetProjectRequest) ProtoMessage added in v0.43.0

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) Reset added in v0.43.0

func (m *GetProjectRequest) Reset()

func (*GetProjectRequest) Size added in v0.43.0

func (m *GetProjectRequest) Size() (n int)

func (*GetProjectRequest) String added in v0.43.0

func (this *GetProjectRequest) String() string

func (*GetProjectRequest) Unmarshal added in v0.43.0

func (m *GetProjectRequest) Unmarshal(dAtA []byte) error

func (*GetProjectRequest) XXX_DiscardUnknown added in v0.43.0

func (m *GetProjectRequest) XXX_DiscardUnknown()

func (*GetProjectRequest) XXX_Marshal added in v0.43.0

func (m *GetProjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetProjectRequest) XXX_Merge added in v0.43.0

func (m *GetProjectRequest) XXX_Merge(src proto.Message)

func (*GetProjectRequest) XXX_Size added in v0.43.0

func (m *GetProjectRequest) XXX_Size() int

func (*GetProjectRequest) XXX_Unmarshal added in v0.43.0

func (m *GetProjectRequest) XXX_Unmarshal(b []byte) error

type GetProjectResponse added in v0.43.0

type GetProjectResponse struct {
	// The project
	Project *v110.Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
}

temporal:dev

func (*GetProjectResponse) Descriptor added in v0.43.0

func (*GetProjectResponse) Descriptor() ([]byte, []int)

func (*GetProjectResponse) Equal added in v0.43.0

func (this *GetProjectResponse) Equal(that interface{}) bool

func (*GetProjectResponse) GetProject added in v0.43.0

func (m *GetProjectResponse) GetProject() *v110.Project

func (*GetProjectResponse) GoString added in v0.43.0

func (this *GetProjectResponse) GoString() string

func (*GetProjectResponse) Marshal added in v0.43.0

func (m *GetProjectResponse) Marshal() (dAtA []byte, err error)

func (*GetProjectResponse) MarshalTo added in v0.43.0

func (m *GetProjectResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetProjectResponse) MarshalToSizedBuffer added in v0.43.0

func (m *GetProjectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetProjectResponse) ProtoMessage added in v0.43.0

func (*GetProjectResponse) ProtoMessage()

func (*GetProjectResponse) Reset added in v0.43.0

func (m *GetProjectResponse) Reset()

func (*GetProjectResponse) Size added in v0.43.0

func (m *GetProjectResponse) Size() (n int)

func (*GetProjectResponse) String added in v0.43.0

func (this *GetProjectResponse) String() string

func (*GetProjectResponse) Unmarshal added in v0.43.0

func (m *GetProjectResponse) Unmarshal(dAtA []byte) error

func (*GetProjectResponse) XXX_DiscardUnknown added in v0.43.0

func (m *GetProjectResponse) XXX_DiscardUnknown()

func (*GetProjectResponse) XXX_Marshal added in v0.43.0

func (m *GetProjectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetProjectResponse) XXX_Merge added in v0.43.0

func (m *GetProjectResponse) XXX_Merge(src proto.Message)

func (*GetProjectResponse) XXX_Size added in v0.43.0

func (m *GetProjectResponse) XXX_Size() int

func (*GetProjectResponse) XXX_Unmarshal added in v0.43.0

func (m *GetProjectResponse) XXX_Unmarshal(b []byte) error

type GetProjectsRequest added in v0.43.0

type GetProjectsRequest struct {
	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
}

temporal:dev

func (*GetProjectsRequest) Descriptor added in v0.43.0

func (*GetProjectsRequest) Descriptor() ([]byte, []int)

func (*GetProjectsRequest) Equal added in v0.43.0

func (this *GetProjectsRequest) Equal(that interface{}) bool

func (*GetProjectsRequest) GetPageSize added in v0.43.0

func (m *GetProjectsRequest) GetPageSize() int32

func (*GetProjectsRequest) GetPageToken added in v0.43.0

func (m *GetProjectsRequest) GetPageToken() string

func (*GetProjectsRequest) GoString added in v0.43.0

func (this *GetProjectsRequest) GoString() string

func (*GetProjectsRequest) Marshal added in v0.43.0

func (m *GetProjectsRequest) Marshal() (dAtA []byte, err error)

func (*GetProjectsRequest) MarshalTo added in v0.43.0

func (m *GetProjectsRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetProjectsRequest) MarshalToSizedBuffer added in v0.43.0

func (m *GetProjectsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetProjectsRequest) ProtoMessage added in v0.43.0

func (*GetProjectsRequest) ProtoMessage()

func (*GetProjectsRequest) Reset added in v0.43.0

func (m *GetProjectsRequest) Reset()

func (*GetProjectsRequest) Size added in v0.43.0

func (m *GetProjectsRequest) Size() (n int)

func (*GetProjectsRequest) String added in v0.43.0

func (this *GetProjectsRequest) String() string

func (*GetProjectsRequest) Unmarshal added in v0.43.0

func (m *GetProjectsRequest) Unmarshal(dAtA []byte) error

func (*GetProjectsRequest) XXX_DiscardUnknown added in v0.43.0

func (m *GetProjectsRequest) XXX_DiscardUnknown()

func (*GetProjectsRequest) XXX_Marshal added in v0.43.0

func (m *GetProjectsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetProjectsRequest) XXX_Merge added in v0.43.0

func (m *GetProjectsRequest) XXX_Merge(src proto.Message)

func (*GetProjectsRequest) XXX_Size added in v0.43.0

func (m *GetProjectsRequest) XXX_Size() int

func (*GetProjectsRequest) XXX_Unmarshal added in v0.43.0

func (m *GetProjectsRequest) XXX_Unmarshal(b []byte) error

type GetProjectsResponse added in v0.43.0

type GetProjectsResponse struct {
	// The list of projects in ascending ids order
	Projects []*v110.Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// The next page's token
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}

temporal:dev

func (*GetProjectsResponse) Descriptor added in v0.43.0

func (*GetProjectsResponse) Descriptor() ([]byte, []int)

func (*GetProjectsResponse) Equal added in v0.43.0

func (this *GetProjectsResponse) Equal(that interface{}) bool

func (*GetProjectsResponse) GetNextPageToken added in v0.43.0

func (m *GetProjectsResponse) GetNextPageToken() string

func (*GetProjectsResponse) GetProjects added in v0.43.0

func (m *GetProjectsResponse) GetProjects() []*v110.Project

func (*GetProjectsResponse) GoString added in v0.43.0

func (this *GetProjectsResponse) GoString() string

func (*GetProjectsResponse) Marshal added in v0.43.0

func (m *GetProjectsResponse) Marshal() (dAtA []byte, err error)

func (*GetProjectsResponse) MarshalTo added in v0.43.0

func (m *GetProjectsResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetProjectsResponse) MarshalToSizedBuffer added in v0.43.0

func (m *GetProjectsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetProjectsResponse) ProtoMessage added in v0.43.0

func (*GetProjectsResponse) ProtoMessage()

func (*GetProjectsResponse) Reset added in v0.43.0

func (m *GetProjectsResponse) Reset()

func (*GetProjectsResponse) Size added in v0.43.0

func (m *GetProjectsResponse) Size() (n int)

func (*GetProjectsResponse) String added in v0.43.0

func (this *GetProjectsResponse) String() string

func (*GetProjectsResponse) Unmarshal added in v0.43.0

func (m *GetProjectsResponse) Unmarshal(dAtA []byte) error

func (*GetProjectsResponse) XXX_DiscardUnknown added in v0.43.0

func (m *GetProjectsResponse) XXX_DiscardUnknown()

func (*GetProjectsResponse) XXX_Marshal added in v0.43.0

func (m *GetProjectsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetProjectsResponse) XXX_Merge added in v0.43.0

func (m *GetProjectsResponse) XXX_Merge(src proto.Message)

func (*GetProjectsResponse) XXX_Size added in v0.43.0

func (m *GetProjectsResponse) XXX_Size() int

func (*GetProjectsResponse) XXX_Unmarshal added in v0.43.0

func (m *GetProjectsResponse) XXX_Unmarshal(b []byte) error

type GetRegionRequest

type GetRegionRequest struct {
	// The id of the region to get.
	Region string `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"`
}

func (*GetRegionRequest) Descriptor

func (*GetRegionRequest) Descriptor() ([]byte, []int)

func (*GetRegionRequest) Equal

func (this *GetRegionRequest) Equal(that interface{}) bool

func (*GetRegionRequest) GetRegion

func (m *GetRegionRequest) GetRegion() string

func (*GetRegionRequest) GoString

func (this *GetRegionRequest) GoString() string

func (*GetRegionRequest) Marshal

func (m *GetRegionRequest) Marshal() (dAtA []byte, err error)

func (*GetRegionRequest) MarshalTo

func (m *GetRegionRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetRegionRequest) MarshalToSizedBuffer

func (m *GetRegionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetRegionRequest) ProtoMessage

func (*GetRegionRequest) ProtoMessage()

func (*GetRegionRequest) Reset

func (m *GetRegionRequest) Reset()

func (*GetRegionRequest) Size

func (m *GetRegionRequest) Size() (n int)

func (*GetRegionRequest) String

func (this *GetRegionRequest) String() string

func (*GetRegionRequest) Unmarshal

func (m *GetRegionRequest) Unmarshal(dAtA []byte) error

func (*GetRegionRequest) XXX_DiscardUnknown

func (m *GetRegionRequest) XXX_DiscardUnknown()

func (*GetRegionRequest) XXX_Marshal

func (m *GetRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRegionRequest) XXX_Merge

func (m *GetRegionRequest) XXX_Merge(src proto.Message)

func (*GetRegionRequest) XXX_Size

func (m *GetRegionRequest) XXX_Size() int

func (*GetRegionRequest) XXX_Unmarshal

func (m *GetRegionRequest) XXX_Unmarshal(b []byte) error

type GetRegionResponse

type GetRegionResponse struct {
	// The temporal cloud region.
	Region *v13.Region `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"`
}

func (*GetRegionResponse) Descriptor

func (*GetRegionResponse) Descriptor() ([]byte, []int)

func (*GetRegionResponse) Equal

func (this *GetRegionResponse) Equal(that interface{}) bool

func (*GetRegionResponse) GetRegion

func (m *GetRegionResponse) GetRegion() *v13.Region

func (*GetRegionResponse) GoString

func (this *GetRegionResponse) GoString() string

func (*GetRegionResponse) Marshal

func (m *GetRegionResponse) Marshal() (dAtA []byte, err error)

func (*GetRegionResponse) MarshalTo

func (m *GetRegionResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetRegionResponse) MarshalToSizedBuffer

func (m *GetRegionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetRegionResponse) ProtoMessage

func (*GetRegionResponse) ProtoMessage()

func (*GetRegionResponse) Reset

func (m *GetRegionResponse) Reset()

func (*GetRegionResponse) Size

func (m *GetRegionResponse) Size() (n int)

func (*GetRegionResponse) String

func (this *GetRegionResponse) String() string

func (*GetRegionResponse) Unmarshal

func (m *GetRegionResponse) Unmarshal(dAtA []byte) error

func (*GetRegionResponse) XXX_DiscardUnknown

func (m *GetRegionResponse) XXX_DiscardUnknown()

func (*GetRegionResponse) XXX_Marshal

func (m *GetRegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRegionResponse) XXX_Merge

func (m *GetRegionResponse) XXX_Merge(src proto.Message)

func (*GetRegionResponse) XXX_Size

func (m *GetRegionResponse) XXX_Size() int

func (*GetRegionResponse) XXX_Unmarshal

func (m *GetRegionResponse) XXX_Unmarshal(b []byte) error

type GetRegionsRequest

type GetRegionsRequest struct {
}

func (*GetRegionsRequest) Descriptor

func (*GetRegionsRequest) Descriptor() ([]byte, []int)

func (*GetRegionsRequest) Equal

func (this *GetRegionsRequest) Equal(that interface{}) bool

func (*GetRegionsRequest) GoString

func (this *GetRegionsRequest) GoString() string

func (*GetRegionsRequest) Marshal

func (m *GetRegionsRequest) Marshal() (dAtA []byte, err error)

func (*GetRegionsRequest) MarshalTo

func (m *GetRegionsRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetRegionsRequest) MarshalToSizedBuffer

func (m *GetRegionsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetRegionsRequest) ProtoMessage

func (*GetRegionsRequest) ProtoMessage()

func (*GetRegionsRequest) Reset

func (m *GetRegionsRequest) Reset()

func (*GetRegionsRequest) Size

func (m *GetRegionsRequest) Size() (n int)

func (*GetRegionsRequest) String

func (this *GetRegionsRequest) String() string

func (*GetRegionsRequest) Unmarshal

func (m *GetRegionsRequest) Unmarshal(dAtA []byte) error

func (*GetRegionsRequest) XXX_DiscardUnknown

func (m *GetRegionsRequest) XXX_DiscardUnknown()

func (*GetRegionsRequest) XXX_Marshal

func (m *GetRegionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRegionsRequest) XXX_Merge

func (m *GetRegionsRequest) XXX_Merge(src proto.Message)

func (*GetRegionsRequest) XXX_Size

func (m *GetRegionsRequest) XXX_Size() int

func (*GetRegionsRequest) XXX_Unmarshal

func (m *GetRegionsRequest) XXX_Unmarshal(b []byte) error

type GetRegionsResponse

type GetRegionsResponse struct {
	// The temporal cloud regions.
	Regions []*v13.Region `protobuf:"bytes,1,rep,name=regions,proto3" json:"regions,omitempty"`
}

func (*GetRegionsResponse) Descriptor

func (*GetRegionsResponse) Descriptor() ([]byte, []int)

func (*GetRegionsResponse) Equal

func (this *GetRegionsResponse) Equal(that interface{}) bool

func (*GetRegionsResponse) GetRegions

func (m *GetRegionsResponse) GetRegions() []*v13.Region

func (*GetRegionsResponse) GoString

func (this *GetRegionsResponse) GoString() string

func (*GetRegionsResponse) Marshal

func (m *GetRegionsResponse) Marshal() (dAtA []byte, err error)

func (*GetRegionsResponse) MarshalTo

func (m *GetRegionsResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetRegionsResponse) MarshalToSizedBuffer

func (m *GetRegionsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetRegionsResponse) ProtoMessage

func (*GetRegionsResponse) ProtoMessage()

func (*GetRegionsResponse) Reset

func (m *GetRegionsResponse) Reset()

func (*GetRegionsResponse) Size

func (m *GetRegionsResponse) Size() (n int)

func (*GetRegionsResponse) String

func (this *GetRegionsResponse) String() string

func (*GetRegionsResponse) Unmarshal

func (m *GetRegionsResponse) Unmarshal(dAtA []byte) error

func (*GetRegionsResponse) XXX_DiscardUnknown

func (m *GetRegionsResponse) XXX_DiscardUnknown()

func (*GetRegionsResponse) XXX_Marshal

func (m *GetRegionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetRegionsResponse) XXX_Merge

func (m *GetRegionsResponse) XXX_Merge(src proto.Message)

func (*GetRegionsResponse) XXX_Size

func (m *GetRegionsResponse) XXX_Size() int

func (*GetRegionsResponse) XXX_Unmarshal

func (m *GetRegionsResponse) XXX_Unmarshal(b []byte) error

type GetServiceAccountRequest

type GetServiceAccountRequest struct {
	// ID of the service account to retrieve.
	ServiceAccountId string `protobuf:"bytes,1,opt,name=service_account_id,json=serviceAccountId,proto3" json:"service_account_id,omitempty"`
}

func (*GetServiceAccountRequest) Descriptor

func (*GetServiceAccountRequest) Descriptor() ([]byte, []int)

func (*GetServiceAccountRequest) Equal

func (this *GetServiceAccountRequest) Equal(that interface{}) bool

func (*GetServiceAccountRequest) GetServiceAccountId

func (m *GetServiceAccountRequest) GetServiceAccountId() string

func (*GetServiceAccountRequest) GoString

func (this *GetServiceAccountRequest) GoString() string

func (*GetServiceAccountRequest) Marshal

func (m *GetServiceAccountRequest) Marshal() (dAtA []byte, err error)

func (*GetServiceAccountRequest) MarshalTo

func (m *GetServiceAccountRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetServiceAccountRequest) MarshalToSizedBuffer

func (m *GetServiceAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetServiceAccountRequest) ProtoMessage

func (*GetServiceAccountRequest) ProtoMessage()

func (*GetServiceAccountRequest) Reset

func (m *GetServiceAccountRequest) Reset()

func (*GetServiceAccountRequest) Size

func (m *GetServiceAccountRequest) Size() (n int)

func (*GetServiceAccountRequest) String

func (this *GetServiceAccountRequest) String() string

func (*GetServiceAccountRequest) Unmarshal

func (m *GetServiceAccountRequest) Unmarshal(dAtA []byte) error

func (*GetServiceAccountRequest) XXX_DiscardUnknown

func (m *GetServiceAccountRequest) XXX_DiscardUnknown()

func (*GetServiceAccountRequest) XXX_Marshal

func (m *GetServiceAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetServiceAccountRequest) XXX_Merge

func (m *GetServiceAccountRequest) XXX_Merge(src proto.Message)

func (*GetServiceAccountRequest) XXX_Size

func (m *GetServiceAccountRequest) XXX_Size() int

func (*GetServiceAccountRequest) XXX_Unmarshal

func (m *GetServiceAccountRequest) XXX_Unmarshal(b []byte) error

type GetServiceAccountResponse

type GetServiceAccountResponse struct {
	// The service account retrieved.
	ServiceAccount *v1.ServiceAccount `protobuf:"bytes,1,opt,name=service_account,json=serviceAccount,proto3" json:"service_account,omitempty"`
}

func (*GetServiceAccountResponse) Descriptor

func (*GetServiceAccountResponse) Descriptor() ([]byte, []int)

func (*GetServiceAccountResponse) Equal

func (this *GetServiceAccountResponse) Equal(that interface{}) bool

func (*GetServiceAccountResponse) GetServiceAccount

func (m *GetServiceAccountResponse) GetServiceAccount() *v1.ServiceAccount

func (*GetServiceAccountResponse) GoString

func (this *GetServiceAccountResponse) GoString() string

func (*GetServiceAccountResponse) Marshal

func (m *GetServiceAccountResponse) Marshal() (dAtA []byte, err error)

func (*GetServiceAccountResponse) MarshalTo

func (m *GetServiceAccountResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetServiceAccountResponse) MarshalToSizedBuffer

func (m *GetServiceAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetServiceAccountResponse) ProtoMessage

func (*GetServiceAccountResponse) ProtoMessage()

func (*GetServiceAccountResponse) Reset

func (m *GetServiceAccountResponse) Reset()

func (*GetServiceAccountResponse) Size

func (m *GetServiceAccountResponse) Size() (n int)

func (*GetServiceAccountResponse) String

func (this *GetServiceAccountResponse) String() string

func (*GetServiceAccountResponse) Unmarshal

func (m *GetServiceAccountResponse) Unmarshal(dAtA []byte) error

func (*GetServiceAccountResponse) XXX_DiscardUnknown

func (m *GetServiceAccountResponse) XXX_DiscardUnknown()

func (*GetServiceAccountResponse) XXX_Marshal

func (m *GetServiceAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetServiceAccountResponse) XXX_Merge

func (m *GetServiceAccountResponse) XXX_Merge(src proto.Message)

func (*GetServiceAccountResponse) XXX_Size

func (m *GetServiceAccountResponse) XXX_Size() int

func (*GetServiceAccountResponse) XXX_Unmarshal

func (m *GetServiceAccountResponse) XXX_Unmarshal(b []byte) error

type GetServiceAccountsRequest

type GetServiceAccountsRequest struct {
	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filter for service accounts which are scoped/unscoped - optional.
	// temporal:ui
	Scope GetServiceAccountsRequest_ScopeType `` /* 142-byte string literal not displayed */
	// temporal:ui
	Namespace string `protobuf:"bytes,101,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Inclusive filter for entity states - optional.
	// This is not the enum, because gogoproto will panic on decoding a repeated enum.
	// temporal:ui
	IncludeStates []string `protobuf:"bytes,102,rep,name=include_states,json=includeStates,proto3" json:"include_states,omitempty"`
	// Filter for name substring - optional
	// temporal:ui
	NameSubstring string `protobuf:"bytes,103,opt,name=name_substring,json=nameSubstring,proto3" json:"name_substring,omitempty"`
}

func (*GetServiceAccountsRequest) Descriptor

func (*GetServiceAccountsRequest) Descriptor() ([]byte, []int)

func (*GetServiceAccountsRequest) Equal

func (this *GetServiceAccountsRequest) Equal(that interface{}) bool

func (*GetServiceAccountsRequest) GetIncludeStates added in v0.55.0

func (m *GetServiceAccountsRequest) GetIncludeStates() []string

func (*GetServiceAccountsRequest) GetNameSubstring added in v0.55.0

func (m *GetServiceAccountsRequest) GetNameSubstring() string

func (*GetServiceAccountsRequest) GetNamespace added in v0.55.0

func (m *GetServiceAccountsRequest) GetNamespace() string

func (*GetServiceAccountsRequest) GetPageSize

func (m *GetServiceAccountsRequest) GetPageSize() int32

func (*GetServiceAccountsRequest) GetPageToken

func (m *GetServiceAccountsRequest) GetPageToken() string

func (*GetServiceAccountsRequest) GetScope added in v0.55.0

func (*GetServiceAccountsRequest) GoString

func (this *GetServiceAccountsRequest) GoString() string

func (*GetServiceAccountsRequest) Marshal

func (m *GetServiceAccountsRequest) Marshal() (dAtA []byte, err error)

func (*GetServiceAccountsRequest) MarshalTo

func (m *GetServiceAccountsRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetServiceAccountsRequest) MarshalToSizedBuffer

func (m *GetServiceAccountsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetServiceAccountsRequest) ProtoMessage

func (*GetServiceAccountsRequest) ProtoMessage()

func (*GetServiceAccountsRequest) Reset

func (m *GetServiceAccountsRequest) Reset()

func (*GetServiceAccountsRequest) Size

func (m *GetServiceAccountsRequest) Size() (n int)

func (*GetServiceAccountsRequest) String

func (this *GetServiceAccountsRequest) String() string

func (*GetServiceAccountsRequest) Unmarshal

func (m *GetServiceAccountsRequest) Unmarshal(dAtA []byte) error

func (*GetServiceAccountsRequest) XXX_DiscardUnknown

func (m *GetServiceAccountsRequest) XXX_DiscardUnknown()

func (*GetServiceAccountsRequest) XXX_Marshal

func (m *GetServiceAccountsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetServiceAccountsRequest) XXX_Merge

func (m *GetServiceAccountsRequest) XXX_Merge(src proto.Message)

func (*GetServiceAccountsRequest) XXX_Size

func (m *GetServiceAccountsRequest) XXX_Size() int

func (*GetServiceAccountsRequest) XXX_Unmarshal

func (m *GetServiceAccountsRequest) XXX_Unmarshal(b []byte) error

type GetServiceAccountsRequest_ScopeType added in v0.55.0

type GetServiceAccountsRequest_ScopeType int32

temporal:ui

const (
	GET_SERVICE_ACCOUNT_SCOPE_TYPE_UNSPECIFIED GetServiceAccountsRequest_ScopeType = 0
	GET_SERVICE_ACCOUNT_SCOPE_TYPE_ACCOUNT     GetServiceAccountsRequest_ScopeType = 1
	GET_SERVICE_ACCOUNT_SCOPE_TYPE_NAMESPACE   GetServiceAccountsRequest_ScopeType = 2
)

func (GetServiceAccountsRequest_ScopeType) EnumDescriptor added in v0.55.0

func (GetServiceAccountsRequest_ScopeType) EnumDescriptor() ([]byte, []int)

func (GetServiceAccountsRequest_ScopeType) String added in v0.55.0

type GetServiceAccountsResponse

type GetServiceAccountsResponse struct {
	// The list of service accounts in ascending ID order.
	ServiceAccount []*v1.ServiceAccount `protobuf:"bytes,1,rep,name=service_account,json=serviceAccount,proto3" json:"service_account,omitempty"`
	// The next page token, set if there is another page.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
}

func (*GetServiceAccountsResponse) Descriptor

func (*GetServiceAccountsResponse) Descriptor() ([]byte, []int)

func (*GetServiceAccountsResponse) Equal

func (this *GetServiceAccountsResponse) Equal(that interface{}) bool

func (*GetServiceAccountsResponse) GetNextPageToken

func (m *GetServiceAccountsResponse) GetNextPageToken() string

func (*GetServiceAccountsResponse) GetServiceAccount

func (m *GetServiceAccountsResponse) GetServiceAccount() []*v1.ServiceAccount

func (*GetServiceAccountsResponse) GoString

func (this *GetServiceAccountsResponse) GoString() string

func (*GetServiceAccountsResponse) Marshal

func (m *GetServiceAccountsResponse) Marshal() (dAtA []byte, err error)

func (*GetServiceAccountsResponse) MarshalTo

func (m *GetServiceAccountsResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetServiceAccountsResponse) MarshalToSizedBuffer

func (m *GetServiceAccountsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetServiceAccountsResponse) ProtoMessage

func (*GetServiceAccountsResponse) ProtoMessage()

func (*GetServiceAccountsResponse) Reset

func (m *GetServiceAccountsResponse) Reset()

func (*GetServiceAccountsResponse) Size

func (m *GetServiceAccountsResponse) Size() (n int)

func (*GetServiceAccountsResponse) String

func (this *GetServiceAccountsResponse) String() string

func (*GetServiceAccountsResponse) Unmarshal

func (m *GetServiceAccountsResponse) Unmarshal(dAtA []byte) error

func (*GetServiceAccountsResponse) XXX_DiscardUnknown

func (m *GetServiceAccountsResponse) XXX_DiscardUnknown()

func (*GetServiceAccountsResponse) XXX_Marshal

func (m *GetServiceAccountsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetServiceAccountsResponse) XXX_Merge

func (m *GetServiceAccountsResponse) XXX_Merge(src proto.Message)

func (*GetServiceAccountsResponse) XXX_Size

func (m *GetServiceAccountsResponse) XXX_Size() int

func (*GetServiceAccountsResponse) XXX_Unmarshal

func (m *GetServiceAccountsResponse) XXX_Unmarshal(b []byte) error

type GetTagKeysRequest added in v0.51.0

type GetTagKeysRequest struct {
	// Filter for tag keys that start with this prefix - optional.
	Prefix string `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
}

temporal:ui

func (*GetTagKeysRequest) Descriptor added in v0.51.0

func (*GetTagKeysRequest) Descriptor() ([]byte, []int)

func (*GetTagKeysRequest) Equal added in v0.51.0

func (this *GetTagKeysRequest) Equal(that interface{}) bool

func (*GetTagKeysRequest) GetPrefix added in v0.51.0

func (m *GetTagKeysRequest) GetPrefix() string

func (*GetTagKeysRequest) GoString added in v0.51.0

func (this *GetTagKeysRequest) GoString() string

func (*GetTagKeysRequest) Marshal added in v0.51.0

func (m *GetTagKeysRequest) Marshal() (dAtA []byte, err error)

func (*GetTagKeysRequest) MarshalTo added in v0.51.0

func (m *GetTagKeysRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetTagKeysRequest) MarshalToSizedBuffer added in v0.51.0

func (m *GetTagKeysRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetTagKeysRequest) ProtoMessage added in v0.51.0

func (*GetTagKeysRequest) ProtoMessage()

func (*GetTagKeysRequest) Reset added in v0.51.0

func (m *GetTagKeysRequest) Reset()

func (*GetTagKeysRequest) Size added in v0.51.0

func (m *GetTagKeysRequest) Size() (n int)

func (*GetTagKeysRequest) String added in v0.51.0

func (this *GetTagKeysRequest) String() string

func (*GetTagKeysRequest) Unmarshal added in v0.51.0

func (m *GetTagKeysRequest) Unmarshal(dAtA []byte) error

func (*GetTagKeysRequest) XXX_DiscardUnknown added in v0.51.0

func (m *GetTagKeysRequest) XXX_DiscardUnknown()

func (*GetTagKeysRequest) XXX_Marshal added in v0.51.0

func (m *GetTagKeysRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTagKeysRequest) XXX_Merge added in v0.51.0

func (m *GetTagKeysRequest) XXX_Merge(src proto.Message)

func (*GetTagKeysRequest) XXX_Size added in v0.51.0

func (m *GetTagKeysRequest) XXX_Size() int

func (*GetTagKeysRequest) XXX_Unmarshal added in v0.51.0

func (m *GetTagKeysRequest) XXX_Unmarshal(b []byte) error

type GetTagKeysResponse added in v0.51.0

type GetTagKeysResponse struct {
	// The list of tag keys in ascending name order. Returns up to 1000 keys.
	TagKeys []string `protobuf:"bytes,1,rep,name=tag_keys,json=tagKeys,proto3" json:"tag_keys,omitempty"`
}

temporal:ui temporal:skip_validation_rule=MessageRuleListResponseAndRequest

func (*GetTagKeysResponse) Descriptor added in v0.51.0

func (*GetTagKeysResponse) Descriptor() ([]byte, []int)

func (*GetTagKeysResponse) Equal added in v0.51.0

func (this *GetTagKeysResponse) Equal(that interface{}) bool

func (*GetTagKeysResponse) GetTagKeys added in v0.51.0

func (m *GetTagKeysResponse) GetTagKeys() []string

func (*GetTagKeysResponse) GoString added in v0.51.0

func (this *GetTagKeysResponse) GoString() string

func (*GetTagKeysResponse) Marshal added in v0.51.0

func (m *GetTagKeysResponse) Marshal() (dAtA []byte, err error)

func (*GetTagKeysResponse) MarshalTo added in v0.51.0

func (m *GetTagKeysResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetTagKeysResponse) MarshalToSizedBuffer added in v0.51.0

func (m *GetTagKeysResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetTagKeysResponse) ProtoMessage added in v0.51.0

func (*GetTagKeysResponse) ProtoMessage()

func (*GetTagKeysResponse) Reset added in v0.51.0

func (m *GetTagKeysResponse) Reset()

func (*GetTagKeysResponse) Size added in v0.51.0

func (m *GetTagKeysResponse) Size() (n int)

func (*GetTagKeysResponse) String added in v0.51.0

func (this *GetTagKeysResponse) String() string

func (*GetTagKeysResponse) Unmarshal added in v0.51.0

func (m *GetTagKeysResponse) Unmarshal(dAtA []byte) error

func (*GetTagKeysResponse) XXX_DiscardUnknown added in v0.51.0

func (m *GetTagKeysResponse) XXX_DiscardUnknown()

func (*GetTagKeysResponse) XXX_Marshal added in v0.51.0

func (m *GetTagKeysResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTagKeysResponse) XXX_Merge added in v0.51.0

func (m *GetTagKeysResponse) XXX_Merge(src proto.Message)

func (*GetTagKeysResponse) XXX_Size added in v0.51.0

func (m *GetTagKeysResponse) XXX_Size() int

func (*GetTagKeysResponse) XXX_Unmarshal added in v0.51.0

func (m *GetTagKeysResponse) XXX_Unmarshal(b []byte) error

type GetUsageRequest added in v0.34.0

type GetUsageRequest struct {
	// Filter for UTC time >= - optional.
	// Defaults to: start of the current month.
	// Must be: within the last 90 days from the current date.
	// Must be: midnight UTC time.
	StartTimeInclusive *types.Timestamp `protobuf:"bytes,1,opt,name=start_time_inclusive,json=startTimeInclusive,proto3" json:"start_time_inclusive,omitempty"`
	// Filter for UTC time < - optional.
	// Defaults to: start of the next UTC day.
	// Must be: within the last 90 days from the current date.
	// Must be: midnight UTC time.
	EndTimeExclusive *types.Timestamp `protobuf:"bytes,2,opt,name=end_time_exclusive,json=endTimeExclusive,proto3" json:"end_time_exclusive,omitempty"`
	// The requested size of the page to retrieve - optional.
	// Each count corresponds to a single object - per day per namespace
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
}

func (*GetUsageRequest) Descriptor added in v0.34.0

func (*GetUsageRequest) Descriptor() ([]byte, []int)

func (*GetUsageRequest) Equal added in v0.34.0

func (this *GetUsageRequest) Equal(that interface{}) bool

func (*GetUsageRequest) GetEndTimeExclusive added in v0.34.0

func (m *GetUsageRequest) GetEndTimeExclusive() *types.Timestamp

func (*GetUsageRequest) GetPageSize added in v0.34.0

func (m *GetUsageRequest) GetPageSize() int32

func (*GetUsageRequest) GetPageToken added in v0.34.0

func (m *GetUsageRequest) GetPageToken() string

func (*GetUsageRequest) GetStartTimeInclusive added in v0.34.0

func (m *GetUsageRequest) GetStartTimeInclusive() *types.Timestamp

func (*GetUsageRequest) GoString added in v0.34.0

func (this *GetUsageRequest) GoString() string

func (*GetUsageRequest) Marshal added in v0.34.0

func (m *GetUsageRequest) Marshal() (dAtA []byte, err error)

func (*GetUsageRequest) MarshalTo added in v0.34.0

func (m *GetUsageRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetUsageRequest) MarshalToSizedBuffer added in v0.34.0

func (m *GetUsageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUsageRequest) ProtoMessage added in v0.34.0

func (*GetUsageRequest) ProtoMessage()

func (*GetUsageRequest) Reset added in v0.34.0

func (m *GetUsageRequest) Reset()

func (*GetUsageRequest) Size added in v0.34.0

func (m *GetUsageRequest) Size() (n int)

func (*GetUsageRequest) String added in v0.34.0

func (this *GetUsageRequest) String() string

func (*GetUsageRequest) Unmarshal added in v0.34.0

func (m *GetUsageRequest) Unmarshal(dAtA []byte) error

func (*GetUsageRequest) XXX_DiscardUnknown added in v0.34.0

func (m *GetUsageRequest) XXX_DiscardUnknown()

func (*GetUsageRequest) XXX_Marshal added in v0.34.0

func (m *GetUsageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUsageRequest) XXX_Merge added in v0.34.0

func (m *GetUsageRequest) XXX_Merge(src proto.Message)

func (*GetUsageRequest) XXX_Size added in v0.34.0

func (m *GetUsageRequest) XXX_Size() int

func (*GetUsageRequest) XXX_Unmarshal added in v0.34.0

func (m *GetUsageRequest) XXX_Unmarshal(b []byte) error

type GetUsageResponse added in v0.34.0

type GetUsageResponse struct {
	// The list of data based on granularity (per Day for now)
	// Ordered by: time range in ascending order
	Summaries []*v18.Summary `protobuf:"bytes,1,rep,name=summaries,proto3" json:"summaries,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 (*GetUsageResponse) Descriptor added in v0.34.0

func (*GetUsageResponse) Descriptor() ([]byte, []int)

func (*GetUsageResponse) Equal added in v0.34.0

func (this *GetUsageResponse) Equal(that interface{}) bool

func (*GetUsageResponse) GetNextPageToken added in v0.34.0

func (m *GetUsageResponse) GetNextPageToken() string

func (*GetUsageResponse) GetSummaries added in v0.34.0

func (m *GetUsageResponse) GetSummaries() []*v18.Summary

func (*GetUsageResponse) GoString added in v0.34.0

func (this *GetUsageResponse) GoString() string

func (*GetUsageResponse) Marshal added in v0.34.0

func (m *GetUsageResponse) Marshal() (dAtA []byte, err error)

func (*GetUsageResponse) MarshalTo added in v0.34.0

func (m *GetUsageResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetUsageResponse) MarshalToSizedBuffer added in v0.34.0

func (m *GetUsageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUsageResponse) ProtoMessage added in v0.34.0

func (*GetUsageResponse) ProtoMessage()

func (*GetUsageResponse) Reset added in v0.34.0

func (m *GetUsageResponse) Reset()

func (*GetUsageResponse) Size added in v0.34.0

func (m *GetUsageResponse) Size() (n int)

func (*GetUsageResponse) String added in v0.34.0

func (this *GetUsageResponse) String() string

func (*GetUsageResponse) Unmarshal added in v0.34.0

func (m *GetUsageResponse) Unmarshal(dAtA []byte) error

func (*GetUsageResponse) XXX_DiscardUnknown added in v0.34.0

func (m *GetUsageResponse) XXX_DiscardUnknown()

func (*GetUsageResponse) XXX_Marshal added in v0.34.0

func (m *GetUsageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUsageResponse) XXX_Merge added in v0.34.0

func (m *GetUsageResponse) XXX_Merge(src proto.Message)

func (*GetUsageResponse) XXX_Size added in v0.34.0

func (m *GetUsageResponse) XXX_Size() int

func (*GetUsageResponse) XXX_Unmarshal added in v0.34.0

func (m *GetUsageResponse) XXX_Unmarshal(b []byte) error

type GetUserGroupMembersRequest added in v0.41.0

type GetUserGroupMembersRequest struct {
	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// The group id to list members of.
	GroupId string `protobuf:"bytes,3,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
}

func (*GetUserGroupMembersRequest) Descriptor added in v0.41.0

func (*GetUserGroupMembersRequest) Descriptor() ([]byte, []int)

func (*GetUserGroupMembersRequest) Equal added in v0.41.0

func (this *GetUserGroupMembersRequest) Equal(that interface{}) bool

func (*GetUserGroupMembersRequest) GetGroupId added in v0.41.0

func (m *GetUserGroupMembersRequest) GetGroupId() string

func (*GetUserGroupMembersRequest) GetPageSize added in v0.41.0

func (m *GetUserGroupMembersRequest) GetPageSize() int32

func (*GetUserGroupMembersRequest) GetPageToken added in v0.41.0

func (m *GetUserGroupMembersRequest) GetPageToken() string

func (*GetUserGroupMembersRequest) GoString added in v0.41.0

func (this *GetUserGroupMembersRequest) GoString() string

func (*GetUserGroupMembersRequest) Marshal added in v0.41.0

func (m *GetUserGroupMembersRequest) Marshal() (dAtA []byte, err error)

func (*GetUserGroupMembersRequest) MarshalTo added in v0.41.0

func (m *GetUserGroupMembersRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetUserGroupMembersRequest) MarshalToSizedBuffer added in v0.41.0

func (m *GetUserGroupMembersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUserGroupMembersRequest) ProtoMessage added in v0.41.0

func (*GetUserGroupMembersRequest) ProtoMessage()

func (*GetUserGroupMembersRequest) Reset added in v0.41.0

func (m *GetUserGroupMembersRequest) Reset()

func (*GetUserGroupMembersRequest) Size added in v0.41.0

func (m *GetUserGroupMembersRequest) Size() (n int)

func (*GetUserGroupMembersRequest) String added in v0.41.0

func (this *GetUserGroupMembersRequest) String() string

func (*GetUserGroupMembersRequest) Unmarshal added in v0.41.0

func (m *GetUserGroupMembersRequest) Unmarshal(dAtA []byte) error

func (*GetUserGroupMembersRequest) XXX_DiscardUnknown added in v0.41.0

func (m *GetUserGroupMembersRequest) XXX_DiscardUnknown()

func (*GetUserGroupMembersRequest) XXX_Marshal added in v0.41.0

func (m *GetUserGroupMembersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserGroupMembersRequest) XXX_Merge added in v0.41.0

func (m *GetUserGroupMembersRequest) XXX_Merge(src proto.Message)

func (*GetUserGroupMembersRequest) XXX_Size added in v0.41.0

func (m *GetUserGroupMembersRequest) XXX_Size() int

func (*GetUserGroupMembersRequest) XXX_Unmarshal added in v0.41.0

func (m *GetUserGroupMembersRequest) XXX_Unmarshal(b []byte) error

type GetUserGroupMembersResponse added in v0.41.0

type GetUserGroupMembersResponse struct {
	// The list of group members
	Members []*v1.UserGroupMember `protobuf:"bytes,1,rep,name=members,proto3" json:"members,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 (*GetUserGroupMembersResponse) Descriptor added in v0.41.0

func (*GetUserGroupMembersResponse) Descriptor() ([]byte, []int)

func (*GetUserGroupMembersResponse) Equal added in v0.41.0

func (this *GetUserGroupMembersResponse) Equal(that interface{}) bool

func (*GetUserGroupMembersResponse) GetMembers added in v0.41.0

func (m *GetUserGroupMembersResponse) GetMembers() []*v1.UserGroupMember

func (*GetUserGroupMembersResponse) GetNextPageToken added in v0.41.0

func (m *GetUserGroupMembersResponse) GetNextPageToken() string

func (*GetUserGroupMembersResponse) GoString added in v0.41.0

func (this *GetUserGroupMembersResponse) GoString() string

func (*GetUserGroupMembersResponse) Marshal added in v0.41.0

func (m *GetUserGroupMembersResponse) Marshal() (dAtA []byte, err error)

func (*GetUserGroupMembersResponse) MarshalTo added in v0.41.0

func (m *GetUserGroupMembersResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetUserGroupMembersResponse) MarshalToSizedBuffer added in v0.41.0

func (m *GetUserGroupMembersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUserGroupMembersResponse) ProtoMessage added in v0.41.0

func (*GetUserGroupMembersResponse) ProtoMessage()

func (*GetUserGroupMembersResponse) Reset added in v0.41.0

func (m *GetUserGroupMembersResponse) Reset()

func (*GetUserGroupMembersResponse) Size added in v0.41.0

func (m *GetUserGroupMembersResponse) Size() (n int)

func (*GetUserGroupMembersResponse) String added in v0.41.0

func (this *GetUserGroupMembersResponse) String() string

func (*GetUserGroupMembersResponse) Unmarshal added in v0.41.0

func (m *GetUserGroupMembersResponse) Unmarshal(dAtA []byte) error

func (*GetUserGroupMembersResponse) XXX_DiscardUnknown added in v0.41.0

func (m *GetUserGroupMembersResponse) XXX_DiscardUnknown()

func (*GetUserGroupMembersResponse) XXX_Marshal added in v0.41.0

func (m *GetUserGroupMembersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserGroupMembersResponse) XXX_Merge added in v0.41.0

func (m *GetUserGroupMembersResponse) XXX_Merge(src proto.Message)

func (*GetUserGroupMembersResponse) XXX_Size added in v0.41.0

func (m *GetUserGroupMembersResponse) XXX_Size() int

func (*GetUserGroupMembersResponse) XXX_Unmarshal added in v0.41.0

func (m *GetUserGroupMembersResponse) XXX_Unmarshal(b []byte) error

type GetUserGroupRequest

type GetUserGroupRequest struct {
	// The id of the group to get.
	GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
}

func (*GetUserGroupRequest) Descriptor

func (*GetUserGroupRequest) Descriptor() ([]byte, []int)

func (*GetUserGroupRequest) Equal

func (this *GetUserGroupRequest) Equal(that interface{}) bool

func (*GetUserGroupRequest) GetGroupId

func (m *GetUserGroupRequest) GetGroupId() string

func (*GetUserGroupRequest) GoString

func (this *GetUserGroupRequest) GoString() string

func (*GetUserGroupRequest) Marshal

func (m *GetUserGroupRequest) Marshal() (dAtA []byte, err error)

func (*GetUserGroupRequest) MarshalTo

func (m *GetUserGroupRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetUserGroupRequest) MarshalToSizedBuffer

func (m *GetUserGroupRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUserGroupRequest) ProtoMessage

func (*GetUserGroupRequest) ProtoMessage()

func (*GetUserGroupRequest) Reset

func (m *GetUserGroupRequest) Reset()

func (*GetUserGroupRequest) Size

func (m *GetUserGroupRequest) Size() (n int)

func (*GetUserGroupRequest) String

func (this *GetUserGroupRequest) String() string

func (*GetUserGroupRequest) Unmarshal

func (m *GetUserGroupRequest) Unmarshal(dAtA []byte) error

func (*GetUserGroupRequest) XXX_DiscardUnknown

func (m *GetUserGroupRequest) XXX_DiscardUnknown()

func (*GetUserGroupRequest) XXX_Marshal

func (m *GetUserGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserGroupRequest) XXX_Merge

func (m *GetUserGroupRequest) XXX_Merge(src proto.Message)

func (*GetUserGroupRequest) XXX_Size

func (m *GetUserGroupRequest) XXX_Size() int

func (*GetUserGroupRequest) XXX_Unmarshal

func (m *GetUserGroupRequest) XXX_Unmarshal(b []byte) error

type GetUserGroupResponse

type GetUserGroupResponse struct {
	// The group.
	Group *v1.UserGroup `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
}

func (*GetUserGroupResponse) Descriptor

func (*GetUserGroupResponse) Descriptor() ([]byte, []int)

func (*GetUserGroupResponse) Equal

func (this *GetUserGroupResponse) Equal(that interface{}) bool

func (*GetUserGroupResponse) GetGroup

func (m *GetUserGroupResponse) GetGroup() *v1.UserGroup

func (*GetUserGroupResponse) GoString

func (this *GetUserGroupResponse) GoString() string

func (*GetUserGroupResponse) Marshal

func (m *GetUserGroupResponse) Marshal() (dAtA []byte, err error)

func (*GetUserGroupResponse) MarshalTo

func (m *GetUserGroupResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetUserGroupResponse) MarshalToSizedBuffer

func (m *GetUserGroupResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUserGroupResponse) ProtoMessage

func (*GetUserGroupResponse) ProtoMessage()

func (*GetUserGroupResponse) Reset

func (m *GetUserGroupResponse) Reset()

func (*GetUserGroupResponse) Size

func (m *GetUserGroupResponse) Size() (n int)

func (*GetUserGroupResponse) String

func (this *GetUserGroupResponse) String() string

func (*GetUserGroupResponse) Unmarshal

func (m *GetUserGroupResponse) Unmarshal(dAtA []byte) error

func (*GetUserGroupResponse) XXX_DiscardUnknown

func (m *GetUserGroupResponse) XXX_DiscardUnknown()

func (*GetUserGroupResponse) XXX_Marshal

func (m *GetUserGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserGroupResponse) XXX_Merge

func (m *GetUserGroupResponse) XXX_Merge(src proto.Message)

func (*GetUserGroupResponse) XXX_Size

func (m *GetUserGroupResponse) XXX_Size() int

func (*GetUserGroupResponse) XXX_Unmarshal

func (m *GetUserGroupResponse) XXX_Unmarshal(b []byte) error

type GetUserGroupsRequest

type GetUserGroupsRequest struct {
	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filter groups by the namespace they have access to - optional.
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Filter groups by the display name - optional.
	DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Filter groups by the google group specification - optional.
	GoogleGroup *GetUserGroupsRequest_GoogleGroupFilter `protobuf:"bytes,5,opt,name=google_group,json=googleGroup,proto3" json:"google_group,omitempty"`
	// Filter groups by the SCIM group specification - optional.
	ScimGroup *GetUserGroupsRequest_SCIMGroupFilter `protobuf:"bytes,6,opt,name=scim_group,json=scimGroup,proto3" json:"scim_group,omitempty"`
	// temporal:ui
	// Filter for name substring - optional
	NameSubstring string `protobuf:"bytes,100,opt,name=name_substring,json=nameSubstring,proto3" json:"name_substring,omitempty"`
	// This is not the enum, because gogoproto will panic on decoding a repeated enum.
	// temporal:ui
	IncludeStates []string `protobuf:"bytes,101,rep,name=include_states,json=includeStates,proto3" json:"include_states,omitempty"`
}

func (*GetUserGroupsRequest) Descriptor

func (*GetUserGroupsRequest) Descriptor() ([]byte, []int)

func (*GetUserGroupsRequest) Equal

func (this *GetUserGroupsRequest) Equal(that interface{}) bool

func (*GetUserGroupsRequest) GetDisplayName added in v0.34.0

func (m *GetUserGroupsRequest) GetDisplayName() string

func (*GetUserGroupsRequest) GetGoogleGroup added in v0.34.0

func (*GetUserGroupsRequest) GetIncludeStates added in v0.55.0

func (m *GetUserGroupsRequest) GetIncludeStates() []string

func (*GetUserGroupsRequest) GetNameSubstring added in v0.55.0

func (m *GetUserGroupsRequest) GetNameSubstring() string

func (*GetUserGroupsRequest) GetNamespace

func (m *GetUserGroupsRequest) GetNamespace() string

func (*GetUserGroupsRequest) GetPageSize

func (m *GetUserGroupsRequest) GetPageSize() int32

func (*GetUserGroupsRequest) GetPageToken

func (m *GetUserGroupsRequest) GetPageToken() string

func (*GetUserGroupsRequest) GetScimGroup added in v0.38.0

func (*GetUserGroupsRequest) GoString

func (this *GetUserGroupsRequest) GoString() string

func (*GetUserGroupsRequest) Marshal

func (m *GetUserGroupsRequest) Marshal() (dAtA []byte, err error)

func (*GetUserGroupsRequest) MarshalTo

func (m *GetUserGroupsRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetUserGroupsRequest) MarshalToSizedBuffer

func (m *GetUserGroupsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUserGroupsRequest) ProtoMessage

func (*GetUserGroupsRequest) ProtoMessage()

func (*GetUserGroupsRequest) Reset

func (m *GetUserGroupsRequest) Reset()

func (*GetUserGroupsRequest) Size

func (m *GetUserGroupsRequest) Size() (n int)

func (*GetUserGroupsRequest) String

func (this *GetUserGroupsRequest) String() string

func (*GetUserGroupsRequest) Unmarshal

func (m *GetUserGroupsRequest) Unmarshal(dAtA []byte) error

func (*GetUserGroupsRequest) XXX_DiscardUnknown

func (m *GetUserGroupsRequest) XXX_DiscardUnknown()

func (*GetUserGroupsRequest) XXX_Marshal

func (m *GetUserGroupsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserGroupsRequest) XXX_Merge

func (m *GetUserGroupsRequest) XXX_Merge(src proto.Message)

func (*GetUserGroupsRequest) XXX_Size

func (m *GetUserGroupsRequest) XXX_Size() int

func (*GetUserGroupsRequest) XXX_Unmarshal

func (m *GetUserGroupsRequest) XXX_Unmarshal(b []byte) error

type GetUserGroupsRequest_GoogleGroupFilter added in v0.34.0

type GetUserGroupsRequest_GoogleGroupFilter struct {
	// Filter groups by the google group email - optional.
	EmailAddress string `protobuf:"bytes,1,opt,name=email_address,json=emailAddress,proto3" json:"email_address,omitempty"`
}

func (*GetUserGroupsRequest_GoogleGroupFilter) Descriptor added in v0.34.0

func (*GetUserGroupsRequest_GoogleGroupFilter) Descriptor() ([]byte, []int)

func (*GetUserGroupsRequest_GoogleGroupFilter) Equal added in v0.34.0

func (this *GetUserGroupsRequest_GoogleGroupFilter) Equal(that interface{}) bool

func (*GetUserGroupsRequest_GoogleGroupFilter) GetEmailAddress added in v0.34.0

func (m *GetUserGroupsRequest_GoogleGroupFilter) GetEmailAddress() string

func (*GetUserGroupsRequest_GoogleGroupFilter) GoString added in v0.34.0

func (*GetUserGroupsRequest_GoogleGroupFilter) Marshal added in v0.34.0

func (m *GetUserGroupsRequest_GoogleGroupFilter) Marshal() (dAtA []byte, err error)

func (*GetUserGroupsRequest_GoogleGroupFilter) MarshalTo added in v0.34.0

func (m *GetUserGroupsRequest_GoogleGroupFilter) MarshalTo(dAtA []byte) (int, error)

func (*GetUserGroupsRequest_GoogleGroupFilter) MarshalToSizedBuffer added in v0.34.0

func (m *GetUserGroupsRequest_GoogleGroupFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUserGroupsRequest_GoogleGroupFilter) ProtoMessage added in v0.34.0

func (*GetUserGroupsRequest_GoogleGroupFilter) Reset added in v0.34.0

func (*GetUserGroupsRequest_GoogleGroupFilter) Size added in v0.34.0

func (*GetUserGroupsRequest_GoogleGroupFilter) String added in v0.34.0

func (*GetUserGroupsRequest_GoogleGroupFilter) Unmarshal added in v0.34.0

func (m *GetUserGroupsRequest_GoogleGroupFilter) Unmarshal(dAtA []byte) error

func (*GetUserGroupsRequest_GoogleGroupFilter) XXX_DiscardUnknown added in v0.34.0

func (m *GetUserGroupsRequest_GoogleGroupFilter) XXX_DiscardUnknown()

func (*GetUserGroupsRequest_GoogleGroupFilter) XXX_Marshal added in v0.34.0

func (m *GetUserGroupsRequest_GoogleGroupFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserGroupsRequest_GoogleGroupFilter) XXX_Merge added in v0.34.0

func (*GetUserGroupsRequest_GoogleGroupFilter) XXX_Size added in v0.34.0

func (*GetUserGroupsRequest_GoogleGroupFilter) XXX_Unmarshal added in v0.34.0

func (m *GetUserGroupsRequest_GoogleGroupFilter) XXX_Unmarshal(b []byte) error

type GetUserGroupsRequest_SCIMGroupFilter added in v0.38.0

type GetUserGroupsRequest_SCIMGroupFilter struct {
	// Filter groups by the SCIM IDP id - optional.
	IdpId string `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"`
}

func (*GetUserGroupsRequest_SCIMGroupFilter) Descriptor added in v0.38.0

func (*GetUserGroupsRequest_SCIMGroupFilter) Descriptor() ([]byte, []int)

func (*GetUserGroupsRequest_SCIMGroupFilter) Equal added in v0.38.0

func (this *GetUserGroupsRequest_SCIMGroupFilter) Equal(that interface{}) bool

func (*GetUserGroupsRequest_SCIMGroupFilter) GetIdpId added in v0.38.0

func (*GetUserGroupsRequest_SCIMGroupFilter) GoString added in v0.38.0

func (*GetUserGroupsRequest_SCIMGroupFilter) Marshal added in v0.38.0

func (m *GetUserGroupsRequest_SCIMGroupFilter) Marshal() (dAtA []byte, err error)

func (*GetUserGroupsRequest_SCIMGroupFilter) MarshalTo added in v0.38.0

func (m *GetUserGroupsRequest_SCIMGroupFilter) MarshalTo(dAtA []byte) (int, error)

func (*GetUserGroupsRequest_SCIMGroupFilter) MarshalToSizedBuffer added in v0.38.0

func (m *GetUserGroupsRequest_SCIMGroupFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUserGroupsRequest_SCIMGroupFilter) ProtoMessage added in v0.38.0

func (*GetUserGroupsRequest_SCIMGroupFilter) ProtoMessage()

func (*GetUserGroupsRequest_SCIMGroupFilter) Reset added in v0.38.0

func (*GetUserGroupsRequest_SCIMGroupFilter) Size added in v0.38.0

func (*GetUserGroupsRequest_SCIMGroupFilter) String added in v0.38.0

func (*GetUserGroupsRequest_SCIMGroupFilter) Unmarshal added in v0.38.0

func (m *GetUserGroupsRequest_SCIMGroupFilter) Unmarshal(dAtA []byte) error

func (*GetUserGroupsRequest_SCIMGroupFilter) XXX_DiscardUnknown added in v0.38.0

func (m *GetUserGroupsRequest_SCIMGroupFilter) XXX_DiscardUnknown()

func (*GetUserGroupsRequest_SCIMGroupFilter) XXX_Marshal added in v0.38.0

func (m *GetUserGroupsRequest_SCIMGroupFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserGroupsRequest_SCIMGroupFilter) XXX_Merge added in v0.38.0

func (*GetUserGroupsRequest_SCIMGroupFilter) XXX_Size added in v0.38.0

func (*GetUserGroupsRequest_SCIMGroupFilter) XXX_Unmarshal added in v0.38.0

func (m *GetUserGroupsRequest_SCIMGroupFilter) XXX_Unmarshal(b []byte) error

type GetUserGroupsResponse

type GetUserGroupsResponse struct {
	// The list of groups in ascending name order.
	Groups []*v1.UserGroup `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,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 (*GetUserGroupsResponse) Descriptor

func (*GetUserGroupsResponse) Descriptor() ([]byte, []int)

func (*GetUserGroupsResponse) Equal

func (this *GetUserGroupsResponse) Equal(that interface{}) bool

func (*GetUserGroupsResponse) GetGroups

func (m *GetUserGroupsResponse) GetGroups() []*v1.UserGroup

func (*GetUserGroupsResponse) GetNextPageToken

func (m *GetUserGroupsResponse) GetNextPageToken() string

func (*GetUserGroupsResponse) GoString

func (this *GetUserGroupsResponse) GoString() string

func (*GetUserGroupsResponse) Marshal

func (m *GetUserGroupsResponse) Marshal() (dAtA []byte, err error)

func (*GetUserGroupsResponse) MarshalTo

func (m *GetUserGroupsResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetUserGroupsResponse) MarshalToSizedBuffer

func (m *GetUserGroupsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUserGroupsResponse) ProtoMessage

func (*GetUserGroupsResponse) ProtoMessage()

func (*GetUserGroupsResponse) Reset

func (m *GetUserGroupsResponse) Reset()

func (*GetUserGroupsResponse) Size

func (m *GetUserGroupsResponse) Size() (n int)

func (*GetUserGroupsResponse) String

func (this *GetUserGroupsResponse) String() string

func (*GetUserGroupsResponse) Unmarshal

func (m *GetUserGroupsResponse) Unmarshal(dAtA []byte) error

func (*GetUserGroupsResponse) XXX_DiscardUnknown

func (m *GetUserGroupsResponse) XXX_DiscardUnknown()

func (*GetUserGroupsResponse) XXX_Marshal

func (m *GetUserGroupsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserGroupsResponse) XXX_Merge

func (m *GetUserGroupsResponse) XXX_Merge(src proto.Message)

func (*GetUserGroupsResponse) XXX_Size

func (m *GetUserGroupsResponse) XXX_Size() int

func (*GetUserGroupsResponse) XXX_Unmarshal

func (m *GetUserGroupsResponse) XXX_Unmarshal(b []byte) error

type GetUserRequest

type GetUserRequest struct {
	// The id of the user to get
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// If true, only direct roles will be returned, not ones derived from group memberships.
	// temporal:ui
	IncludeDerivedRoles bool `protobuf:"varint,100,opt,name=include_derived_roles,json=includeDerivedRoles,proto3" json:"include_derived_roles,omitempty"`
}

func (*GetUserRequest) Descriptor

func (*GetUserRequest) Descriptor() ([]byte, []int)

func (*GetUserRequest) Equal

func (this *GetUserRequest) Equal(that interface{}) bool

func (*GetUserRequest) GetIncludeDerivedRoles added in v0.55.0

func (m *GetUserRequest) GetIncludeDerivedRoles() bool

func (*GetUserRequest) GetUserId

func (m *GetUserRequest) GetUserId() string

func (*GetUserRequest) GoString

func (this *GetUserRequest) GoString() string

func (*GetUserRequest) Marshal

func (m *GetUserRequest) Marshal() (dAtA []byte, err error)

func (*GetUserRequest) MarshalTo

func (m *GetUserRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetUserRequest) MarshalToSizedBuffer

func (m *GetUserRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) Reset

func (m *GetUserRequest) Reset()

func (*GetUserRequest) Size

func (m *GetUserRequest) Size() (n int)

func (*GetUserRequest) String

func (this *GetUserRequest) String() string

func (*GetUserRequest) Unmarshal

func (m *GetUserRequest) Unmarshal(dAtA []byte) error

func (*GetUserRequest) XXX_DiscardUnknown

func (m *GetUserRequest) XXX_DiscardUnknown()

func (*GetUserRequest) XXX_Marshal

func (m *GetUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserRequest) XXX_Merge

func (m *GetUserRequest) XXX_Merge(src proto.Message)

func (*GetUserRequest) XXX_Size

func (m *GetUserRequest) XXX_Size() int

func (*GetUserRequest) XXX_Unmarshal

func (m *GetUserRequest) XXX_Unmarshal(b []byte) error

type GetUserResponse

type GetUserResponse struct {
	// The user
	User *v1.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
}

func (*GetUserResponse) Descriptor

func (*GetUserResponse) Descriptor() ([]byte, []int)

func (*GetUserResponse) Equal

func (this *GetUserResponse) Equal(that interface{}) bool

func (*GetUserResponse) GetUser

func (m *GetUserResponse) GetUser() *v1.User

func (*GetUserResponse) GoString

func (this *GetUserResponse) GoString() string

func (*GetUserResponse) Marshal

func (m *GetUserResponse) Marshal() (dAtA []byte, err error)

func (*GetUserResponse) MarshalTo

func (m *GetUserResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetUserResponse) MarshalToSizedBuffer

func (m *GetUserResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) Reset

func (m *GetUserResponse) Reset()

func (*GetUserResponse) Size

func (m *GetUserResponse) Size() (n int)

func (*GetUserResponse) String

func (this *GetUserResponse) String() string

func (*GetUserResponse) Unmarshal

func (m *GetUserResponse) Unmarshal(dAtA []byte) error

func (*GetUserResponse) XXX_DiscardUnknown

func (m *GetUserResponse) XXX_DiscardUnknown()

func (*GetUserResponse) XXX_Marshal

func (m *GetUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUserResponse) XXX_Merge

func (m *GetUserResponse) XXX_Merge(src proto.Message)

func (*GetUserResponse) XXX_Size

func (m *GetUserResponse) XXX_Size() int

func (*GetUserResponse) XXX_Unmarshal

func (m *GetUserResponse) XXX_Unmarshal(b []byte) error

type GetUsersRequest

type GetUsersRequest struct {
	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filter users by email address - optional.
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	// Filter users by the namespace they have access to - optional.
	Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Filter for email substring - optional
	// temporal:ui
	EmailSubstring string `protobuf:"bytes,100,opt,name=email_substring,json=emailSubstring,proto3" json:"email_substring,omitempty"`
	// Inclusive filter for entity states - optional.
	// This is not the enum, because gogoproto will panic on decoding a repeated enum.
	// temporal:ui
	IncludeStates []string `protobuf:"bytes,101,rep,name=include_states,json=includeStates,proto3" json:"include_states,omitempty"`
}

func (*GetUsersRequest) Descriptor

func (*GetUsersRequest) Descriptor() ([]byte, []int)

func (*GetUsersRequest) Equal

func (this *GetUsersRequest) Equal(that interface{}) bool

func (*GetUsersRequest) GetEmail

func (m *GetUsersRequest) GetEmail() string

func (*GetUsersRequest) GetEmailSubstring added in v0.55.0

func (m *GetUsersRequest) GetEmailSubstring() string

func (*GetUsersRequest) GetIncludeStates added in v0.55.0

func (m *GetUsersRequest) GetIncludeStates() []string

func (*GetUsersRequest) GetNamespace

func (m *GetUsersRequest) GetNamespace() string

func (*GetUsersRequest) GetPageSize

func (m *GetUsersRequest) GetPageSize() int32

func (*GetUsersRequest) GetPageToken

func (m *GetUsersRequest) GetPageToken() string

func (*GetUsersRequest) GoString

func (this *GetUsersRequest) GoString() string

func (*GetUsersRequest) Marshal

func (m *GetUsersRequest) Marshal() (dAtA []byte, err error)

func (*GetUsersRequest) MarshalTo

func (m *GetUsersRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetUsersRequest) MarshalToSizedBuffer

func (m *GetUsersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUsersRequest) ProtoMessage

func (*GetUsersRequest) ProtoMessage()

func (*GetUsersRequest) Reset

func (m *GetUsersRequest) Reset()

func (*GetUsersRequest) Size

func (m *GetUsersRequest) Size() (n int)

func (*GetUsersRequest) String

func (this *GetUsersRequest) String() string

func (*GetUsersRequest) Unmarshal

func (m *GetUsersRequest) Unmarshal(dAtA []byte) error

func (*GetUsersRequest) XXX_DiscardUnknown

func (m *GetUsersRequest) XXX_DiscardUnknown()

func (*GetUsersRequest) XXX_Marshal

func (m *GetUsersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUsersRequest) XXX_Merge

func (m *GetUsersRequest) XXX_Merge(src proto.Message)

func (*GetUsersRequest) XXX_Size

func (m *GetUsersRequest) XXX_Size() int

func (*GetUsersRequest) XXX_Unmarshal

func (m *GetUsersRequest) XXX_Unmarshal(b []byte) error

type GetUsersResponse

type GetUsersResponse struct {
	// The list of users in ascending ids order
	Users []*v1.User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,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 (*GetUsersResponse) Descriptor

func (*GetUsersResponse) Descriptor() ([]byte, []int)

func (*GetUsersResponse) Equal

func (this *GetUsersResponse) Equal(that interface{}) bool

func (*GetUsersResponse) GetNextPageToken

func (m *GetUsersResponse) GetNextPageToken() string

func (*GetUsersResponse) GetUsers

func (m *GetUsersResponse) GetUsers() []*v1.User

func (*GetUsersResponse) GoString

func (this *GetUsersResponse) GoString() string

func (*GetUsersResponse) Marshal

func (m *GetUsersResponse) Marshal() (dAtA []byte, err error)

func (*GetUsersResponse) MarshalTo

func (m *GetUsersResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetUsersResponse) MarshalToSizedBuffer

func (m *GetUsersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetUsersResponse) ProtoMessage

func (*GetUsersResponse) ProtoMessage()

func (*GetUsersResponse) Reset

func (m *GetUsersResponse) Reset()

func (*GetUsersResponse) Size

func (m *GetUsersResponse) Size() (n int)

func (*GetUsersResponse) String

func (this *GetUsersResponse) String() string

func (*GetUsersResponse) Unmarshal

func (m *GetUsersResponse) Unmarshal(dAtA []byte) error

func (*GetUsersResponse) XXX_DiscardUnknown

func (m *GetUsersResponse) XXX_DiscardUnknown()

func (*GetUsersResponse) XXX_Marshal

func (m *GetUsersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetUsersResponse) XXX_Merge

func (m *GetUsersResponse) XXX_Merge(src proto.Message)

func (*GetUsersResponse) XXX_Size

func (m *GetUsersResponse) XXX_Size() int

func (*GetUsersResponse) XXX_Unmarshal

func (m *GetUsersResponse) XXX_Unmarshal(b []byte) error

type HandoverNamespaceRequest added in v0.38.0

type HandoverNamespaceRequest struct {
	// The migration id.
	MigrationId string `protobuf:"bytes,1,opt,name=migration_id,json=migrationId,proto3" json:"migration_id,omitempty"`
	// The id of replica to make active.
	ToReplicaId string `protobuf:"bytes,2,opt,name=to_replica_id,json=toReplicaId,proto3" json:"to_replica_id,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:dev

func (*HandoverNamespaceRequest) Descriptor added in v0.38.0

func (*HandoverNamespaceRequest) Descriptor() ([]byte, []int)

func (*HandoverNamespaceRequest) Equal added in v0.38.0

func (this *HandoverNamespaceRequest) Equal(that interface{}) bool

func (*HandoverNamespaceRequest) GetAsyncOperationId added in v0.38.0

func (m *HandoverNamespaceRequest) GetAsyncOperationId() string

func (*HandoverNamespaceRequest) GetMigrationId added in v0.38.0

func (m *HandoverNamespaceRequest) GetMigrationId() string

func (*HandoverNamespaceRequest) GetToReplicaId added in v0.38.0

func (m *HandoverNamespaceRequest) GetToReplicaId() string

func (*HandoverNamespaceRequest) GoString added in v0.38.0

func (this *HandoverNamespaceRequest) GoString() string

func (*HandoverNamespaceRequest) Marshal added in v0.38.0

func (m *HandoverNamespaceRequest) Marshal() (dAtA []byte, err error)

func (*HandoverNamespaceRequest) MarshalTo added in v0.38.0

func (m *HandoverNamespaceRequest) MarshalTo(dAtA []byte) (int, error)

func (*HandoverNamespaceRequest) MarshalToSizedBuffer added in v0.38.0

func (m *HandoverNamespaceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HandoverNamespaceRequest) ProtoMessage added in v0.38.0

func (*HandoverNamespaceRequest) ProtoMessage()

func (*HandoverNamespaceRequest) Reset added in v0.38.0

func (m *HandoverNamespaceRequest) Reset()

func (*HandoverNamespaceRequest) Size added in v0.38.0

func (m *HandoverNamespaceRequest) Size() (n int)

func (*HandoverNamespaceRequest) String added in v0.38.0

func (this *HandoverNamespaceRequest) String() string

func (*HandoverNamespaceRequest) Unmarshal added in v0.38.0

func (m *HandoverNamespaceRequest) Unmarshal(dAtA []byte) error

func (*HandoverNamespaceRequest) XXX_DiscardUnknown added in v0.38.0

func (m *HandoverNamespaceRequest) XXX_DiscardUnknown()

func (*HandoverNamespaceRequest) XXX_Marshal added in v0.38.0

func (m *HandoverNamespaceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HandoverNamespaceRequest) XXX_Merge added in v0.38.0

func (m *HandoverNamespaceRequest) XXX_Merge(src proto.Message)

func (*HandoverNamespaceRequest) XXX_Size added in v0.38.0

func (m *HandoverNamespaceRequest) XXX_Size() int

func (*HandoverNamespaceRequest) XXX_Unmarshal added in v0.38.0

func (m *HandoverNamespaceRequest) XXX_Unmarshal(b []byte) error

type HandoverNamespaceResponse added in v0.38.0

type HandoverNamespaceResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:dev

func (*HandoverNamespaceResponse) Descriptor added in v0.38.0

func (*HandoverNamespaceResponse) Descriptor() ([]byte, []int)

func (*HandoverNamespaceResponse) Equal added in v0.38.0

func (this *HandoverNamespaceResponse) Equal(that interface{}) bool

func (*HandoverNamespaceResponse) GetAsyncOperation added in v0.38.0

func (m *HandoverNamespaceResponse) GetAsyncOperation() *v11.AsyncOperation

func (*HandoverNamespaceResponse) GoString added in v0.38.0

func (this *HandoverNamespaceResponse) GoString() string

func (*HandoverNamespaceResponse) Marshal added in v0.38.0

func (m *HandoverNamespaceResponse) Marshal() (dAtA []byte, err error)

func (*HandoverNamespaceResponse) MarshalTo added in v0.38.0

func (m *HandoverNamespaceResponse) MarshalTo(dAtA []byte) (int, error)

func (*HandoverNamespaceResponse) MarshalToSizedBuffer added in v0.38.0

func (m *HandoverNamespaceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*HandoverNamespaceResponse) ProtoMessage added in v0.38.0

func (*HandoverNamespaceResponse) ProtoMessage()

func (*HandoverNamespaceResponse) Reset added in v0.38.0

func (m *HandoverNamespaceResponse) Reset()

func (*HandoverNamespaceResponse) Size added in v0.38.0

func (m *HandoverNamespaceResponse) Size() (n int)

func (*HandoverNamespaceResponse) String added in v0.38.0

func (this *HandoverNamespaceResponse) String() string

func (*HandoverNamespaceResponse) Unmarshal added in v0.38.0

func (m *HandoverNamespaceResponse) Unmarshal(dAtA []byte) error

func (*HandoverNamespaceResponse) XXX_DiscardUnknown added in v0.38.0

func (m *HandoverNamespaceResponse) XXX_DiscardUnknown()

func (*HandoverNamespaceResponse) XXX_Marshal added in v0.38.0

func (m *HandoverNamespaceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HandoverNamespaceResponse) XXX_Merge added in v0.38.0

func (m *HandoverNamespaceResponse) XXX_Merge(src proto.Message)

func (*HandoverNamespaceResponse) XXX_Size added in v0.38.0

func (m *HandoverNamespaceResponse) XXX_Size() int

func (*HandoverNamespaceResponse) XXX_Unmarshal added in v0.38.0

func (m *HandoverNamespaceResponse) XXX_Unmarshal(b []byte) error

type RemoveUserGroupMemberRequest added in v0.41.0

type RemoveUserGroupMemberRequest struct {
	// The id of the group to add the member for.
	GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// The member id to add to the group.
	MemberId *v1.UserGroupMemberId `protobuf:"bytes,2,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*RemoveUserGroupMemberRequest) Descriptor added in v0.41.0

func (*RemoveUserGroupMemberRequest) Descriptor() ([]byte, []int)

func (*RemoveUserGroupMemberRequest) Equal added in v0.41.0

func (this *RemoveUserGroupMemberRequest) Equal(that interface{}) bool

func (*RemoveUserGroupMemberRequest) GetAsyncOperationId added in v0.41.0

func (m *RemoveUserGroupMemberRequest) GetAsyncOperationId() string

func (*RemoveUserGroupMemberRequest) GetGroupId added in v0.41.0

func (m *RemoveUserGroupMemberRequest) GetGroupId() string

func (*RemoveUserGroupMemberRequest) GetMemberId added in v0.41.0

func (*RemoveUserGroupMemberRequest) GoString added in v0.41.0

func (this *RemoveUserGroupMemberRequest) GoString() string

func (*RemoveUserGroupMemberRequest) Marshal added in v0.41.0

func (m *RemoveUserGroupMemberRequest) Marshal() (dAtA []byte, err error)

func (*RemoveUserGroupMemberRequest) MarshalTo added in v0.41.0

func (m *RemoveUserGroupMemberRequest) MarshalTo(dAtA []byte) (int, error)

func (*RemoveUserGroupMemberRequest) MarshalToSizedBuffer added in v0.41.0

func (m *RemoveUserGroupMemberRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RemoveUserGroupMemberRequest) ProtoMessage added in v0.41.0

func (*RemoveUserGroupMemberRequest) ProtoMessage()

func (*RemoveUserGroupMemberRequest) Reset added in v0.41.0

func (m *RemoveUserGroupMemberRequest) Reset()

func (*RemoveUserGroupMemberRequest) Size added in v0.41.0

func (m *RemoveUserGroupMemberRequest) Size() (n int)

func (*RemoveUserGroupMemberRequest) String added in v0.41.0

func (this *RemoveUserGroupMemberRequest) String() string

func (*RemoveUserGroupMemberRequest) Unmarshal added in v0.41.0

func (m *RemoveUserGroupMemberRequest) Unmarshal(dAtA []byte) error

func (*RemoveUserGroupMemberRequest) XXX_DiscardUnknown added in v0.41.0

func (m *RemoveUserGroupMemberRequest) XXX_DiscardUnknown()

func (*RemoveUserGroupMemberRequest) XXX_Marshal added in v0.41.0

func (m *RemoveUserGroupMemberRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveUserGroupMemberRequest) XXX_Merge added in v0.41.0

func (m *RemoveUserGroupMemberRequest) XXX_Merge(src proto.Message)

func (*RemoveUserGroupMemberRequest) XXX_Size added in v0.41.0

func (m *RemoveUserGroupMemberRequest) XXX_Size() int

func (*RemoveUserGroupMemberRequest) XXX_Unmarshal added in v0.41.0

func (m *RemoveUserGroupMemberRequest) XXX_Unmarshal(b []byte) error

type RemoveUserGroupMemberResponse added in v0.41.0

type RemoveUserGroupMemberResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*RemoveUserGroupMemberResponse) Descriptor added in v0.41.0

func (*RemoveUserGroupMemberResponse) Descriptor() ([]byte, []int)

func (*RemoveUserGroupMemberResponse) Equal added in v0.41.0

func (this *RemoveUserGroupMemberResponse) Equal(that interface{}) bool

func (*RemoveUserGroupMemberResponse) GetAsyncOperation added in v0.41.0

func (m *RemoveUserGroupMemberResponse) GetAsyncOperation() *v11.AsyncOperation

func (*RemoveUserGroupMemberResponse) GoString added in v0.41.0

func (this *RemoveUserGroupMemberResponse) GoString() string

func (*RemoveUserGroupMemberResponse) Marshal added in v0.41.0

func (m *RemoveUserGroupMemberResponse) Marshal() (dAtA []byte, err error)

func (*RemoveUserGroupMemberResponse) MarshalTo added in v0.41.0

func (m *RemoveUserGroupMemberResponse) MarshalTo(dAtA []byte) (int, error)

func (*RemoveUserGroupMemberResponse) MarshalToSizedBuffer added in v0.41.0

func (m *RemoveUserGroupMemberResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RemoveUserGroupMemberResponse) ProtoMessage added in v0.41.0

func (*RemoveUserGroupMemberResponse) ProtoMessage()

func (*RemoveUserGroupMemberResponse) Reset added in v0.41.0

func (m *RemoveUserGroupMemberResponse) Reset()

func (*RemoveUserGroupMemberResponse) Size added in v0.41.0

func (m *RemoveUserGroupMemberResponse) Size() (n int)

func (*RemoveUserGroupMemberResponse) String added in v0.41.0

func (this *RemoveUserGroupMemberResponse) String() string

func (*RemoveUserGroupMemberResponse) Unmarshal added in v0.41.0

func (m *RemoveUserGroupMemberResponse) Unmarshal(dAtA []byte) error

func (*RemoveUserGroupMemberResponse) XXX_DiscardUnknown added in v0.41.0

func (m *RemoveUserGroupMemberResponse) XXX_DiscardUnknown()

func (*RemoveUserGroupMemberResponse) XXX_Marshal added in v0.41.0

func (m *RemoveUserGroupMemberResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveUserGroupMemberResponse) XXX_Merge added in v0.41.0

func (m *RemoveUserGroupMemberResponse) XXX_Merge(src proto.Message)

func (*RemoveUserGroupMemberResponse) XXX_Size added in v0.41.0

func (m *RemoveUserGroupMemberResponse) XXX_Size() int

func (*RemoveUserGroupMemberResponse) XXX_Unmarshal added in v0.41.0

func (m *RemoveUserGroupMemberResponse) XXX_Unmarshal(b []byte) error

type RenameCustomSearchAttributeRequest

type RenameCustomSearchAttributeRequest struct {
	// The namespace to rename the custom search attribute for.
	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 id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,5,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*RenameCustomSearchAttributeRequest) Descriptor

func (*RenameCustomSearchAttributeRequest) Descriptor() ([]byte, []int)

func (*RenameCustomSearchAttributeRequest) Equal

func (this *RenameCustomSearchAttributeRequest) Equal(that interface{}) bool

func (*RenameCustomSearchAttributeRequest) GetAsyncOperationId

func (m *RenameCustomSearchAttributeRequest) GetAsyncOperationId() string

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) 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 async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*RenameCustomSearchAttributeResponse) Descriptor

func (*RenameCustomSearchAttributeResponse) Descriptor() ([]byte, []int)

func (*RenameCustomSearchAttributeResponse) Equal

func (this *RenameCustomSearchAttributeResponse) Equal(that interface{}) bool

func (*RenameCustomSearchAttributeResponse) GetAsyncOperation

func (m *RenameCustomSearchAttributeResponse) GetAsyncOperation() *v11.AsyncOperation

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 ResendUserInviteRequest added in v0.43.0

type ResendUserInviteRequest struct {
	// the id of user.
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:ui

func (*ResendUserInviteRequest) Descriptor added in v0.43.0

func (*ResendUserInviteRequest) Descriptor() ([]byte, []int)

func (*ResendUserInviteRequest) Equal added in v0.43.0

func (this *ResendUserInviteRequest) Equal(that interface{}) bool

func (*ResendUserInviteRequest) GetAsyncOperationId added in v0.43.0

func (m *ResendUserInviteRequest) GetAsyncOperationId() string

func (*ResendUserInviteRequest) GetUserId added in v0.43.0

func (m *ResendUserInviteRequest) GetUserId() string

func (*ResendUserInviteRequest) GoString added in v0.43.0

func (this *ResendUserInviteRequest) GoString() string

func (*ResendUserInviteRequest) Marshal added in v0.43.0

func (m *ResendUserInviteRequest) Marshal() (dAtA []byte, err error)

func (*ResendUserInviteRequest) MarshalTo added in v0.43.0

func (m *ResendUserInviteRequest) MarshalTo(dAtA []byte) (int, error)

func (*ResendUserInviteRequest) MarshalToSizedBuffer added in v0.43.0

func (m *ResendUserInviteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResendUserInviteRequest) ProtoMessage added in v0.43.0

func (*ResendUserInviteRequest) ProtoMessage()

func (*ResendUserInviteRequest) Reset added in v0.43.0

func (m *ResendUserInviteRequest) Reset()

func (*ResendUserInviteRequest) Size added in v0.43.0

func (m *ResendUserInviteRequest) Size() (n int)

func (*ResendUserInviteRequest) String added in v0.43.0

func (this *ResendUserInviteRequest) String() string

func (*ResendUserInviteRequest) Unmarshal added in v0.43.0

func (m *ResendUserInviteRequest) Unmarshal(dAtA []byte) error

func (*ResendUserInviteRequest) XXX_DiscardUnknown added in v0.43.0

func (m *ResendUserInviteRequest) XXX_DiscardUnknown()

func (*ResendUserInviteRequest) XXX_Marshal added in v0.43.0

func (m *ResendUserInviteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResendUserInviteRequest) XXX_Merge added in v0.43.0

func (m *ResendUserInviteRequest) XXX_Merge(src proto.Message)

func (*ResendUserInviteRequest) XXX_Size added in v0.43.0

func (m *ResendUserInviteRequest) XXX_Size() int

func (*ResendUserInviteRequest) XXX_Unmarshal added in v0.43.0

func (m *ResendUserInviteRequest) XXX_Unmarshal(b []byte) error

type ResendUserInviteResponse added in v0.43.0

type ResendUserInviteResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:ui

func (*ResendUserInviteResponse) Descriptor added in v0.43.0

func (*ResendUserInviteResponse) Descriptor() ([]byte, []int)

func (*ResendUserInviteResponse) Equal added in v0.43.0

func (this *ResendUserInviteResponse) Equal(that interface{}) bool

func (*ResendUserInviteResponse) GetAsyncOperation added in v0.43.0

func (m *ResendUserInviteResponse) GetAsyncOperation() *v11.AsyncOperation

func (*ResendUserInviteResponse) GoString added in v0.43.0

func (this *ResendUserInviteResponse) GoString() string

func (*ResendUserInviteResponse) Marshal added in v0.43.0

func (m *ResendUserInviteResponse) Marshal() (dAtA []byte, err error)

func (*ResendUserInviteResponse) MarshalTo added in v0.43.0

func (m *ResendUserInviteResponse) MarshalTo(dAtA []byte) (int, error)

func (*ResendUserInviteResponse) MarshalToSizedBuffer added in v0.43.0

func (m *ResendUserInviteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ResendUserInviteResponse) ProtoMessage added in v0.43.0

func (*ResendUserInviteResponse) ProtoMessage()

func (*ResendUserInviteResponse) Reset added in v0.43.0

func (m *ResendUserInviteResponse) Reset()

func (*ResendUserInviteResponse) Size added in v0.43.0

func (m *ResendUserInviteResponse) Size() (n int)

func (*ResendUserInviteResponse) String added in v0.43.0

func (this *ResendUserInviteResponse) String() string

func (*ResendUserInviteResponse) Unmarshal added in v0.43.0

func (m *ResendUserInviteResponse) Unmarshal(dAtA []byte) error

func (*ResendUserInviteResponse) XXX_DiscardUnknown added in v0.43.0

func (m *ResendUserInviteResponse) XXX_DiscardUnknown()

func (*ResendUserInviteResponse) XXX_Marshal added in v0.43.0

func (m *ResendUserInviteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ResendUserInviteResponse) XXX_Merge added in v0.43.0

func (m *ResendUserInviteResponse) XXX_Merge(src proto.Message)

func (*ResendUserInviteResponse) XXX_Size added in v0.43.0

func (m *ResendUserInviteResponse) XXX_Size() int

func (*ResendUserInviteResponse) XXX_Unmarshal added in v0.43.0

func (m *ResendUserInviteResponse) XXX_Unmarshal(b []byte) error

type SetServiceAccountNamespaceAccessRequest added in v0.51.0

type SetServiceAccountNamespaceAccessRequest struct {
	// The ID of the service account to update.
	ServiceAccountId string `protobuf:"bytes,1,opt,name=service_account_id,json=serviceAccountId,proto3" json:"service_account_id,omitempty"`
	// The namespace to set permissions for.
	Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The namespace access to assign the service account.
	Access *v1.NamespaceAccess `protobuf:"bytes,3,opt,name=access,proto3" json:"access,omitempty"`
	// The version of the service account for which this update is intended for.
	// The latest version can be found in the GetServiceAccount response.
	ResourceVersion string `protobuf:"bytes,4,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The ID to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,5,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*SetServiceAccountNamespaceAccessRequest) Descriptor added in v0.51.0

func (*SetServiceAccountNamespaceAccessRequest) Descriptor() ([]byte, []int)

func (*SetServiceAccountNamespaceAccessRequest) Equal added in v0.51.0

func (this *SetServiceAccountNamespaceAccessRequest) Equal(that interface{}) bool

func (*SetServiceAccountNamespaceAccessRequest) GetAccess added in v0.51.0

func (*SetServiceAccountNamespaceAccessRequest) GetAsyncOperationId added in v0.51.0

func (m *SetServiceAccountNamespaceAccessRequest) GetAsyncOperationId() string

func (*SetServiceAccountNamespaceAccessRequest) GetNamespace added in v0.51.0

func (*SetServiceAccountNamespaceAccessRequest) GetResourceVersion added in v0.51.0

func (m *SetServiceAccountNamespaceAccessRequest) GetResourceVersion() string

func (*SetServiceAccountNamespaceAccessRequest) GetServiceAccountId added in v0.51.0

func (m *SetServiceAccountNamespaceAccessRequest) GetServiceAccountId() string

func (*SetServiceAccountNamespaceAccessRequest) GoString added in v0.51.0

func (*SetServiceAccountNamespaceAccessRequest) Marshal added in v0.51.0

func (m *SetServiceAccountNamespaceAccessRequest) Marshal() (dAtA []byte, err error)

func (*SetServiceAccountNamespaceAccessRequest) MarshalTo added in v0.51.0

func (m *SetServiceAccountNamespaceAccessRequest) MarshalTo(dAtA []byte) (int, error)

func (*SetServiceAccountNamespaceAccessRequest) MarshalToSizedBuffer added in v0.51.0

func (m *SetServiceAccountNamespaceAccessRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetServiceAccountNamespaceAccessRequest) ProtoMessage added in v0.51.0

func (*SetServiceAccountNamespaceAccessRequest) Reset added in v0.51.0

func (*SetServiceAccountNamespaceAccessRequest) Size added in v0.51.0

func (*SetServiceAccountNamespaceAccessRequest) String added in v0.51.0

func (*SetServiceAccountNamespaceAccessRequest) Unmarshal added in v0.51.0

func (m *SetServiceAccountNamespaceAccessRequest) Unmarshal(dAtA []byte) error

func (*SetServiceAccountNamespaceAccessRequest) XXX_DiscardUnknown added in v0.51.0

func (m *SetServiceAccountNamespaceAccessRequest) XXX_DiscardUnknown()

func (*SetServiceAccountNamespaceAccessRequest) XXX_Marshal added in v0.51.0

func (m *SetServiceAccountNamespaceAccessRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetServiceAccountNamespaceAccessRequest) XXX_Merge added in v0.51.0

func (*SetServiceAccountNamespaceAccessRequest) XXX_Size added in v0.51.0

func (*SetServiceAccountNamespaceAccessRequest) XXX_Unmarshal added in v0.51.0

func (m *SetServiceAccountNamespaceAccessRequest) XXX_Unmarshal(b []byte) error

type SetServiceAccountNamespaceAccessResponse added in v0.51.0

type SetServiceAccountNamespaceAccessResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*SetServiceAccountNamespaceAccessResponse) Descriptor added in v0.51.0

func (*SetServiceAccountNamespaceAccessResponse) Descriptor() ([]byte, []int)

func (*SetServiceAccountNamespaceAccessResponse) Equal added in v0.51.0

func (this *SetServiceAccountNamespaceAccessResponse) Equal(that interface{}) bool

func (*SetServiceAccountNamespaceAccessResponse) GetAsyncOperation added in v0.51.0

func (*SetServiceAccountNamespaceAccessResponse) GoString added in v0.51.0

func (*SetServiceAccountNamespaceAccessResponse) Marshal added in v0.51.0

func (m *SetServiceAccountNamespaceAccessResponse) Marshal() (dAtA []byte, err error)

func (*SetServiceAccountNamespaceAccessResponse) MarshalTo added in v0.51.0

func (m *SetServiceAccountNamespaceAccessResponse) MarshalTo(dAtA []byte) (int, error)

func (*SetServiceAccountNamespaceAccessResponse) MarshalToSizedBuffer added in v0.51.0

func (m *SetServiceAccountNamespaceAccessResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetServiceAccountNamespaceAccessResponse) ProtoMessage added in v0.51.0

func (*SetServiceAccountNamespaceAccessResponse) Reset added in v0.51.0

func (*SetServiceAccountNamespaceAccessResponse) Size added in v0.51.0

func (*SetServiceAccountNamespaceAccessResponse) String added in v0.51.0

func (*SetServiceAccountNamespaceAccessResponse) Unmarshal added in v0.51.0

func (*SetServiceAccountNamespaceAccessResponse) XXX_DiscardUnknown added in v0.51.0

func (m *SetServiceAccountNamespaceAccessResponse) XXX_DiscardUnknown()

func (*SetServiceAccountNamespaceAccessResponse) XXX_Marshal added in v0.51.0

func (m *SetServiceAccountNamespaceAccessResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetServiceAccountNamespaceAccessResponse) XXX_Merge added in v0.51.0

func (*SetServiceAccountNamespaceAccessResponse) XXX_Size added in v0.51.0

func (*SetServiceAccountNamespaceAccessResponse) XXX_Unmarshal added in v0.51.0

func (m *SetServiceAccountNamespaceAccessResponse) XXX_Unmarshal(b []byte) error

type SetServiceAccountProjectAccessRequest added in v0.55.0

type SetServiceAccountProjectAccessRequest struct {
	// The project to set permissions for.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// The id of the group to set permissions for.
	ServiceAccountId string `protobuf:"bytes,2,opt,name=service_account_id,json=serviceAccountId,proto3" json:"service_account_id,omitempty"`
	// The project access to assign the group. If left empty, the group will be removed from the project access.
	Access *v1.ProjectAccess `protobuf:"bytes,3,opt,name=access,proto3" json:"access,omitempty"`
	// The version of the service account for which this update is intended for.
	// The latest version can be found in the GetServiceAccount operation response.
	ResourceVersion string `protobuf:"bytes,4,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,5,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:dev

func (*SetServiceAccountProjectAccessRequest) Descriptor added in v0.55.0

func (*SetServiceAccountProjectAccessRequest) Descriptor() ([]byte, []int)

func (*SetServiceAccountProjectAccessRequest) Equal added in v0.55.0

func (this *SetServiceAccountProjectAccessRequest) Equal(that interface{}) bool

func (*SetServiceAccountProjectAccessRequest) GetAccess added in v0.55.0

func (*SetServiceAccountProjectAccessRequest) GetAsyncOperationId added in v0.55.0

func (m *SetServiceAccountProjectAccessRequest) GetAsyncOperationId() string

func (*SetServiceAccountProjectAccessRequest) GetProjectId added in v0.55.0

func (*SetServiceAccountProjectAccessRequest) GetResourceVersion added in v0.55.0

func (m *SetServiceAccountProjectAccessRequest) GetResourceVersion() string

func (*SetServiceAccountProjectAccessRequest) GetServiceAccountId added in v0.55.0

func (m *SetServiceAccountProjectAccessRequest) GetServiceAccountId() string

func (*SetServiceAccountProjectAccessRequest) GoString added in v0.55.0

func (*SetServiceAccountProjectAccessRequest) Marshal added in v0.55.0

func (m *SetServiceAccountProjectAccessRequest) Marshal() (dAtA []byte, err error)

func (*SetServiceAccountProjectAccessRequest) MarshalTo added in v0.55.0

func (m *SetServiceAccountProjectAccessRequest) MarshalTo(dAtA []byte) (int, error)

func (*SetServiceAccountProjectAccessRequest) MarshalToSizedBuffer added in v0.55.0

func (m *SetServiceAccountProjectAccessRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetServiceAccountProjectAccessRequest) ProtoMessage added in v0.55.0

func (*SetServiceAccountProjectAccessRequest) ProtoMessage()

func (*SetServiceAccountProjectAccessRequest) Reset added in v0.55.0

func (*SetServiceAccountProjectAccessRequest) Size added in v0.55.0

func (*SetServiceAccountProjectAccessRequest) String added in v0.55.0

func (*SetServiceAccountProjectAccessRequest) Unmarshal added in v0.55.0

func (m *SetServiceAccountProjectAccessRequest) Unmarshal(dAtA []byte) error

func (*SetServiceAccountProjectAccessRequest) XXX_DiscardUnknown added in v0.55.0

func (m *SetServiceAccountProjectAccessRequest) XXX_DiscardUnknown()

func (*SetServiceAccountProjectAccessRequest) XXX_Marshal added in v0.55.0

func (m *SetServiceAccountProjectAccessRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetServiceAccountProjectAccessRequest) XXX_Merge added in v0.55.0

func (*SetServiceAccountProjectAccessRequest) XXX_Size added in v0.55.0

func (*SetServiceAccountProjectAccessRequest) XXX_Unmarshal added in v0.55.0

func (m *SetServiceAccountProjectAccessRequest) XXX_Unmarshal(b []byte) error

type SetServiceAccountProjectAccessResponse added in v0.55.0

type SetServiceAccountProjectAccessResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:dev

func (*SetServiceAccountProjectAccessResponse) Descriptor added in v0.55.0

func (*SetServiceAccountProjectAccessResponse) Descriptor() ([]byte, []int)

func (*SetServiceAccountProjectAccessResponse) Equal added in v0.55.0

func (this *SetServiceAccountProjectAccessResponse) Equal(that interface{}) bool

func (*SetServiceAccountProjectAccessResponse) GetAsyncOperation added in v0.55.0

func (*SetServiceAccountProjectAccessResponse) GoString added in v0.55.0

func (*SetServiceAccountProjectAccessResponse) Marshal added in v0.55.0

func (m *SetServiceAccountProjectAccessResponse) Marshal() (dAtA []byte, err error)

func (*SetServiceAccountProjectAccessResponse) MarshalTo added in v0.55.0

func (m *SetServiceAccountProjectAccessResponse) MarshalTo(dAtA []byte) (int, error)

func (*SetServiceAccountProjectAccessResponse) MarshalToSizedBuffer added in v0.55.0

func (m *SetServiceAccountProjectAccessResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetServiceAccountProjectAccessResponse) ProtoMessage added in v0.55.0

func (*SetServiceAccountProjectAccessResponse) Reset added in v0.55.0

func (*SetServiceAccountProjectAccessResponse) Size added in v0.55.0

func (*SetServiceAccountProjectAccessResponse) String added in v0.55.0

func (*SetServiceAccountProjectAccessResponse) Unmarshal added in v0.55.0

func (m *SetServiceAccountProjectAccessResponse) Unmarshal(dAtA []byte) error

func (*SetServiceAccountProjectAccessResponse) XXX_DiscardUnknown added in v0.55.0

func (m *SetServiceAccountProjectAccessResponse) XXX_DiscardUnknown()

func (*SetServiceAccountProjectAccessResponse) XXX_Marshal added in v0.55.0

func (m *SetServiceAccountProjectAccessResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetServiceAccountProjectAccessResponse) XXX_Merge added in v0.55.0

func (*SetServiceAccountProjectAccessResponse) XXX_Size added in v0.55.0

func (*SetServiceAccountProjectAccessResponse) XXX_Unmarshal added in v0.55.0

func (m *SetServiceAccountProjectAccessResponse) XXX_Unmarshal(b []byte) error

type SetUserGroupNamespaceAccessRequest

type SetUserGroupNamespaceAccessRequest struct {
	// The namespace to set permissions for.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The id of the group to set permissions for.
	GroupId string `protobuf:"bytes,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// The namespace access to assign the group. If left empty, the group will be removed from the namespace access.
	Access *v1.NamespaceAccess `protobuf:"bytes,3,opt,name=access,proto3" json:"access,omitempty"`
	// The version of the group for which this update is intended for.
	// The latest version can be found in the GetGroup operation response.
	ResourceVersion string `protobuf:"bytes,4,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,5,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*SetUserGroupNamespaceAccessRequest) Descriptor

func (*SetUserGroupNamespaceAccessRequest) Descriptor() ([]byte, []int)

func (*SetUserGroupNamespaceAccessRequest) Equal

func (this *SetUserGroupNamespaceAccessRequest) Equal(that interface{}) bool

func (*SetUserGroupNamespaceAccessRequest) GetAccess

func (*SetUserGroupNamespaceAccessRequest) GetAsyncOperationId

func (m *SetUserGroupNamespaceAccessRequest) GetAsyncOperationId() string

func (*SetUserGroupNamespaceAccessRequest) GetGroupId

func (*SetUserGroupNamespaceAccessRequest) GetNamespace

func (m *SetUserGroupNamespaceAccessRequest) GetNamespace() string

func (*SetUserGroupNamespaceAccessRequest) GetResourceVersion

func (m *SetUserGroupNamespaceAccessRequest) GetResourceVersion() string

func (*SetUserGroupNamespaceAccessRequest) GoString

func (this *SetUserGroupNamespaceAccessRequest) GoString() string

func (*SetUserGroupNamespaceAccessRequest) Marshal

func (m *SetUserGroupNamespaceAccessRequest) Marshal() (dAtA []byte, err error)

func (*SetUserGroupNamespaceAccessRequest) MarshalTo

func (m *SetUserGroupNamespaceAccessRequest) MarshalTo(dAtA []byte) (int, error)

func (*SetUserGroupNamespaceAccessRequest) MarshalToSizedBuffer

func (m *SetUserGroupNamespaceAccessRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetUserGroupNamespaceAccessRequest) ProtoMessage

func (*SetUserGroupNamespaceAccessRequest) ProtoMessage()

func (*SetUserGroupNamespaceAccessRequest) Reset

func (*SetUserGroupNamespaceAccessRequest) Size

func (*SetUserGroupNamespaceAccessRequest) String

func (*SetUserGroupNamespaceAccessRequest) Unmarshal

func (m *SetUserGroupNamespaceAccessRequest) Unmarshal(dAtA []byte) error

func (*SetUserGroupNamespaceAccessRequest) XXX_DiscardUnknown

func (m *SetUserGroupNamespaceAccessRequest) XXX_DiscardUnknown()

func (*SetUserGroupNamespaceAccessRequest) XXX_Marshal

func (m *SetUserGroupNamespaceAccessRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetUserGroupNamespaceAccessRequest) XXX_Merge

func (*SetUserGroupNamespaceAccessRequest) XXX_Size

func (*SetUserGroupNamespaceAccessRequest) XXX_Unmarshal

func (m *SetUserGroupNamespaceAccessRequest) XXX_Unmarshal(b []byte) error

type SetUserGroupNamespaceAccessResponse

type SetUserGroupNamespaceAccessResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*SetUserGroupNamespaceAccessResponse) Descriptor

func (*SetUserGroupNamespaceAccessResponse) Descriptor() ([]byte, []int)

func (*SetUserGroupNamespaceAccessResponse) Equal

func (this *SetUserGroupNamespaceAccessResponse) Equal(that interface{}) bool

func (*SetUserGroupNamespaceAccessResponse) GetAsyncOperation

func (m *SetUserGroupNamespaceAccessResponse) GetAsyncOperation() *v11.AsyncOperation

func (*SetUserGroupNamespaceAccessResponse) GoString

func (*SetUserGroupNamespaceAccessResponse) Marshal

func (m *SetUserGroupNamespaceAccessResponse) Marshal() (dAtA []byte, err error)

func (*SetUserGroupNamespaceAccessResponse) MarshalTo

func (m *SetUserGroupNamespaceAccessResponse) MarshalTo(dAtA []byte) (int, error)

func (*SetUserGroupNamespaceAccessResponse) MarshalToSizedBuffer

func (m *SetUserGroupNamespaceAccessResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetUserGroupNamespaceAccessResponse) ProtoMessage

func (*SetUserGroupNamespaceAccessResponse) ProtoMessage()

func (*SetUserGroupNamespaceAccessResponse) Reset

func (*SetUserGroupNamespaceAccessResponse) Size

func (*SetUserGroupNamespaceAccessResponse) String

func (*SetUserGroupNamespaceAccessResponse) Unmarshal

func (m *SetUserGroupNamespaceAccessResponse) Unmarshal(dAtA []byte) error

func (*SetUserGroupNamespaceAccessResponse) XXX_DiscardUnknown

func (m *SetUserGroupNamespaceAccessResponse) XXX_DiscardUnknown()

func (*SetUserGroupNamespaceAccessResponse) XXX_Marshal

func (m *SetUserGroupNamespaceAccessResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetUserGroupNamespaceAccessResponse) XXX_Merge

func (*SetUserGroupNamespaceAccessResponse) XXX_Size

func (*SetUserGroupNamespaceAccessResponse) XXX_Unmarshal

func (m *SetUserGroupNamespaceAccessResponse) XXX_Unmarshal(b []byte) error

type SetUserGroupProjectAccessRequest added in v0.55.0

type SetUserGroupProjectAccessRequest struct {
	// The project to set permissions for.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// The id of the group to set permissions for.
	GroupId string `protobuf:"bytes,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// The project access to assign the group. If left empty, the group will be removed from the project access.
	Access *v1.ProjectAccess `protobuf:"bytes,3,opt,name=access,proto3" json:"access,omitempty"`
	// The version of the group for which this update is intended for.
	// The latest version can be found in the GetGroup operation response.
	ResourceVersion string `protobuf:"bytes,4,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,5,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:dev

func (*SetUserGroupProjectAccessRequest) Descriptor added in v0.55.0

func (*SetUserGroupProjectAccessRequest) Descriptor() ([]byte, []int)

func (*SetUserGroupProjectAccessRequest) Equal added in v0.55.0

func (this *SetUserGroupProjectAccessRequest) Equal(that interface{}) bool

func (*SetUserGroupProjectAccessRequest) GetAccess added in v0.55.0

func (*SetUserGroupProjectAccessRequest) GetAsyncOperationId added in v0.55.0

func (m *SetUserGroupProjectAccessRequest) GetAsyncOperationId() string

func (*SetUserGroupProjectAccessRequest) GetGroupId added in v0.55.0

func (m *SetUserGroupProjectAccessRequest) GetGroupId() string

func (*SetUserGroupProjectAccessRequest) GetProjectId added in v0.55.0

func (m *SetUserGroupProjectAccessRequest) GetProjectId() string

func (*SetUserGroupProjectAccessRequest) GetResourceVersion added in v0.55.0

func (m *SetUserGroupProjectAccessRequest) GetResourceVersion() string

func (*SetUserGroupProjectAccessRequest) GoString added in v0.55.0

func (this *SetUserGroupProjectAccessRequest) GoString() string

func (*SetUserGroupProjectAccessRequest) Marshal added in v0.55.0

func (m *SetUserGroupProjectAccessRequest) Marshal() (dAtA []byte, err error)

func (*SetUserGroupProjectAccessRequest) MarshalTo added in v0.55.0

func (m *SetUserGroupProjectAccessRequest) MarshalTo(dAtA []byte) (int, error)

func (*SetUserGroupProjectAccessRequest) MarshalToSizedBuffer added in v0.55.0

func (m *SetUserGroupProjectAccessRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetUserGroupProjectAccessRequest) ProtoMessage added in v0.55.0

func (*SetUserGroupProjectAccessRequest) ProtoMessage()

func (*SetUserGroupProjectAccessRequest) Reset added in v0.55.0

func (*SetUserGroupProjectAccessRequest) Size added in v0.55.0

func (m *SetUserGroupProjectAccessRequest) Size() (n int)

func (*SetUserGroupProjectAccessRequest) String added in v0.55.0

func (*SetUserGroupProjectAccessRequest) Unmarshal added in v0.55.0

func (m *SetUserGroupProjectAccessRequest) Unmarshal(dAtA []byte) error

func (*SetUserGroupProjectAccessRequest) XXX_DiscardUnknown added in v0.55.0

func (m *SetUserGroupProjectAccessRequest) XXX_DiscardUnknown()

func (*SetUserGroupProjectAccessRequest) XXX_Marshal added in v0.55.0

func (m *SetUserGroupProjectAccessRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetUserGroupProjectAccessRequest) XXX_Merge added in v0.55.0

func (*SetUserGroupProjectAccessRequest) XXX_Size added in v0.55.0

func (m *SetUserGroupProjectAccessRequest) XXX_Size() int

func (*SetUserGroupProjectAccessRequest) XXX_Unmarshal added in v0.55.0

func (m *SetUserGroupProjectAccessRequest) XXX_Unmarshal(b []byte) error

type SetUserGroupProjectAccessResponse added in v0.55.0

type SetUserGroupProjectAccessResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:dev

func (*SetUserGroupProjectAccessResponse) Descriptor added in v0.55.0

func (*SetUserGroupProjectAccessResponse) Descriptor() ([]byte, []int)

func (*SetUserGroupProjectAccessResponse) Equal added in v0.55.0

func (this *SetUserGroupProjectAccessResponse) Equal(that interface{}) bool

func (*SetUserGroupProjectAccessResponse) GetAsyncOperation added in v0.55.0

func (m *SetUserGroupProjectAccessResponse) GetAsyncOperation() *v11.AsyncOperation

func (*SetUserGroupProjectAccessResponse) GoString added in v0.55.0

func (this *SetUserGroupProjectAccessResponse) GoString() string

func (*SetUserGroupProjectAccessResponse) Marshal added in v0.55.0

func (m *SetUserGroupProjectAccessResponse) Marshal() (dAtA []byte, err error)

func (*SetUserGroupProjectAccessResponse) MarshalTo added in v0.55.0

func (m *SetUserGroupProjectAccessResponse) MarshalTo(dAtA []byte) (int, error)

func (*SetUserGroupProjectAccessResponse) MarshalToSizedBuffer added in v0.55.0

func (m *SetUserGroupProjectAccessResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetUserGroupProjectAccessResponse) ProtoMessage added in v0.55.0

func (*SetUserGroupProjectAccessResponse) ProtoMessage()

func (*SetUserGroupProjectAccessResponse) Reset added in v0.55.0

func (*SetUserGroupProjectAccessResponse) Size added in v0.55.0

func (m *SetUserGroupProjectAccessResponse) Size() (n int)

func (*SetUserGroupProjectAccessResponse) String added in v0.55.0

func (*SetUserGroupProjectAccessResponse) Unmarshal added in v0.55.0

func (m *SetUserGroupProjectAccessResponse) Unmarshal(dAtA []byte) error

func (*SetUserGroupProjectAccessResponse) XXX_DiscardUnknown added in v0.55.0

func (m *SetUserGroupProjectAccessResponse) XXX_DiscardUnknown()

func (*SetUserGroupProjectAccessResponse) XXX_Marshal added in v0.55.0

func (m *SetUserGroupProjectAccessResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetUserGroupProjectAccessResponse) XXX_Merge added in v0.55.0

func (*SetUserGroupProjectAccessResponse) XXX_Size added in v0.55.0

func (m *SetUserGroupProjectAccessResponse) XXX_Size() int

func (*SetUserGroupProjectAccessResponse) XXX_Unmarshal added in v0.55.0

func (m *SetUserGroupProjectAccessResponse) XXX_Unmarshal(b []byte) error

type SetUserNamespaceAccessRequest

type SetUserNamespaceAccessRequest struct {
	// The namespace to set permissions for
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The id of the user to set permissions for
	UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The namespace access to assign the user
	Access *v1.NamespaceAccess `protobuf:"bytes,3,opt,name=access,proto3" json:"access,omitempty"`
	// The version of the user for which this update is intended for
	// The latest version can be found in the GetUser operation response
	ResourceVersion string `protobuf:"bytes,4,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation - optional
	AsyncOperationId string `protobuf:"bytes,5,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*SetUserNamespaceAccessRequest) Descriptor

func (*SetUserNamespaceAccessRequest) Descriptor() ([]byte, []int)

func (*SetUserNamespaceAccessRequest) Equal

func (this *SetUserNamespaceAccessRequest) Equal(that interface{}) bool

func (*SetUserNamespaceAccessRequest) GetAccess

func (*SetUserNamespaceAccessRequest) GetAsyncOperationId

func (m *SetUserNamespaceAccessRequest) GetAsyncOperationId() string

func (*SetUserNamespaceAccessRequest) GetNamespace

func (m *SetUserNamespaceAccessRequest) GetNamespace() string

func (*SetUserNamespaceAccessRequest) GetResourceVersion

func (m *SetUserNamespaceAccessRequest) GetResourceVersion() string

func (*SetUserNamespaceAccessRequest) GetUserId

func (m *SetUserNamespaceAccessRequest) GetUserId() string

func (*SetUserNamespaceAccessRequest) GoString

func (this *SetUserNamespaceAccessRequest) GoString() string

func (*SetUserNamespaceAccessRequest) Marshal

func (m *SetUserNamespaceAccessRequest) Marshal() (dAtA []byte, err error)

func (*SetUserNamespaceAccessRequest) MarshalTo

func (m *SetUserNamespaceAccessRequest) MarshalTo(dAtA []byte) (int, error)

func (*SetUserNamespaceAccessRequest) MarshalToSizedBuffer

func (m *SetUserNamespaceAccessRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetUserNamespaceAccessRequest) ProtoMessage

func (*SetUserNamespaceAccessRequest) ProtoMessage()

func (*SetUserNamespaceAccessRequest) Reset

func (m *SetUserNamespaceAccessRequest) Reset()

func (*SetUserNamespaceAccessRequest) Size

func (m *SetUserNamespaceAccessRequest) Size() (n int)

func (*SetUserNamespaceAccessRequest) String

func (this *SetUserNamespaceAccessRequest) String() string

func (*SetUserNamespaceAccessRequest) Unmarshal

func (m *SetUserNamespaceAccessRequest) Unmarshal(dAtA []byte) error

func (*SetUserNamespaceAccessRequest) XXX_DiscardUnknown

func (m *SetUserNamespaceAccessRequest) XXX_DiscardUnknown()

func (*SetUserNamespaceAccessRequest) XXX_Marshal

func (m *SetUserNamespaceAccessRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetUserNamespaceAccessRequest) XXX_Merge

func (m *SetUserNamespaceAccessRequest) XXX_Merge(src proto.Message)

func (*SetUserNamespaceAccessRequest) XXX_Size

func (m *SetUserNamespaceAccessRequest) XXX_Size() int

func (*SetUserNamespaceAccessRequest) XXX_Unmarshal

func (m *SetUserNamespaceAccessRequest) XXX_Unmarshal(b []byte) error

type SetUserNamespaceAccessResponse

type SetUserNamespaceAccessResponse struct {
	// The async operation
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*SetUserNamespaceAccessResponse) Descriptor

func (*SetUserNamespaceAccessResponse) Descriptor() ([]byte, []int)

func (*SetUserNamespaceAccessResponse) Equal

func (this *SetUserNamespaceAccessResponse) Equal(that interface{}) bool

func (*SetUserNamespaceAccessResponse) GetAsyncOperation

func (m *SetUserNamespaceAccessResponse) GetAsyncOperation() *v11.AsyncOperation

func (*SetUserNamespaceAccessResponse) GoString

func (this *SetUserNamespaceAccessResponse) GoString() string

func (*SetUserNamespaceAccessResponse) Marshal

func (m *SetUserNamespaceAccessResponse) Marshal() (dAtA []byte, err error)

func (*SetUserNamespaceAccessResponse) MarshalTo

func (m *SetUserNamespaceAccessResponse) MarshalTo(dAtA []byte) (int, error)

func (*SetUserNamespaceAccessResponse) MarshalToSizedBuffer

func (m *SetUserNamespaceAccessResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetUserNamespaceAccessResponse) ProtoMessage

func (*SetUserNamespaceAccessResponse) ProtoMessage()

func (*SetUserNamespaceAccessResponse) Reset

func (m *SetUserNamespaceAccessResponse) Reset()

func (*SetUserNamespaceAccessResponse) Size

func (m *SetUserNamespaceAccessResponse) Size() (n int)

func (*SetUserNamespaceAccessResponse) String

func (this *SetUserNamespaceAccessResponse) String() string

func (*SetUserNamespaceAccessResponse) Unmarshal

func (m *SetUserNamespaceAccessResponse) Unmarshal(dAtA []byte) error

func (*SetUserNamespaceAccessResponse) XXX_DiscardUnknown

func (m *SetUserNamespaceAccessResponse) XXX_DiscardUnknown()

func (*SetUserNamespaceAccessResponse) XXX_Marshal

func (m *SetUserNamespaceAccessResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetUserNamespaceAccessResponse) XXX_Merge

func (m *SetUserNamespaceAccessResponse) XXX_Merge(src proto.Message)

func (*SetUserNamespaceAccessResponse) XXX_Size

func (m *SetUserNamespaceAccessResponse) XXX_Size() int

func (*SetUserNamespaceAccessResponse) XXX_Unmarshal

func (m *SetUserNamespaceAccessResponse) XXX_Unmarshal(b []byte) error

type SetUserProjectAccessRequest added in v0.55.0

type SetUserProjectAccessRequest struct {
	// The project to set permissions for.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// The id of the group to set permissions for.
	UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The project access to assign the group. If left empty, the group will be removed from the project access.
	Access *v1.ProjectAccess `protobuf:"bytes,3,opt,name=access,proto3" json:"access,omitempty"`
	// The version of the user for which this update is intended for.
	// The latest version can be found in the GetUser operation response.
	ResourceVersion string `protobuf:"bytes,4,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,5,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:dev

func (*SetUserProjectAccessRequest) Descriptor added in v0.55.0

func (*SetUserProjectAccessRequest) Descriptor() ([]byte, []int)

func (*SetUserProjectAccessRequest) Equal added in v0.55.0

func (this *SetUserProjectAccessRequest) Equal(that interface{}) bool

func (*SetUserProjectAccessRequest) GetAccess added in v0.55.0

func (*SetUserProjectAccessRequest) GetAsyncOperationId added in v0.55.0

func (m *SetUserProjectAccessRequest) GetAsyncOperationId() string

func (*SetUserProjectAccessRequest) GetProjectId added in v0.55.0

func (m *SetUserProjectAccessRequest) GetProjectId() string

func (*SetUserProjectAccessRequest) GetResourceVersion added in v0.55.0

func (m *SetUserProjectAccessRequest) GetResourceVersion() string

func (*SetUserProjectAccessRequest) GetUserId added in v0.55.0

func (m *SetUserProjectAccessRequest) GetUserId() string

func (*SetUserProjectAccessRequest) GoString added in v0.55.0

func (this *SetUserProjectAccessRequest) GoString() string

func (*SetUserProjectAccessRequest) Marshal added in v0.55.0

func (m *SetUserProjectAccessRequest) Marshal() (dAtA []byte, err error)

func (*SetUserProjectAccessRequest) MarshalTo added in v0.55.0

func (m *SetUserProjectAccessRequest) MarshalTo(dAtA []byte) (int, error)

func (*SetUserProjectAccessRequest) MarshalToSizedBuffer added in v0.55.0

func (m *SetUserProjectAccessRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetUserProjectAccessRequest) ProtoMessage added in v0.55.0

func (*SetUserProjectAccessRequest) ProtoMessage()

func (*SetUserProjectAccessRequest) Reset added in v0.55.0

func (m *SetUserProjectAccessRequest) Reset()

func (*SetUserProjectAccessRequest) Size added in v0.55.0

func (m *SetUserProjectAccessRequest) Size() (n int)

func (*SetUserProjectAccessRequest) String added in v0.55.0

func (this *SetUserProjectAccessRequest) String() string

func (*SetUserProjectAccessRequest) Unmarshal added in v0.55.0

func (m *SetUserProjectAccessRequest) Unmarshal(dAtA []byte) error

func (*SetUserProjectAccessRequest) XXX_DiscardUnknown added in v0.55.0

func (m *SetUserProjectAccessRequest) XXX_DiscardUnknown()

func (*SetUserProjectAccessRequest) XXX_Marshal added in v0.55.0

func (m *SetUserProjectAccessRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetUserProjectAccessRequest) XXX_Merge added in v0.55.0

func (m *SetUserProjectAccessRequest) XXX_Merge(src proto.Message)

func (*SetUserProjectAccessRequest) XXX_Size added in v0.55.0

func (m *SetUserProjectAccessRequest) XXX_Size() int

func (*SetUserProjectAccessRequest) XXX_Unmarshal added in v0.55.0

func (m *SetUserProjectAccessRequest) XXX_Unmarshal(b []byte) error

type SetUserProjectAccessResponse added in v0.55.0

type SetUserProjectAccessResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:dev

func (*SetUserProjectAccessResponse) Descriptor added in v0.55.0

func (*SetUserProjectAccessResponse) Descriptor() ([]byte, []int)

func (*SetUserProjectAccessResponse) Equal added in v0.55.0

func (this *SetUserProjectAccessResponse) Equal(that interface{}) bool

func (*SetUserProjectAccessResponse) GetAsyncOperation added in v0.55.0

func (m *SetUserProjectAccessResponse) GetAsyncOperation() *v11.AsyncOperation

func (*SetUserProjectAccessResponse) GoString added in v0.55.0

func (this *SetUserProjectAccessResponse) GoString() string

func (*SetUserProjectAccessResponse) Marshal added in v0.55.0

func (m *SetUserProjectAccessResponse) Marshal() (dAtA []byte, err error)

func (*SetUserProjectAccessResponse) MarshalTo added in v0.55.0

func (m *SetUserProjectAccessResponse) MarshalTo(dAtA []byte) (int, error)

func (*SetUserProjectAccessResponse) MarshalToSizedBuffer added in v0.55.0

func (m *SetUserProjectAccessResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SetUserProjectAccessResponse) ProtoMessage added in v0.55.0

func (*SetUserProjectAccessResponse) ProtoMessage()

func (*SetUserProjectAccessResponse) Reset added in v0.55.0

func (m *SetUserProjectAccessResponse) Reset()

func (*SetUserProjectAccessResponse) Size added in v0.55.0

func (m *SetUserProjectAccessResponse) Size() (n int)

func (*SetUserProjectAccessResponse) String added in v0.55.0

func (this *SetUserProjectAccessResponse) String() string

func (*SetUserProjectAccessResponse) Unmarshal added in v0.55.0

func (m *SetUserProjectAccessResponse) Unmarshal(dAtA []byte) error

func (*SetUserProjectAccessResponse) XXX_DiscardUnknown added in v0.55.0

func (m *SetUserProjectAccessResponse) XXX_DiscardUnknown()

func (*SetUserProjectAccessResponse) XXX_Marshal added in v0.55.0

func (m *SetUserProjectAccessResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SetUserProjectAccessResponse) XXX_Merge added in v0.55.0

func (m *SetUserProjectAccessResponse) XXX_Merge(src proto.Message)

func (*SetUserProjectAccessResponse) XXX_Size added in v0.55.0

func (m *SetUserProjectAccessResponse) XXX_Size() int

func (*SetUserProjectAccessResponse) XXX_Unmarshal added in v0.55.0

func (m *SetUserProjectAccessResponse) XXX_Unmarshal(b []byte) error

type StartMigrationRequest added in v0.38.0

type StartMigrationRequest struct {
	// The migration specification.
	Spec *v12.MigrationSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:dev

func (*StartMigrationRequest) Descriptor added in v0.38.0

func (*StartMigrationRequest) Descriptor() ([]byte, []int)

func (*StartMigrationRequest) Equal added in v0.38.0

func (this *StartMigrationRequest) Equal(that interface{}) bool

func (*StartMigrationRequest) GetAsyncOperationId added in v0.38.0

func (m *StartMigrationRequest) GetAsyncOperationId() string

func (*StartMigrationRequest) GetSpec added in v0.38.0

func (m *StartMigrationRequest) GetSpec() *v12.MigrationSpec

func (*StartMigrationRequest) GoString added in v0.38.0

func (this *StartMigrationRequest) GoString() string

func (*StartMigrationRequest) Marshal added in v0.38.0

func (m *StartMigrationRequest) Marshal() (dAtA []byte, err error)

func (*StartMigrationRequest) MarshalTo added in v0.38.0

func (m *StartMigrationRequest) MarshalTo(dAtA []byte) (int, error)

func (*StartMigrationRequest) MarshalToSizedBuffer added in v0.38.0

func (m *StartMigrationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StartMigrationRequest) ProtoMessage added in v0.38.0

func (*StartMigrationRequest) ProtoMessage()

func (*StartMigrationRequest) Reset added in v0.38.0

func (m *StartMigrationRequest) Reset()

func (*StartMigrationRequest) Size added in v0.38.0

func (m *StartMigrationRequest) Size() (n int)

func (*StartMigrationRequest) String added in v0.38.0

func (this *StartMigrationRequest) String() string

func (*StartMigrationRequest) Unmarshal added in v0.38.0

func (m *StartMigrationRequest) Unmarshal(dAtA []byte) error

func (*StartMigrationRequest) XXX_DiscardUnknown added in v0.38.0

func (m *StartMigrationRequest) XXX_DiscardUnknown()

func (*StartMigrationRequest) XXX_Marshal added in v0.38.0

func (m *StartMigrationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartMigrationRequest) XXX_Merge added in v0.38.0

func (m *StartMigrationRequest) XXX_Merge(src proto.Message)

func (*StartMigrationRequest) XXX_Size added in v0.38.0

func (m *StartMigrationRequest) XXX_Size() int

func (*StartMigrationRequest) XXX_Unmarshal added in v0.38.0

func (m *StartMigrationRequest) XXX_Unmarshal(b []byte) error

type StartMigrationResponse added in v0.38.0

type StartMigrationResponse struct {
	// The migration id.
	MigrationId string `protobuf:"bytes,1,opt,name=migration_id,json=migrationId,proto3" json:"migration_id,omitempty"`
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,2,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:dev

func (*StartMigrationResponse) Descriptor added in v0.38.0

func (*StartMigrationResponse) Descriptor() ([]byte, []int)

func (*StartMigrationResponse) Equal added in v0.38.0

func (this *StartMigrationResponse) Equal(that interface{}) bool

func (*StartMigrationResponse) GetAsyncOperation added in v0.38.0

func (m *StartMigrationResponse) GetAsyncOperation() *v11.AsyncOperation

func (*StartMigrationResponse) GetMigrationId added in v0.38.0

func (m *StartMigrationResponse) GetMigrationId() string

func (*StartMigrationResponse) GoString added in v0.38.0

func (this *StartMigrationResponse) GoString() string

func (*StartMigrationResponse) Marshal added in v0.38.0

func (m *StartMigrationResponse) Marshal() (dAtA []byte, err error)

func (*StartMigrationResponse) MarshalTo added in v0.38.0

func (m *StartMigrationResponse) MarshalTo(dAtA []byte) (int, error)

func (*StartMigrationResponse) MarshalToSizedBuffer added in v0.38.0

func (m *StartMigrationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StartMigrationResponse) ProtoMessage added in v0.38.0

func (*StartMigrationResponse) ProtoMessage()

func (*StartMigrationResponse) Reset added in v0.38.0

func (m *StartMigrationResponse) Reset()

func (*StartMigrationResponse) Size added in v0.38.0

func (m *StartMigrationResponse) Size() (n int)

func (*StartMigrationResponse) String added in v0.38.0

func (this *StartMigrationResponse) String() string

func (*StartMigrationResponse) Unmarshal added in v0.38.0

func (m *StartMigrationResponse) Unmarshal(dAtA []byte) error

func (*StartMigrationResponse) XXX_DiscardUnknown added in v0.38.0

func (m *StartMigrationResponse) XXX_DiscardUnknown()

func (*StartMigrationResponse) XXX_Marshal added in v0.38.0

func (m *StartMigrationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StartMigrationResponse) XXX_Merge added in v0.38.0

func (m *StartMigrationResponse) XXX_Merge(src proto.Message)

func (*StartMigrationResponse) XXX_Size added in v0.38.0

func (m *StartMigrationResponse) XXX_Size() int

func (*StartMigrationResponse) XXX_Unmarshal added in v0.38.0

func (m *StartMigrationResponse) XXX_Unmarshal(b []byte) error

type UnimplementedCloudServiceServer

type UnimplementedCloudServiceServer struct {
}

UnimplementedCloudServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedCloudServiceServer) AbortMigration added in v0.38.0

func (*UnimplementedCloudServiceServer) AddNamespaceRegion

func (*UnimplementedCloudServiceServer) AddUserGroupMember added in v0.41.0

func (*UnimplementedCloudServiceServer) ConfirmMigration added in v0.38.0

func (*UnimplementedCloudServiceServer) CreateAccountAuditLogSink added in v0.51.0

func (*UnimplementedCloudServiceServer) CreateApiKey

func (*UnimplementedCloudServiceServer) CreateBillingReport added in v0.55.0

func (*UnimplementedCloudServiceServer) CreateConnectivityRule added in v0.41.0

func (*UnimplementedCloudServiceServer) CreateCustomRole added in v0.55.0

func (*UnimplementedCloudServiceServer) CreateNamespace

func (*UnimplementedCloudServiceServer) CreateNamespaceExportSink added in v0.34.0

func (*UnimplementedCloudServiceServer) CreateNexusEndpoint

func (*UnimplementedCloudServiceServer) CreateProject added in v0.43.0

func (*UnimplementedCloudServiceServer) CreateServiceAccount

func (*UnimplementedCloudServiceServer) CreateUser

func (*UnimplementedCloudServiceServer) CreateUserGroup

func (*UnimplementedCloudServiceServer) DeleteAccountAuditLogSink added in v0.51.0

func (*UnimplementedCloudServiceServer) DeleteApiKey

func (*UnimplementedCloudServiceServer) DeleteConnectivityRule added in v0.41.0

func (*UnimplementedCloudServiceServer) DeleteCustomRole added in v0.55.0

func (*UnimplementedCloudServiceServer) DeleteNamespace

func (*UnimplementedCloudServiceServer) DeleteNamespaceExportSink added in v0.34.0

func (*UnimplementedCloudServiceServer) DeleteNamespaceRegion added in v0.38.0

func (*UnimplementedCloudServiceServer) DeleteNexusEndpoint

func (*UnimplementedCloudServiceServer) DeleteProject added in v0.43.0

func (*UnimplementedCloudServiceServer) DeleteServiceAccount

func (*UnimplementedCloudServiceServer) DeleteUser

func (*UnimplementedCloudServiceServer) DeleteUserGroup

func (*UnimplementedCloudServiceServer) FailoverNamespaceRegion

func (*UnimplementedCloudServiceServer) GetAccount

func (*UnimplementedCloudServiceServer) GetAccountAuditLogSink added in v0.51.0

func (*UnimplementedCloudServiceServer) GetAccountAuditLogSinks added in v0.51.0

func (*UnimplementedCloudServiceServer) GetApiKey

func (*UnimplementedCloudServiceServer) GetApiKeys

func (*UnimplementedCloudServiceServer) GetAsyncOperation

func (*UnimplementedCloudServiceServer) GetAuditLogs added in v0.34.0

func (*UnimplementedCloudServiceServer) GetBillingReport added in v0.55.0

func (*UnimplementedCloudServiceServer) GetConnectivityRule added in v0.41.0

func (*UnimplementedCloudServiceServer) GetConnectivityRules added in v0.41.0

func (*UnimplementedCloudServiceServer) GetCurrentIdentity added in v0.55.0

func (*UnimplementedCloudServiceServer) GetCustomRole added in v0.55.0

func (*UnimplementedCloudServiceServer) GetCustomRoles added in v0.55.0

func (*UnimplementedCloudServiceServer) GetMigration added in v0.38.0

func (*UnimplementedCloudServiceServer) GetMigrations added in v0.38.0

func (*UnimplementedCloudServiceServer) GetNamespace

func (*UnimplementedCloudServiceServer) GetNamespaceCapacityInfo added in v0.55.0

func (*UnimplementedCloudServiceServer) GetNamespaceExportSink added in v0.34.0

func (*UnimplementedCloudServiceServer) GetNamespaceExportSinks added in v0.34.0

func (*UnimplementedCloudServiceServer) GetNamespaceIDs added in v0.44.0

func (*UnimplementedCloudServiceServer) GetNamespaces

func (*UnimplementedCloudServiceServer) GetNexusEndpoint

func (*UnimplementedCloudServiceServer) GetNexusEndpoints

func (*UnimplementedCloudServiceServer) GetProject added in v0.43.0

func (*UnimplementedCloudServiceServer) GetProjects added in v0.43.0

func (*UnimplementedCloudServiceServer) GetRegion

func (*UnimplementedCloudServiceServer) GetRegions

func (*UnimplementedCloudServiceServer) GetServiceAccount

func (*UnimplementedCloudServiceServer) GetServiceAccounts

func (*UnimplementedCloudServiceServer) GetTagKeys added in v0.51.0

func (*UnimplementedCloudServiceServer) GetUsage added in v0.34.0

func (*UnimplementedCloudServiceServer) GetUser

func (*UnimplementedCloudServiceServer) GetUserGroup

func (*UnimplementedCloudServiceServer) GetUserGroupMembers added in v0.41.0

func (*UnimplementedCloudServiceServer) GetUserGroups

func (*UnimplementedCloudServiceServer) GetUsers

func (*UnimplementedCloudServiceServer) HandoverNamespace added in v0.38.0

func (*UnimplementedCloudServiceServer) RemoveUserGroupMember added in v0.41.0

func (*UnimplementedCloudServiceServer) RenameCustomSearchAttribute

func (*UnimplementedCloudServiceServer) ResendUserInvite added in v0.43.0

func (*UnimplementedCloudServiceServer) SetServiceAccountNamespaceAccess added in v0.51.0

func (*UnimplementedCloudServiceServer) SetServiceAccountProjectAccess added in v0.55.0

func (*UnimplementedCloudServiceServer) SetUserGroupNamespaceAccess

func (*UnimplementedCloudServiceServer) SetUserGroupProjectAccess added in v0.55.0

func (*UnimplementedCloudServiceServer) SetUserNamespaceAccess

func (*UnimplementedCloudServiceServer) SetUserProjectAccess added in v0.55.0

func (*UnimplementedCloudServiceServer) StartMigration added in v0.38.0

func (*UnimplementedCloudServiceServer) UpdateAccount

func (*UnimplementedCloudServiceServer) UpdateAccountAuditLogSink added in v0.51.0

func (*UnimplementedCloudServiceServer) UpdateApiKey

func (*UnimplementedCloudServiceServer) UpdateCustomRole added in v0.55.0

func (*UnimplementedCloudServiceServer) UpdateNamespace

func (*UnimplementedCloudServiceServer) UpdateNamespaceExportSink added in v0.34.0

func (*UnimplementedCloudServiceServer) UpdateNamespaceTags added in v0.44.0

func (*UnimplementedCloudServiceServer) UpdateNexusEndpoint

func (*UnimplementedCloudServiceServer) UpdateProject added in v0.43.0

func (*UnimplementedCloudServiceServer) UpdateServiceAccount

func (*UnimplementedCloudServiceServer) UpdateUser

func (*UnimplementedCloudServiceServer) UpdateUserGroup

func (*UnimplementedCloudServiceServer) ValidateAccountAuditLogSink added in v0.51.0

func (*UnimplementedCloudServiceServer) ValidateNamespaceExportSink added in v0.34.0

type UpdateAccountAuditLogSinkRequest added in v0.51.0

type UpdateAccountAuditLogSinkRequest struct {
	// The updated audit log sink specification.
	Spec *v15.AuditLogSinkSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// The version of the audit log sink to update. The latest version can be
	// retrieved using the GetAuditLogSink call.
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The ID to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*UpdateAccountAuditLogSinkRequest) Descriptor added in v0.51.0

func (*UpdateAccountAuditLogSinkRequest) Descriptor() ([]byte, []int)

func (*UpdateAccountAuditLogSinkRequest) Equal added in v0.51.0

func (this *UpdateAccountAuditLogSinkRequest) Equal(that interface{}) bool

func (*UpdateAccountAuditLogSinkRequest) GetAsyncOperationId added in v0.51.0

func (m *UpdateAccountAuditLogSinkRequest) GetAsyncOperationId() string

func (*UpdateAccountAuditLogSinkRequest) GetResourceVersion added in v0.51.0

func (m *UpdateAccountAuditLogSinkRequest) GetResourceVersion() string

func (*UpdateAccountAuditLogSinkRequest) GetSpec added in v0.51.0

func (*UpdateAccountAuditLogSinkRequest) GoString added in v0.51.0

func (this *UpdateAccountAuditLogSinkRequest) GoString() string

func (*UpdateAccountAuditLogSinkRequest) Marshal added in v0.51.0

func (m *UpdateAccountAuditLogSinkRequest) Marshal() (dAtA []byte, err error)

func (*UpdateAccountAuditLogSinkRequest) MarshalTo added in v0.51.0

func (m *UpdateAccountAuditLogSinkRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateAccountAuditLogSinkRequest) MarshalToSizedBuffer added in v0.51.0

func (m *UpdateAccountAuditLogSinkRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateAccountAuditLogSinkRequest) ProtoMessage added in v0.51.0

func (*UpdateAccountAuditLogSinkRequest) ProtoMessage()

func (*UpdateAccountAuditLogSinkRequest) Reset added in v0.51.0

func (*UpdateAccountAuditLogSinkRequest) Size added in v0.51.0

func (m *UpdateAccountAuditLogSinkRequest) Size() (n int)

func (*UpdateAccountAuditLogSinkRequest) String added in v0.51.0

func (*UpdateAccountAuditLogSinkRequest) Unmarshal added in v0.51.0

func (m *UpdateAccountAuditLogSinkRequest) Unmarshal(dAtA []byte) error

func (*UpdateAccountAuditLogSinkRequest) XXX_DiscardUnknown added in v0.51.0

func (m *UpdateAccountAuditLogSinkRequest) XXX_DiscardUnknown()

func (*UpdateAccountAuditLogSinkRequest) XXX_Marshal added in v0.51.0

func (m *UpdateAccountAuditLogSinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateAccountAuditLogSinkRequest) XXX_Merge added in v0.51.0

func (*UpdateAccountAuditLogSinkRequest) XXX_Size added in v0.51.0

func (m *UpdateAccountAuditLogSinkRequest) XXX_Size() int

func (*UpdateAccountAuditLogSinkRequest) XXX_Unmarshal added in v0.51.0

func (m *UpdateAccountAuditLogSinkRequest) XXX_Unmarshal(b []byte) error

type UpdateAccountAuditLogSinkResponse added in v0.51.0

type UpdateAccountAuditLogSinkResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*UpdateAccountAuditLogSinkResponse) Descriptor added in v0.51.0

func (*UpdateAccountAuditLogSinkResponse) Descriptor() ([]byte, []int)

func (*UpdateAccountAuditLogSinkResponse) Equal added in v0.51.0

func (this *UpdateAccountAuditLogSinkResponse) Equal(that interface{}) bool

func (*UpdateAccountAuditLogSinkResponse) GetAsyncOperation added in v0.51.0

func (m *UpdateAccountAuditLogSinkResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateAccountAuditLogSinkResponse) GoString added in v0.51.0

func (this *UpdateAccountAuditLogSinkResponse) GoString() string

func (*UpdateAccountAuditLogSinkResponse) Marshal added in v0.51.0

func (m *UpdateAccountAuditLogSinkResponse) Marshal() (dAtA []byte, err error)

func (*UpdateAccountAuditLogSinkResponse) MarshalTo added in v0.51.0

func (m *UpdateAccountAuditLogSinkResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateAccountAuditLogSinkResponse) MarshalToSizedBuffer added in v0.51.0

func (m *UpdateAccountAuditLogSinkResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateAccountAuditLogSinkResponse) ProtoMessage added in v0.51.0

func (*UpdateAccountAuditLogSinkResponse) ProtoMessage()

func (*UpdateAccountAuditLogSinkResponse) Reset added in v0.51.0

func (*UpdateAccountAuditLogSinkResponse) Size added in v0.51.0

func (m *UpdateAccountAuditLogSinkResponse) Size() (n int)

func (*UpdateAccountAuditLogSinkResponse) String added in v0.51.0

func (*UpdateAccountAuditLogSinkResponse) Unmarshal added in v0.51.0

func (m *UpdateAccountAuditLogSinkResponse) Unmarshal(dAtA []byte) error

func (*UpdateAccountAuditLogSinkResponse) XXX_DiscardUnknown added in v0.51.0

func (m *UpdateAccountAuditLogSinkResponse) XXX_DiscardUnknown()

func (*UpdateAccountAuditLogSinkResponse) XXX_Marshal added in v0.51.0

func (m *UpdateAccountAuditLogSinkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateAccountAuditLogSinkResponse) XXX_Merge added in v0.51.0

func (*UpdateAccountAuditLogSinkResponse) XXX_Size added in v0.51.0

func (m *UpdateAccountAuditLogSinkResponse) XXX_Size() int

func (*UpdateAccountAuditLogSinkResponse) XXX_Unmarshal added in v0.51.0

func (m *UpdateAccountAuditLogSinkResponse) XXX_Unmarshal(b []byte) error

type UpdateAccountRequest

type UpdateAccountRequest struct {
	// The updated account specification to apply.
	Spec *v15.AccountSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// The version of the account for which this update is intended for.
	// The latest version can be found in the GetAccount operation response.
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*UpdateAccountRequest) Descriptor

func (*UpdateAccountRequest) Descriptor() ([]byte, []int)

func (*UpdateAccountRequest) Equal

func (this *UpdateAccountRequest) Equal(that interface{}) bool

func (*UpdateAccountRequest) GetAsyncOperationId

func (m *UpdateAccountRequest) GetAsyncOperationId() string

func (*UpdateAccountRequest) GetResourceVersion

func (m *UpdateAccountRequest) GetResourceVersion() string

func (*UpdateAccountRequest) GetSpec

func (m *UpdateAccountRequest) GetSpec() *v15.AccountSpec

func (*UpdateAccountRequest) GoString

func (this *UpdateAccountRequest) GoString() string

func (*UpdateAccountRequest) Marshal

func (m *UpdateAccountRequest) Marshal() (dAtA []byte, err error)

func (*UpdateAccountRequest) MarshalTo

func (m *UpdateAccountRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateAccountRequest) MarshalToSizedBuffer

func (m *UpdateAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateAccountRequest) ProtoMessage

func (*UpdateAccountRequest) ProtoMessage()

func (*UpdateAccountRequest) Reset

func (m *UpdateAccountRequest) Reset()

func (*UpdateAccountRequest) Size

func (m *UpdateAccountRequest) Size() (n int)

func (*UpdateAccountRequest) String

func (this *UpdateAccountRequest) String() string

func (*UpdateAccountRequest) Unmarshal

func (m *UpdateAccountRequest) Unmarshal(dAtA []byte) error

func (*UpdateAccountRequest) XXX_DiscardUnknown

func (m *UpdateAccountRequest) XXX_DiscardUnknown()

func (*UpdateAccountRequest) XXX_Marshal

func (m *UpdateAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateAccountRequest) XXX_Merge

func (m *UpdateAccountRequest) XXX_Merge(src proto.Message)

func (*UpdateAccountRequest) XXX_Size

func (m *UpdateAccountRequest) XXX_Size() int

func (*UpdateAccountRequest) XXX_Unmarshal

func (m *UpdateAccountRequest) XXX_Unmarshal(b []byte) error

type UpdateAccountResponse

type UpdateAccountResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*UpdateAccountResponse) Descriptor

func (*UpdateAccountResponse) Descriptor() ([]byte, []int)

func (*UpdateAccountResponse) Equal

func (this *UpdateAccountResponse) Equal(that interface{}) bool

func (*UpdateAccountResponse) GetAsyncOperation

func (m *UpdateAccountResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateAccountResponse) GoString

func (this *UpdateAccountResponse) GoString() string

func (*UpdateAccountResponse) Marshal

func (m *UpdateAccountResponse) Marshal() (dAtA []byte, err error)

func (*UpdateAccountResponse) MarshalTo

func (m *UpdateAccountResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateAccountResponse) MarshalToSizedBuffer

func (m *UpdateAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateAccountResponse) ProtoMessage

func (*UpdateAccountResponse) ProtoMessage()

func (*UpdateAccountResponse) Reset

func (m *UpdateAccountResponse) Reset()

func (*UpdateAccountResponse) Size

func (m *UpdateAccountResponse) Size() (n int)

func (*UpdateAccountResponse) String

func (this *UpdateAccountResponse) String() string

func (*UpdateAccountResponse) Unmarshal

func (m *UpdateAccountResponse) Unmarshal(dAtA []byte) error

func (*UpdateAccountResponse) XXX_DiscardUnknown

func (m *UpdateAccountResponse) XXX_DiscardUnknown()

func (*UpdateAccountResponse) XXX_Marshal

func (m *UpdateAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateAccountResponse) XXX_Merge

func (m *UpdateAccountResponse) XXX_Merge(src proto.Message)

func (*UpdateAccountResponse) XXX_Size

func (m *UpdateAccountResponse) XXX_Size() int

func (*UpdateAccountResponse) XXX_Unmarshal

func (m *UpdateAccountResponse) XXX_Unmarshal(b []byte) error

type UpdateApiKeyRequest

type UpdateApiKeyRequest struct {
	// The id of the api key to update.
	KeyId string `protobuf:"bytes,1,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	// The new api key specification.
	Spec *v1.ApiKeySpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// The version of the api key for which this update is intended for.
	// The latest version can be found in the GetApiKey operation response.
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*UpdateApiKeyRequest) Descriptor

func (*UpdateApiKeyRequest) Descriptor() ([]byte, []int)

func (*UpdateApiKeyRequest) Equal

func (this *UpdateApiKeyRequest) Equal(that interface{}) bool

func (*UpdateApiKeyRequest) GetAsyncOperationId

func (m *UpdateApiKeyRequest) GetAsyncOperationId() string

func (*UpdateApiKeyRequest) GetKeyId

func (m *UpdateApiKeyRequest) GetKeyId() string

func (*UpdateApiKeyRequest) GetResourceVersion

func (m *UpdateApiKeyRequest) GetResourceVersion() string

func (*UpdateApiKeyRequest) GetSpec

func (m *UpdateApiKeyRequest) GetSpec() *v1.ApiKeySpec

func (*UpdateApiKeyRequest) GoString

func (this *UpdateApiKeyRequest) GoString() string

func (*UpdateApiKeyRequest) Marshal

func (m *UpdateApiKeyRequest) Marshal() (dAtA []byte, err error)

func (*UpdateApiKeyRequest) MarshalTo

func (m *UpdateApiKeyRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateApiKeyRequest) MarshalToSizedBuffer

func (m *UpdateApiKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateApiKeyRequest) ProtoMessage

func (*UpdateApiKeyRequest) ProtoMessage()

func (*UpdateApiKeyRequest) Reset

func (m *UpdateApiKeyRequest) Reset()

func (*UpdateApiKeyRequest) Size

func (m *UpdateApiKeyRequest) Size() (n int)

func (*UpdateApiKeyRequest) String

func (this *UpdateApiKeyRequest) String() string

func (*UpdateApiKeyRequest) Unmarshal

func (m *UpdateApiKeyRequest) Unmarshal(dAtA []byte) error

func (*UpdateApiKeyRequest) XXX_DiscardUnknown

func (m *UpdateApiKeyRequest) XXX_DiscardUnknown()

func (*UpdateApiKeyRequest) XXX_Marshal

func (m *UpdateApiKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateApiKeyRequest) XXX_Merge

func (m *UpdateApiKeyRequest) XXX_Merge(src proto.Message)

func (*UpdateApiKeyRequest) XXX_Size

func (m *UpdateApiKeyRequest) XXX_Size() int

func (*UpdateApiKeyRequest) XXX_Unmarshal

func (m *UpdateApiKeyRequest) XXX_Unmarshal(b []byte) error

type UpdateApiKeyResponse

type UpdateApiKeyResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*UpdateApiKeyResponse) Descriptor

func (*UpdateApiKeyResponse) Descriptor() ([]byte, []int)

func (*UpdateApiKeyResponse) Equal

func (this *UpdateApiKeyResponse) Equal(that interface{}) bool

func (*UpdateApiKeyResponse) GetAsyncOperation

func (m *UpdateApiKeyResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateApiKeyResponse) GoString

func (this *UpdateApiKeyResponse) GoString() string

func (*UpdateApiKeyResponse) Marshal

func (m *UpdateApiKeyResponse) Marshal() (dAtA []byte, err error)

func (*UpdateApiKeyResponse) MarshalTo

func (m *UpdateApiKeyResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateApiKeyResponse) MarshalToSizedBuffer

func (m *UpdateApiKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateApiKeyResponse) ProtoMessage

func (*UpdateApiKeyResponse) ProtoMessage()

func (*UpdateApiKeyResponse) Reset

func (m *UpdateApiKeyResponse) Reset()

func (*UpdateApiKeyResponse) Size

func (m *UpdateApiKeyResponse) Size() (n int)

func (*UpdateApiKeyResponse) String

func (this *UpdateApiKeyResponse) String() string

func (*UpdateApiKeyResponse) Unmarshal

func (m *UpdateApiKeyResponse) Unmarshal(dAtA []byte) error

func (*UpdateApiKeyResponse) XXX_DiscardUnknown

func (m *UpdateApiKeyResponse) XXX_DiscardUnknown()

func (*UpdateApiKeyResponse) XXX_Marshal

func (m *UpdateApiKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateApiKeyResponse) XXX_Merge

func (m *UpdateApiKeyResponse) XXX_Merge(src proto.Message)

func (*UpdateApiKeyResponse) XXX_Size

func (m *UpdateApiKeyResponse) XXX_Size() int

func (*UpdateApiKeyResponse) XXX_Unmarshal

func (m *UpdateApiKeyResponse) XXX_Unmarshal(b []byte) error

type UpdateCustomRoleRequest added in v0.55.0

type UpdateCustomRoleRequest struct {
	// The id of the custom role to update.
	RoleId string `protobuf:"bytes,1,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	// The new custom role specification.
	Spec *v1.CustomRoleSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// The version of the custom role for which this update is intended for.
	// The latest version can be found in the GetCustomRole operation response.
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:dev

func (*UpdateCustomRoleRequest) Descriptor added in v0.55.0

func (*UpdateCustomRoleRequest) Descriptor() ([]byte, []int)

func (*UpdateCustomRoleRequest) Equal added in v0.55.0

func (this *UpdateCustomRoleRequest) Equal(that interface{}) bool

func (*UpdateCustomRoleRequest) GetAsyncOperationId added in v0.55.0

func (m *UpdateCustomRoleRequest) GetAsyncOperationId() string

func (*UpdateCustomRoleRequest) GetResourceVersion added in v0.55.0

func (m *UpdateCustomRoleRequest) GetResourceVersion() string

func (*UpdateCustomRoleRequest) GetRoleId added in v0.55.0

func (m *UpdateCustomRoleRequest) GetRoleId() string

func (*UpdateCustomRoleRequest) GetSpec added in v0.55.0

func (*UpdateCustomRoleRequest) GoString added in v0.55.0

func (this *UpdateCustomRoleRequest) GoString() string

func (*UpdateCustomRoleRequest) Marshal added in v0.55.0

func (m *UpdateCustomRoleRequest) Marshal() (dAtA []byte, err error)

func (*UpdateCustomRoleRequest) MarshalTo added in v0.55.0

func (m *UpdateCustomRoleRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateCustomRoleRequest) MarshalToSizedBuffer added in v0.55.0

func (m *UpdateCustomRoleRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateCustomRoleRequest) ProtoMessage added in v0.55.0

func (*UpdateCustomRoleRequest) ProtoMessage()

func (*UpdateCustomRoleRequest) Reset added in v0.55.0

func (m *UpdateCustomRoleRequest) Reset()

func (*UpdateCustomRoleRequest) Size added in v0.55.0

func (m *UpdateCustomRoleRequest) Size() (n int)

func (*UpdateCustomRoleRequest) String added in v0.55.0

func (this *UpdateCustomRoleRequest) String() string

func (*UpdateCustomRoleRequest) Unmarshal added in v0.55.0

func (m *UpdateCustomRoleRequest) Unmarshal(dAtA []byte) error

func (*UpdateCustomRoleRequest) XXX_DiscardUnknown added in v0.55.0

func (m *UpdateCustomRoleRequest) XXX_DiscardUnknown()

func (*UpdateCustomRoleRequest) XXX_Marshal added in v0.55.0

func (m *UpdateCustomRoleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateCustomRoleRequest) XXX_Merge added in v0.55.0

func (m *UpdateCustomRoleRequest) XXX_Merge(src proto.Message)

func (*UpdateCustomRoleRequest) XXX_Size added in v0.55.0

func (m *UpdateCustomRoleRequest) XXX_Size() int

func (*UpdateCustomRoleRequest) XXX_Unmarshal added in v0.55.0

func (m *UpdateCustomRoleRequest) XXX_Unmarshal(b []byte) error

type UpdateCustomRoleResponse added in v0.55.0

type UpdateCustomRoleResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:dev

func (*UpdateCustomRoleResponse) Descriptor added in v0.55.0

func (*UpdateCustomRoleResponse) Descriptor() ([]byte, []int)

func (*UpdateCustomRoleResponse) Equal added in v0.55.0

func (this *UpdateCustomRoleResponse) Equal(that interface{}) bool

func (*UpdateCustomRoleResponse) GetAsyncOperation added in v0.55.0

func (m *UpdateCustomRoleResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateCustomRoleResponse) GoString added in v0.55.0

func (this *UpdateCustomRoleResponse) GoString() string

func (*UpdateCustomRoleResponse) Marshal added in v0.55.0

func (m *UpdateCustomRoleResponse) Marshal() (dAtA []byte, err error)

func (*UpdateCustomRoleResponse) MarshalTo added in v0.55.0

func (m *UpdateCustomRoleResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateCustomRoleResponse) MarshalToSizedBuffer added in v0.55.0

func (m *UpdateCustomRoleResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateCustomRoleResponse) ProtoMessage added in v0.55.0

func (*UpdateCustomRoleResponse) ProtoMessage()

func (*UpdateCustomRoleResponse) Reset added in v0.55.0

func (m *UpdateCustomRoleResponse) Reset()

func (*UpdateCustomRoleResponse) Size added in v0.55.0

func (m *UpdateCustomRoleResponse) Size() (n int)

func (*UpdateCustomRoleResponse) String added in v0.55.0

func (this *UpdateCustomRoleResponse) String() string

func (*UpdateCustomRoleResponse) Unmarshal added in v0.55.0

func (m *UpdateCustomRoleResponse) Unmarshal(dAtA []byte) error

func (*UpdateCustomRoleResponse) XXX_DiscardUnknown added in v0.55.0

func (m *UpdateCustomRoleResponse) XXX_DiscardUnknown()

func (*UpdateCustomRoleResponse) XXX_Marshal added in v0.55.0

func (m *UpdateCustomRoleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateCustomRoleResponse) XXX_Merge added in v0.55.0

func (m *UpdateCustomRoleResponse) XXX_Merge(src proto.Message)

func (*UpdateCustomRoleResponse) XXX_Size added in v0.55.0

func (m *UpdateCustomRoleResponse) XXX_Size() int

func (*UpdateCustomRoleResponse) XXX_Unmarshal added in v0.55.0

func (m *UpdateCustomRoleResponse) XXX_Unmarshal(b []byte) error

type UpdateNamespaceExportSinkRequest added in v0.34.0

type UpdateNamespaceExportSinkRequest struct {
	// The namespace to which the sink belongs.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The updated export sink specification.
	Spec *v12.ExportSinkSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// The version of the sink to update. The latest version can be
	// retrieved using the GetNamespaceExportSink call.
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The ID to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*UpdateNamespaceExportSinkRequest) Descriptor added in v0.34.0

func (*UpdateNamespaceExportSinkRequest) Descriptor() ([]byte, []int)

func (*UpdateNamespaceExportSinkRequest) Equal added in v0.34.0

func (this *UpdateNamespaceExportSinkRequest) Equal(that interface{}) bool

func (*UpdateNamespaceExportSinkRequest) GetAsyncOperationId added in v0.34.0

func (m *UpdateNamespaceExportSinkRequest) GetAsyncOperationId() string

func (*UpdateNamespaceExportSinkRequest) GetNamespace added in v0.34.0

func (m *UpdateNamespaceExportSinkRequest) GetNamespace() string

func (*UpdateNamespaceExportSinkRequest) GetResourceVersion added in v0.34.0

func (m *UpdateNamespaceExportSinkRequest) GetResourceVersion() string

func (*UpdateNamespaceExportSinkRequest) GetSpec added in v0.34.0

func (*UpdateNamespaceExportSinkRequest) GoString added in v0.34.0

func (this *UpdateNamespaceExportSinkRequest) GoString() string

func (*UpdateNamespaceExportSinkRequest) Marshal added in v0.34.0

func (m *UpdateNamespaceExportSinkRequest) Marshal() (dAtA []byte, err error)

func (*UpdateNamespaceExportSinkRequest) MarshalTo added in v0.34.0

func (m *UpdateNamespaceExportSinkRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateNamespaceExportSinkRequest) MarshalToSizedBuffer added in v0.34.0

func (m *UpdateNamespaceExportSinkRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateNamespaceExportSinkRequest) ProtoMessage added in v0.34.0

func (*UpdateNamespaceExportSinkRequest) ProtoMessage()

func (*UpdateNamespaceExportSinkRequest) Reset added in v0.34.0

func (*UpdateNamespaceExportSinkRequest) Size added in v0.34.0

func (m *UpdateNamespaceExportSinkRequest) Size() (n int)

func (*UpdateNamespaceExportSinkRequest) String added in v0.34.0

func (*UpdateNamespaceExportSinkRequest) Unmarshal added in v0.34.0

func (m *UpdateNamespaceExportSinkRequest) Unmarshal(dAtA []byte) error

func (*UpdateNamespaceExportSinkRequest) XXX_DiscardUnknown added in v0.34.0

func (m *UpdateNamespaceExportSinkRequest) XXX_DiscardUnknown()

func (*UpdateNamespaceExportSinkRequest) XXX_Marshal added in v0.34.0

func (m *UpdateNamespaceExportSinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateNamespaceExportSinkRequest) XXX_Merge added in v0.34.0

func (*UpdateNamespaceExportSinkRequest) XXX_Size added in v0.34.0

func (m *UpdateNamespaceExportSinkRequest) XXX_Size() int

func (*UpdateNamespaceExportSinkRequest) XXX_Unmarshal added in v0.34.0

func (m *UpdateNamespaceExportSinkRequest) XXX_Unmarshal(b []byte) error

type UpdateNamespaceExportSinkResponse added in v0.34.0

type UpdateNamespaceExportSinkResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*UpdateNamespaceExportSinkResponse) Descriptor added in v0.34.0

func (*UpdateNamespaceExportSinkResponse) Descriptor() ([]byte, []int)

func (*UpdateNamespaceExportSinkResponse) Equal added in v0.34.0

func (this *UpdateNamespaceExportSinkResponse) Equal(that interface{}) bool

func (*UpdateNamespaceExportSinkResponse) GetAsyncOperation added in v0.34.0

func (m *UpdateNamespaceExportSinkResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateNamespaceExportSinkResponse) GoString added in v0.34.0

func (this *UpdateNamespaceExportSinkResponse) GoString() string

func (*UpdateNamespaceExportSinkResponse) Marshal added in v0.34.0

func (m *UpdateNamespaceExportSinkResponse) Marshal() (dAtA []byte, err error)

func (*UpdateNamespaceExportSinkResponse) MarshalTo added in v0.34.0

func (m *UpdateNamespaceExportSinkResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateNamespaceExportSinkResponse) MarshalToSizedBuffer added in v0.34.0

func (m *UpdateNamespaceExportSinkResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateNamespaceExportSinkResponse) ProtoMessage added in v0.34.0

func (*UpdateNamespaceExportSinkResponse) ProtoMessage()

func (*UpdateNamespaceExportSinkResponse) Reset added in v0.34.0

func (*UpdateNamespaceExportSinkResponse) Size added in v0.34.0

func (m *UpdateNamespaceExportSinkResponse) Size() (n int)

func (*UpdateNamespaceExportSinkResponse) String added in v0.34.0

func (*UpdateNamespaceExportSinkResponse) Unmarshal added in v0.34.0

func (m *UpdateNamespaceExportSinkResponse) Unmarshal(dAtA []byte) error

func (*UpdateNamespaceExportSinkResponse) XXX_DiscardUnknown added in v0.34.0

func (m *UpdateNamespaceExportSinkResponse) XXX_DiscardUnknown()

func (*UpdateNamespaceExportSinkResponse) XXX_Marshal added in v0.34.0

func (m *UpdateNamespaceExportSinkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateNamespaceExportSinkResponse) XXX_Merge added in v0.34.0

func (*UpdateNamespaceExportSinkResponse) XXX_Size added in v0.34.0

func (m *UpdateNamespaceExportSinkResponse) XXX_Size() int

func (*UpdateNamespaceExportSinkResponse) XXX_Unmarshal added in v0.34.0

func (m *UpdateNamespaceExportSinkResponse) XXX_Unmarshal(b []byte) error

type UpdateNamespaceRequest

type UpdateNamespaceRequest struct {
	// The namespace to update.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The new namespace specification.
	Spec *v12.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 id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*UpdateNamespaceRequest) Descriptor

func (*UpdateNamespaceRequest) Descriptor() ([]byte, []int)

func (*UpdateNamespaceRequest) Equal

func (this *UpdateNamespaceRequest) Equal(that interface{}) bool

func (*UpdateNamespaceRequest) GetAsyncOperationId

func (m *UpdateNamespaceRequest) GetAsyncOperationId() string

func (*UpdateNamespaceRequest) GetNamespace

func (m *UpdateNamespaceRequest) GetNamespace() string

func (*UpdateNamespaceRequest) GetResourceVersion

func (m *UpdateNamespaceRequest) GetResourceVersion() string

func (*UpdateNamespaceRequest) GetSpec

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 async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*UpdateNamespaceResponse) Descriptor

func (*UpdateNamespaceResponse) Descriptor() ([]byte, []int)

func (*UpdateNamespaceResponse) Equal

func (this *UpdateNamespaceResponse) Equal(that interface{}) bool

func (*UpdateNamespaceResponse) GetAsyncOperation

func (m *UpdateNamespaceResponse) GetAsyncOperation() *v11.AsyncOperation

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 UpdateNamespaceTagsRequest added in v0.44.0

type UpdateNamespaceTagsRequest struct {
	// The namespace to set tags for.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// A map of tags to add or update.
	// If a key of an existing tag is added, the tag's value is updated.
	// At least one of tags_to_upsert or tags_to_remove must be specified.
	TagsToUpsert map[string]string `` /* 187-byte string literal not displayed */
	// A list of tag keys to remove.
	// If a tag key doesn't exist, it is silently ignored.
	// At least one of tags_to_upsert or tags_to_remove must be specified.
	TagsToRemove []string `protobuf:"bytes,3,rep,name=tags_to_remove,json=tagsToRemove,proto3" json:"tags_to_remove,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:skip_validation_rule=MessageRuleUpdateRequest

func (*UpdateNamespaceTagsRequest) Descriptor added in v0.44.0

func (*UpdateNamespaceTagsRequest) Descriptor() ([]byte, []int)

func (*UpdateNamespaceTagsRequest) Equal added in v0.44.0

func (this *UpdateNamespaceTagsRequest) Equal(that interface{}) bool

func (*UpdateNamespaceTagsRequest) GetAsyncOperationId added in v0.44.0

func (m *UpdateNamespaceTagsRequest) GetAsyncOperationId() string

func (*UpdateNamespaceTagsRequest) GetNamespace added in v0.44.0

func (m *UpdateNamespaceTagsRequest) GetNamespace() string

func (*UpdateNamespaceTagsRequest) GetTagsToRemove added in v0.44.0

func (m *UpdateNamespaceTagsRequest) GetTagsToRemove() []string

func (*UpdateNamespaceTagsRequest) GetTagsToUpsert added in v0.44.0

func (m *UpdateNamespaceTagsRequest) GetTagsToUpsert() map[string]string

func (*UpdateNamespaceTagsRequest) GoString added in v0.44.0

func (this *UpdateNamespaceTagsRequest) GoString() string

func (*UpdateNamespaceTagsRequest) Marshal added in v0.44.0

func (m *UpdateNamespaceTagsRequest) Marshal() (dAtA []byte, err error)

func (*UpdateNamespaceTagsRequest) MarshalTo added in v0.44.0

func (m *UpdateNamespaceTagsRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateNamespaceTagsRequest) MarshalToSizedBuffer added in v0.44.0

func (m *UpdateNamespaceTagsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateNamespaceTagsRequest) ProtoMessage added in v0.44.0

func (*UpdateNamespaceTagsRequest) ProtoMessage()

func (*UpdateNamespaceTagsRequest) Reset added in v0.44.0

func (m *UpdateNamespaceTagsRequest) Reset()

func (*UpdateNamespaceTagsRequest) Size added in v0.44.0

func (m *UpdateNamespaceTagsRequest) Size() (n int)

func (*UpdateNamespaceTagsRequest) String added in v0.44.0

func (this *UpdateNamespaceTagsRequest) String() string

func (*UpdateNamespaceTagsRequest) Unmarshal added in v0.44.0

func (m *UpdateNamespaceTagsRequest) Unmarshal(dAtA []byte) error

func (*UpdateNamespaceTagsRequest) XXX_DiscardUnknown added in v0.44.0

func (m *UpdateNamespaceTagsRequest) XXX_DiscardUnknown()

func (*UpdateNamespaceTagsRequest) XXX_Marshal added in v0.44.0

func (m *UpdateNamespaceTagsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateNamespaceTagsRequest) XXX_Merge added in v0.44.0

func (m *UpdateNamespaceTagsRequest) XXX_Merge(src proto.Message)

func (*UpdateNamespaceTagsRequest) XXX_Size added in v0.44.0

func (m *UpdateNamespaceTagsRequest) XXX_Size() int

func (*UpdateNamespaceTagsRequest) XXX_Unmarshal added in v0.44.0

func (m *UpdateNamespaceTagsRequest) XXX_Unmarshal(b []byte) error

type UpdateNamespaceTagsResponse added in v0.44.0

type UpdateNamespaceTagsResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*UpdateNamespaceTagsResponse) Descriptor added in v0.44.0

func (*UpdateNamespaceTagsResponse) Descriptor() ([]byte, []int)

func (*UpdateNamespaceTagsResponse) Equal added in v0.44.0

func (this *UpdateNamespaceTagsResponse) Equal(that interface{}) bool

func (*UpdateNamespaceTagsResponse) GetAsyncOperation added in v0.44.0

func (m *UpdateNamespaceTagsResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateNamespaceTagsResponse) GoString added in v0.44.0

func (this *UpdateNamespaceTagsResponse) GoString() string

func (*UpdateNamespaceTagsResponse) Marshal added in v0.44.0

func (m *UpdateNamespaceTagsResponse) Marshal() (dAtA []byte, err error)

func (*UpdateNamespaceTagsResponse) MarshalTo added in v0.44.0

func (m *UpdateNamespaceTagsResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateNamespaceTagsResponse) MarshalToSizedBuffer added in v0.44.0

func (m *UpdateNamespaceTagsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateNamespaceTagsResponse) ProtoMessage added in v0.44.0

func (*UpdateNamespaceTagsResponse) ProtoMessage()

func (*UpdateNamespaceTagsResponse) Reset added in v0.44.0

func (m *UpdateNamespaceTagsResponse) Reset()

func (*UpdateNamespaceTagsResponse) Size added in v0.44.0

func (m *UpdateNamespaceTagsResponse) Size() (n int)

func (*UpdateNamespaceTagsResponse) String added in v0.44.0

func (this *UpdateNamespaceTagsResponse) String() string

func (*UpdateNamespaceTagsResponse) Unmarshal added in v0.44.0

func (m *UpdateNamespaceTagsResponse) Unmarshal(dAtA []byte) error

func (*UpdateNamespaceTagsResponse) XXX_DiscardUnknown added in v0.44.0

func (m *UpdateNamespaceTagsResponse) XXX_DiscardUnknown()

func (*UpdateNamespaceTagsResponse) XXX_Marshal added in v0.44.0

func (m *UpdateNamespaceTagsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateNamespaceTagsResponse) XXX_Merge added in v0.44.0

func (m *UpdateNamespaceTagsResponse) XXX_Merge(src proto.Message)

func (*UpdateNamespaceTagsResponse) XXX_Size added in v0.44.0

func (m *UpdateNamespaceTagsResponse) XXX_Size() int

func (*UpdateNamespaceTagsResponse) XXX_Unmarshal added in v0.44.0

func (m *UpdateNamespaceTagsResponse) XXX_Unmarshal(b []byte) error

type UpdateNexusEndpointRequest

type UpdateNexusEndpointRequest struct {
	// The id of the nexus endpoint to update.
	EndpointId string `protobuf:"bytes,1,opt,name=endpoint_id,json=endpointId,proto3" json:"endpoint_id,omitempty"`
	// The updated nexus endpoint specification.
	Spec *v14.EndpointSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// The version of the nexus endpoint for which this update is intended for.
	// The latest version can be found in the GetNexusEndpoint operation response.
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*UpdateNexusEndpointRequest) Descriptor

func (*UpdateNexusEndpointRequest) Descriptor() ([]byte, []int)

func (*UpdateNexusEndpointRequest) Equal

func (this *UpdateNexusEndpointRequest) Equal(that interface{}) bool

func (*UpdateNexusEndpointRequest) GetAsyncOperationId

func (m *UpdateNexusEndpointRequest) GetAsyncOperationId() string

func (*UpdateNexusEndpointRequest) GetEndpointId

func (m *UpdateNexusEndpointRequest) GetEndpointId() string

func (*UpdateNexusEndpointRequest) GetResourceVersion

func (m *UpdateNexusEndpointRequest) GetResourceVersion() string

func (*UpdateNexusEndpointRequest) GetSpec

func (*UpdateNexusEndpointRequest) GoString

func (this *UpdateNexusEndpointRequest) GoString() string

func (*UpdateNexusEndpointRequest) Marshal

func (m *UpdateNexusEndpointRequest) Marshal() (dAtA []byte, err error)

func (*UpdateNexusEndpointRequest) MarshalTo

func (m *UpdateNexusEndpointRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateNexusEndpointRequest) MarshalToSizedBuffer

func (m *UpdateNexusEndpointRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateNexusEndpointRequest) ProtoMessage

func (*UpdateNexusEndpointRequest) ProtoMessage()

func (*UpdateNexusEndpointRequest) Reset

func (m *UpdateNexusEndpointRequest) Reset()

func (*UpdateNexusEndpointRequest) Size

func (m *UpdateNexusEndpointRequest) Size() (n int)

func (*UpdateNexusEndpointRequest) String

func (this *UpdateNexusEndpointRequest) String() string

func (*UpdateNexusEndpointRequest) Unmarshal

func (m *UpdateNexusEndpointRequest) Unmarshal(dAtA []byte) error

func (*UpdateNexusEndpointRequest) XXX_DiscardUnknown

func (m *UpdateNexusEndpointRequest) XXX_DiscardUnknown()

func (*UpdateNexusEndpointRequest) XXX_Marshal

func (m *UpdateNexusEndpointRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateNexusEndpointRequest) XXX_Merge

func (m *UpdateNexusEndpointRequest) XXX_Merge(src proto.Message)

func (*UpdateNexusEndpointRequest) XXX_Size

func (m *UpdateNexusEndpointRequest) XXX_Size() int

func (*UpdateNexusEndpointRequest) XXX_Unmarshal

func (m *UpdateNexusEndpointRequest) XXX_Unmarshal(b []byte) error

type UpdateNexusEndpointResponse

type UpdateNexusEndpointResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*UpdateNexusEndpointResponse) Descriptor

func (*UpdateNexusEndpointResponse) Descriptor() ([]byte, []int)

func (*UpdateNexusEndpointResponse) Equal

func (this *UpdateNexusEndpointResponse) Equal(that interface{}) bool

func (*UpdateNexusEndpointResponse) GetAsyncOperation

func (m *UpdateNexusEndpointResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateNexusEndpointResponse) GoString

func (this *UpdateNexusEndpointResponse) GoString() string

func (*UpdateNexusEndpointResponse) Marshal

func (m *UpdateNexusEndpointResponse) Marshal() (dAtA []byte, err error)

func (*UpdateNexusEndpointResponse) MarshalTo

func (m *UpdateNexusEndpointResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateNexusEndpointResponse) MarshalToSizedBuffer

func (m *UpdateNexusEndpointResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateNexusEndpointResponse) ProtoMessage

func (*UpdateNexusEndpointResponse) ProtoMessage()

func (*UpdateNexusEndpointResponse) Reset

func (m *UpdateNexusEndpointResponse) Reset()

func (*UpdateNexusEndpointResponse) Size

func (m *UpdateNexusEndpointResponse) Size() (n int)

func (*UpdateNexusEndpointResponse) String

func (this *UpdateNexusEndpointResponse) String() string

func (*UpdateNexusEndpointResponse) Unmarshal

func (m *UpdateNexusEndpointResponse) Unmarshal(dAtA []byte) error

func (*UpdateNexusEndpointResponse) XXX_DiscardUnknown

func (m *UpdateNexusEndpointResponse) XXX_DiscardUnknown()

func (*UpdateNexusEndpointResponse) XXX_Marshal

func (m *UpdateNexusEndpointResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateNexusEndpointResponse) XXX_Merge

func (m *UpdateNexusEndpointResponse) XXX_Merge(src proto.Message)

func (*UpdateNexusEndpointResponse) XXX_Size

func (m *UpdateNexusEndpointResponse) XXX_Size() int

func (*UpdateNexusEndpointResponse) XXX_Unmarshal

func (m *UpdateNexusEndpointResponse) XXX_Unmarshal(b []byte) error

type UpdateProjectRequest added in v0.43.0

type UpdateProjectRequest struct {
	// The id of the project to update.
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// The new project specification.
	Spec *v110.ProjectSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// The version of the project for which this update is intended for.
	// The latest version can be found in the GetProject operation response.
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

temporal:dev

func (*UpdateProjectRequest) Descriptor added in v0.43.0

func (*UpdateProjectRequest) Descriptor() ([]byte, []int)

func (*UpdateProjectRequest) Equal added in v0.43.0

func (this *UpdateProjectRequest) Equal(that interface{}) bool

func (*UpdateProjectRequest) GetAsyncOperationId added in v0.43.0

func (m *UpdateProjectRequest) GetAsyncOperationId() string

func (*UpdateProjectRequest) GetProjectId added in v0.43.0

func (m *UpdateProjectRequest) GetProjectId() string

func (*UpdateProjectRequest) GetResourceVersion added in v0.43.0

func (m *UpdateProjectRequest) GetResourceVersion() string

func (*UpdateProjectRequest) GetSpec added in v0.43.0

func (m *UpdateProjectRequest) GetSpec() *v110.ProjectSpec

func (*UpdateProjectRequest) GoString added in v0.43.0

func (this *UpdateProjectRequest) GoString() string

func (*UpdateProjectRequest) Marshal added in v0.43.0

func (m *UpdateProjectRequest) Marshal() (dAtA []byte, err error)

func (*UpdateProjectRequest) MarshalTo added in v0.43.0

func (m *UpdateProjectRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateProjectRequest) MarshalToSizedBuffer added in v0.43.0

func (m *UpdateProjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateProjectRequest) ProtoMessage added in v0.43.0

func (*UpdateProjectRequest) ProtoMessage()

func (*UpdateProjectRequest) Reset added in v0.43.0

func (m *UpdateProjectRequest) Reset()

func (*UpdateProjectRequest) Size added in v0.43.0

func (m *UpdateProjectRequest) Size() (n int)

func (*UpdateProjectRequest) String added in v0.43.0

func (this *UpdateProjectRequest) String() string

func (*UpdateProjectRequest) Unmarshal added in v0.43.0

func (m *UpdateProjectRequest) Unmarshal(dAtA []byte) error

func (*UpdateProjectRequest) XXX_DiscardUnknown added in v0.43.0

func (m *UpdateProjectRequest) XXX_DiscardUnknown()

func (*UpdateProjectRequest) XXX_Marshal added in v0.43.0

func (m *UpdateProjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateProjectRequest) XXX_Merge added in v0.43.0

func (m *UpdateProjectRequest) XXX_Merge(src proto.Message)

func (*UpdateProjectRequest) XXX_Size added in v0.43.0

func (m *UpdateProjectRequest) XXX_Size() int

func (*UpdateProjectRequest) XXX_Unmarshal added in v0.43.0

func (m *UpdateProjectRequest) XXX_Unmarshal(b []byte) error

type UpdateProjectResponse added in v0.43.0

type UpdateProjectResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

temporal:dev

func (*UpdateProjectResponse) Descriptor added in v0.43.0

func (*UpdateProjectResponse) Descriptor() ([]byte, []int)

func (*UpdateProjectResponse) Equal added in v0.43.0

func (this *UpdateProjectResponse) Equal(that interface{}) bool

func (*UpdateProjectResponse) GetAsyncOperation added in v0.43.0

func (m *UpdateProjectResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateProjectResponse) GoString added in v0.43.0

func (this *UpdateProjectResponse) GoString() string

func (*UpdateProjectResponse) Marshal added in v0.43.0

func (m *UpdateProjectResponse) Marshal() (dAtA []byte, err error)

func (*UpdateProjectResponse) MarshalTo added in v0.43.0

func (m *UpdateProjectResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateProjectResponse) MarshalToSizedBuffer added in v0.43.0

func (m *UpdateProjectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateProjectResponse) ProtoMessage added in v0.43.0

func (*UpdateProjectResponse) ProtoMessage()

func (*UpdateProjectResponse) Reset added in v0.43.0

func (m *UpdateProjectResponse) Reset()

func (*UpdateProjectResponse) Size added in v0.43.0

func (m *UpdateProjectResponse) Size() (n int)

func (*UpdateProjectResponse) String added in v0.43.0

func (this *UpdateProjectResponse) String() string

func (*UpdateProjectResponse) Unmarshal added in v0.43.0

func (m *UpdateProjectResponse) Unmarshal(dAtA []byte) error

func (*UpdateProjectResponse) XXX_DiscardUnknown added in v0.43.0

func (m *UpdateProjectResponse) XXX_DiscardUnknown()

func (*UpdateProjectResponse) XXX_Marshal added in v0.43.0

func (m *UpdateProjectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateProjectResponse) XXX_Merge added in v0.43.0

func (m *UpdateProjectResponse) XXX_Merge(src proto.Message)

func (*UpdateProjectResponse) XXX_Size added in v0.43.0

func (m *UpdateProjectResponse) XXX_Size() int

func (*UpdateProjectResponse) XXX_Unmarshal added in v0.43.0

func (m *UpdateProjectResponse) XXX_Unmarshal(b []byte) error

type UpdateServiceAccountRequest

type UpdateServiceAccountRequest struct {
	// The ID of the service account to update.
	ServiceAccountId string `protobuf:"bytes,1,opt,name=service_account_id,json=serviceAccountId,proto3" json:"service_account_id,omitempty"`
	// The new service account specification.
	Spec *v1.ServiceAccountSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// The version of the service account for which this update is intended for.
	// The latest version can be found in the GetServiceAccount response.
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The ID to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*UpdateServiceAccountRequest) Descriptor

func (*UpdateServiceAccountRequest) Descriptor() ([]byte, []int)

func (*UpdateServiceAccountRequest) Equal

func (this *UpdateServiceAccountRequest) Equal(that interface{}) bool

func (*UpdateServiceAccountRequest) GetAsyncOperationId

func (m *UpdateServiceAccountRequest) GetAsyncOperationId() string

func (*UpdateServiceAccountRequest) GetResourceVersion

func (m *UpdateServiceAccountRequest) GetResourceVersion() string

func (*UpdateServiceAccountRequest) GetServiceAccountId

func (m *UpdateServiceAccountRequest) GetServiceAccountId() string

func (*UpdateServiceAccountRequest) GetSpec

func (*UpdateServiceAccountRequest) GoString

func (this *UpdateServiceAccountRequest) GoString() string

func (*UpdateServiceAccountRequest) Marshal

func (m *UpdateServiceAccountRequest) Marshal() (dAtA []byte, err error)

func (*UpdateServiceAccountRequest) MarshalTo

func (m *UpdateServiceAccountRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateServiceAccountRequest) MarshalToSizedBuffer

func (m *UpdateServiceAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateServiceAccountRequest) ProtoMessage

func (*UpdateServiceAccountRequest) ProtoMessage()

func (*UpdateServiceAccountRequest) Reset

func (m *UpdateServiceAccountRequest) Reset()

func (*UpdateServiceAccountRequest) Size

func (m *UpdateServiceAccountRequest) Size() (n int)

func (*UpdateServiceAccountRequest) String

func (this *UpdateServiceAccountRequest) String() string

func (*UpdateServiceAccountRequest) Unmarshal

func (m *UpdateServiceAccountRequest) Unmarshal(dAtA []byte) error

func (*UpdateServiceAccountRequest) XXX_DiscardUnknown

func (m *UpdateServiceAccountRequest) XXX_DiscardUnknown()

func (*UpdateServiceAccountRequest) XXX_Marshal

func (m *UpdateServiceAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateServiceAccountRequest) XXX_Merge

func (m *UpdateServiceAccountRequest) XXX_Merge(src proto.Message)

func (*UpdateServiceAccountRequest) XXX_Size

func (m *UpdateServiceAccountRequest) XXX_Size() int

func (*UpdateServiceAccountRequest) XXX_Unmarshal

func (m *UpdateServiceAccountRequest) XXX_Unmarshal(b []byte) error

type UpdateServiceAccountResponse

type UpdateServiceAccountResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*UpdateServiceAccountResponse) Descriptor

func (*UpdateServiceAccountResponse) Descriptor() ([]byte, []int)

func (*UpdateServiceAccountResponse) Equal

func (this *UpdateServiceAccountResponse) Equal(that interface{}) bool

func (*UpdateServiceAccountResponse) GetAsyncOperation

func (m *UpdateServiceAccountResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateServiceAccountResponse) GoString

func (this *UpdateServiceAccountResponse) GoString() string

func (*UpdateServiceAccountResponse) Marshal

func (m *UpdateServiceAccountResponse) Marshal() (dAtA []byte, err error)

func (*UpdateServiceAccountResponse) MarshalTo

func (m *UpdateServiceAccountResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateServiceAccountResponse) MarshalToSizedBuffer

func (m *UpdateServiceAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateServiceAccountResponse) ProtoMessage

func (*UpdateServiceAccountResponse) ProtoMessage()

func (*UpdateServiceAccountResponse) Reset

func (m *UpdateServiceAccountResponse) Reset()

func (*UpdateServiceAccountResponse) Size

func (m *UpdateServiceAccountResponse) Size() (n int)

func (*UpdateServiceAccountResponse) String

func (this *UpdateServiceAccountResponse) String() string

func (*UpdateServiceAccountResponse) Unmarshal

func (m *UpdateServiceAccountResponse) Unmarshal(dAtA []byte) error

func (*UpdateServiceAccountResponse) XXX_DiscardUnknown

func (m *UpdateServiceAccountResponse) XXX_DiscardUnknown()

func (*UpdateServiceAccountResponse) XXX_Marshal

func (m *UpdateServiceAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateServiceAccountResponse) XXX_Merge

func (m *UpdateServiceAccountResponse) XXX_Merge(src proto.Message)

func (*UpdateServiceAccountResponse) XXX_Size

func (m *UpdateServiceAccountResponse) XXX_Size() int

func (*UpdateServiceAccountResponse) XXX_Unmarshal

func (m *UpdateServiceAccountResponse) XXX_Unmarshal(b []byte) error

type UpdateUserGroupRequest

type UpdateUserGroupRequest struct {
	// The id of the group to update.
	GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// The new group specification.
	Spec *v1.UserGroupSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// The version of the group for which this update is intended for.
	// The latest version can be found in the GetGroup operation response.
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*UpdateUserGroupRequest) Descriptor

func (*UpdateUserGroupRequest) Descriptor() ([]byte, []int)

func (*UpdateUserGroupRequest) Equal

func (this *UpdateUserGroupRequest) Equal(that interface{}) bool

func (*UpdateUserGroupRequest) GetAsyncOperationId

func (m *UpdateUserGroupRequest) GetAsyncOperationId() string

func (*UpdateUserGroupRequest) GetGroupId

func (m *UpdateUserGroupRequest) GetGroupId() string

func (*UpdateUserGroupRequest) GetResourceVersion

func (m *UpdateUserGroupRequest) GetResourceVersion() string

func (*UpdateUserGroupRequest) GetSpec

func (m *UpdateUserGroupRequest) GetSpec() *v1.UserGroupSpec

func (*UpdateUserGroupRequest) GoString

func (this *UpdateUserGroupRequest) GoString() string

func (*UpdateUserGroupRequest) Marshal

func (m *UpdateUserGroupRequest) Marshal() (dAtA []byte, err error)

func (*UpdateUserGroupRequest) MarshalTo

func (m *UpdateUserGroupRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateUserGroupRequest) MarshalToSizedBuffer

func (m *UpdateUserGroupRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateUserGroupRequest) ProtoMessage

func (*UpdateUserGroupRequest) ProtoMessage()

func (*UpdateUserGroupRequest) Reset

func (m *UpdateUserGroupRequest) Reset()

func (*UpdateUserGroupRequest) Size

func (m *UpdateUserGroupRequest) Size() (n int)

func (*UpdateUserGroupRequest) String

func (this *UpdateUserGroupRequest) String() string

func (*UpdateUserGroupRequest) Unmarshal

func (m *UpdateUserGroupRequest) Unmarshal(dAtA []byte) error

func (*UpdateUserGroupRequest) XXX_DiscardUnknown

func (m *UpdateUserGroupRequest) XXX_DiscardUnknown()

func (*UpdateUserGroupRequest) XXX_Marshal

func (m *UpdateUserGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateUserGroupRequest) XXX_Merge

func (m *UpdateUserGroupRequest) XXX_Merge(src proto.Message)

func (*UpdateUserGroupRequest) XXX_Size

func (m *UpdateUserGroupRequest) XXX_Size() int

func (*UpdateUserGroupRequest) XXX_Unmarshal

func (m *UpdateUserGroupRequest) XXX_Unmarshal(b []byte) error

type UpdateUserGroupResponse

type UpdateUserGroupResponse struct {
	// The async operation.
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*UpdateUserGroupResponse) Descriptor

func (*UpdateUserGroupResponse) Descriptor() ([]byte, []int)

func (*UpdateUserGroupResponse) Equal

func (this *UpdateUserGroupResponse) Equal(that interface{}) bool

func (*UpdateUserGroupResponse) GetAsyncOperation

func (m *UpdateUserGroupResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateUserGroupResponse) GoString

func (this *UpdateUserGroupResponse) GoString() string

func (*UpdateUserGroupResponse) Marshal

func (m *UpdateUserGroupResponse) Marshal() (dAtA []byte, err error)

func (*UpdateUserGroupResponse) MarshalTo

func (m *UpdateUserGroupResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateUserGroupResponse) MarshalToSizedBuffer

func (m *UpdateUserGroupResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateUserGroupResponse) ProtoMessage

func (*UpdateUserGroupResponse) ProtoMessage()

func (*UpdateUserGroupResponse) Reset

func (m *UpdateUserGroupResponse) Reset()

func (*UpdateUserGroupResponse) Size

func (m *UpdateUserGroupResponse) Size() (n int)

func (*UpdateUserGroupResponse) String

func (this *UpdateUserGroupResponse) String() string

func (*UpdateUserGroupResponse) Unmarshal

func (m *UpdateUserGroupResponse) Unmarshal(dAtA []byte) error

func (*UpdateUserGroupResponse) XXX_DiscardUnknown

func (m *UpdateUserGroupResponse) XXX_DiscardUnknown()

func (*UpdateUserGroupResponse) XXX_Marshal

func (m *UpdateUserGroupResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateUserGroupResponse) XXX_Merge

func (m *UpdateUserGroupResponse) XXX_Merge(src proto.Message)

func (*UpdateUserGroupResponse) XXX_Size

func (m *UpdateUserGroupResponse) XXX_Size() int

func (*UpdateUserGroupResponse) XXX_Unmarshal

func (m *UpdateUserGroupResponse) XXX_Unmarshal(b []byte) error

type UpdateUserRequest

type UpdateUserRequest struct {
	// The id of the user to update
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The new user specification
	Spec *v1.UserSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// The version of the user for which this update is intended for
	// The latest version can be found in the GetUser operation response
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation - optional
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
}

func (*UpdateUserRequest) Descriptor

func (*UpdateUserRequest) Descriptor() ([]byte, []int)

func (*UpdateUserRequest) Equal

func (this *UpdateUserRequest) Equal(that interface{}) bool

func (*UpdateUserRequest) GetAsyncOperationId

func (m *UpdateUserRequest) GetAsyncOperationId() string

func (*UpdateUserRequest) GetResourceVersion

func (m *UpdateUserRequest) GetResourceVersion() string

func (*UpdateUserRequest) GetSpec

func (m *UpdateUserRequest) GetSpec() *v1.UserSpec

func (*UpdateUserRequest) GetUserId

func (m *UpdateUserRequest) GetUserId() string

func (*UpdateUserRequest) GoString

func (this *UpdateUserRequest) GoString() string

func (*UpdateUserRequest) Marshal

func (m *UpdateUserRequest) Marshal() (dAtA []byte, err error)

func (*UpdateUserRequest) MarshalTo

func (m *UpdateUserRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateUserRequest) MarshalToSizedBuffer

func (m *UpdateUserRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateUserRequest) ProtoMessage

func (*UpdateUserRequest) ProtoMessage()

func (*UpdateUserRequest) Reset

func (m *UpdateUserRequest) Reset()

func (*UpdateUserRequest) Size

func (m *UpdateUserRequest) Size() (n int)

func (*UpdateUserRequest) String

func (this *UpdateUserRequest) String() string

func (*UpdateUserRequest) Unmarshal

func (m *UpdateUserRequest) Unmarshal(dAtA []byte) error

func (*UpdateUserRequest) XXX_DiscardUnknown

func (m *UpdateUserRequest) XXX_DiscardUnknown()

func (*UpdateUserRequest) XXX_Marshal

func (m *UpdateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateUserRequest) XXX_Merge

func (m *UpdateUserRequest) XXX_Merge(src proto.Message)

func (*UpdateUserRequest) XXX_Size

func (m *UpdateUserRequest) XXX_Size() int

func (*UpdateUserRequest) XXX_Unmarshal

func (m *UpdateUserRequest) XXX_Unmarshal(b []byte) error

type UpdateUserResponse

type UpdateUserResponse struct {
	// The async operation
	AsyncOperation *v11.AsyncOperation `protobuf:"bytes,1,opt,name=async_operation,json=asyncOperation,proto3" json:"async_operation,omitempty"`
}

func (*UpdateUserResponse) Descriptor

func (*UpdateUserResponse) Descriptor() ([]byte, []int)

func (*UpdateUserResponse) Equal

func (this *UpdateUserResponse) Equal(that interface{}) bool

func (*UpdateUserResponse) GetAsyncOperation

func (m *UpdateUserResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateUserResponse) GoString

func (this *UpdateUserResponse) GoString() string

func (*UpdateUserResponse) Marshal

func (m *UpdateUserResponse) Marshal() (dAtA []byte, err error)

func (*UpdateUserResponse) MarshalTo

func (m *UpdateUserResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateUserResponse) MarshalToSizedBuffer

func (m *UpdateUserResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateUserResponse) ProtoMessage

func (*UpdateUserResponse) ProtoMessage()

func (*UpdateUserResponse) Reset

func (m *UpdateUserResponse) Reset()

func (*UpdateUserResponse) Size

func (m *UpdateUserResponse) Size() (n int)

func (*UpdateUserResponse) String

func (this *UpdateUserResponse) String() string

func (*UpdateUserResponse) Unmarshal

func (m *UpdateUserResponse) Unmarshal(dAtA []byte) error

func (*UpdateUserResponse) XXX_DiscardUnknown

func (m *UpdateUserResponse) XXX_DiscardUnknown()

func (*UpdateUserResponse) XXX_Marshal

func (m *UpdateUserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateUserResponse) XXX_Merge

func (m *UpdateUserResponse) XXX_Merge(src proto.Message)

func (*UpdateUserResponse) XXX_Size

func (m *UpdateUserResponse) XXX_Size() int

func (*UpdateUserResponse) XXX_Unmarshal

func (m *UpdateUserResponse) XXX_Unmarshal(b []byte) error

type ValidateAccountAuditLogSinkRequest added in v0.51.0

type ValidateAccountAuditLogSinkRequest struct {
	// The audit log sink spec that will be validated
	Spec *v15.AuditLogSinkSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
}

func (*ValidateAccountAuditLogSinkRequest) Descriptor added in v0.51.0

func (*ValidateAccountAuditLogSinkRequest) Descriptor() ([]byte, []int)

func (*ValidateAccountAuditLogSinkRequest) Equal added in v0.51.0

func (this *ValidateAccountAuditLogSinkRequest) Equal(that interface{}) bool

func (*ValidateAccountAuditLogSinkRequest) GetSpec added in v0.51.0

func (*ValidateAccountAuditLogSinkRequest) GoString added in v0.51.0

func (this *ValidateAccountAuditLogSinkRequest) GoString() string

func (*ValidateAccountAuditLogSinkRequest) Marshal added in v0.51.0

func (m *ValidateAccountAuditLogSinkRequest) Marshal() (dAtA []byte, err error)

func (*ValidateAccountAuditLogSinkRequest) MarshalTo added in v0.51.0

func (m *ValidateAccountAuditLogSinkRequest) MarshalTo(dAtA []byte) (int, error)

func (*ValidateAccountAuditLogSinkRequest) MarshalToSizedBuffer added in v0.51.0

func (m *ValidateAccountAuditLogSinkRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ValidateAccountAuditLogSinkRequest) ProtoMessage added in v0.51.0

func (*ValidateAccountAuditLogSinkRequest) ProtoMessage()

func (*ValidateAccountAuditLogSinkRequest) Reset added in v0.51.0

func (*ValidateAccountAuditLogSinkRequest) Size added in v0.51.0

func (*ValidateAccountAuditLogSinkRequest) String added in v0.51.0

func (*ValidateAccountAuditLogSinkRequest) Unmarshal added in v0.51.0

func (m *ValidateAccountAuditLogSinkRequest) Unmarshal(dAtA []byte) error

func (*ValidateAccountAuditLogSinkRequest) XXX_DiscardUnknown added in v0.51.0

func (m *ValidateAccountAuditLogSinkRequest) XXX_DiscardUnknown()

func (*ValidateAccountAuditLogSinkRequest) XXX_Marshal added in v0.51.0

func (m *ValidateAccountAuditLogSinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidateAccountAuditLogSinkRequest) XXX_Merge added in v0.51.0

func (*ValidateAccountAuditLogSinkRequest) XXX_Size added in v0.51.0

func (*ValidateAccountAuditLogSinkRequest) XXX_Unmarshal added in v0.51.0

func (m *ValidateAccountAuditLogSinkRequest) XXX_Unmarshal(b []byte) error

type ValidateAccountAuditLogSinkResponse added in v0.51.0

type ValidateAccountAuditLogSinkResponse struct {
}

func (*ValidateAccountAuditLogSinkResponse) Descriptor added in v0.51.0

func (*ValidateAccountAuditLogSinkResponse) Descriptor() ([]byte, []int)

func (*ValidateAccountAuditLogSinkResponse) Equal added in v0.51.0

func (this *ValidateAccountAuditLogSinkResponse) Equal(that interface{}) bool

func (*ValidateAccountAuditLogSinkResponse) GoString added in v0.51.0

func (*ValidateAccountAuditLogSinkResponse) Marshal added in v0.51.0

func (m *ValidateAccountAuditLogSinkResponse) Marshal() (dAtA []byte, err error)

func (*ValidateAccountAuditLogSinkResponse) MarshalTo added in v0.51.0

func (m *ValidateAccountAuditLogSinkResponse) MarshalTo(dAtA []byte) (int, error)

func (*ValidateAccountAuditLogSinkResponse) MarshalToSizedBuffer added in v0.51.0

func (m *ValidateAccountAuditLogSinkResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ValidateAccountAuditLogSinkResponse) ProtoMessage added in v0.51.0

func (*ValidateAccountAuditLogSinkResponse) ProtoMessage()

func (*ValidateAccountAuditLogSinkResponse) Reset added in v0.51.0

func (*ValidateAccountAuditLogSinkResponse) Size added in v0.51.0

func (*ValidateAccountAuditLogSinkResponse) String added in v0.51.0

func (*ValidateAccountAuditLogSinkResponse) Unmarshal added in v0.51.0

func (m *ValidateAccountAuditLogSinkResponse) Unmarshal(dAtA []byte) error

func (*ValidateAccountAuditLogSinkResponse) XXX_DiscardUnknown added in v0.51.0

func (m *ValidateAccountAuditLogSinkResponse) XXX_DiscardUnknown()

func (*ValidateAccountAuditLogSinkResponse) XXX_Marshal added in v0.51.0

func (m *ValidateAccountAuditLogSinkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidateAccountAuditLogSinkResponse) XXX_Merge added in v0.51.0

func (*ValidateAccountAuditLogSinkResponse) XXX_Size added in v0.51.0

func (*ValidateAccountAuditLogSinkResponse) XXX_Unmarshal added in v0.51.0

func (m *ValidateAccountAuditLogSinkResponse) XXX_Unmarshal(b []byte) error

type ValidateNamespaceExportSinkRequest added in v0.34.0

type ValidateNamespaceExportSinkRequest struct {
	// The namespace to which the sink belongs.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The export sink specification to validate.
	Spec *v12.ExportSinkSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
}

func (*ValidateNamespaceExportSinkRequest) Descriptor added in v0.34.0

func (*ValidateNamespaceExportSinkRequest) Descriptor() ([]byte, []int)

func (*ValidateNamespaceExportSinkRequest) Equal added in v0.34.0

func (this *ValidateNamespaceExportSinkRequest) Equal(that interface{}) bool

func (*ValidateNamespaceExportSinkRequest) GetNamespace added in v0.34.0

func (m *ValidateNamespaceExportSinkRequest) GetNamespace() string

func (*ValidateNamespaceExportSinkRequest) GetSpec added in v0.34.0

func (*ValidateNamespaceExportSinkRequest) GoString added in v0.34.0

func (this *ValidateNamespaceExportSinkRequest) GoString() string

func (*ValidateNamespaceExportSinkRequest) Marshal added in v0.34.0

func (m *ValidateNamespaceExportSinkRequest) Marshal() (dAtA []byte, err error)

func (*ValidateNamespaceExportSinkRequest) MarshalTo added in v0.34.0

func (m *ValidateNamespaceExportSinkRequest) MarshalTo(dAtA []byte) (int, error)

func (*ValidateNamespaceExportSinkRequest) MarshalToSizedBuffer added in v0.34.0

func (m *ValidateNamespaceExportSinkRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ValidateNamespaceExportSinkRequest) ProtoMessage added in v0.34.0

func (*ValidateNamespaceExportSinkRequest) ProtoMessage()

func (*ValidateNamespaceExportSinkRequest) Reset added in v0.34.0

func (*ValidateNamespaceExportSinkRequest) Size added in v0.34.0

func (*ValidateNamespaceExportSinkRequest) String added in v0.34.0

func (*ValidateNamespaceExportSinkRequest) Unmarshal added in v0.34.0

func (m *ValidateNamespaceExportSinkRequest) Unmarshal(dAtA []byte) error

func (*ValidateNamespaceExportSinkRequest) XXX_DiscardUnknown added in v0.34.0

func (m *ValidateNamespaceExportSinkRequest) XXX_DiscardUnknown()

func (*ValidateNamespaceExportSinkRequest) XXX_Marshal added in v0.34.0

func (m *ValidateNamespaceExportSinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidateNamespaceExportSinkRequest) XXX_Merge added in v0.34.0

func (*ValidateNamespaceExportSinkRequest) XXX_Size added in v0.34.0

func (*ValidateNamespaceExportSinkRequest) XXX_Unmarshal added in v0.34.0

func (m *ValidateNamespaceExportSinkRequest) XXX_Unmarshal(b []byte) error

type ValidateNamespaceExportSinkResponse added in v0.34.0

type ValidateNamespaceExportSinkResponse struct {
}

func (*ValidateNamespaceExportSinkResponse) Descriptor added in v0.34.0

func (*ValidateNamespaceExportSinkResponse) Descriptor() ([]byte, []int)

func (*ValidateNamespaceExportSinkResponse) Equal added in v0.34.0

func (this *ValidateNamespaceExportSinkResponse) Equal(that interface{}) bool

func (*ValidateNamespaceExportSinkResponse) GoString added in v0.34.0

func (*ValidateNamespaceExportSinkResponse) Marshal added in v0.34.0

func (m *ValidateNamespaceExportSinkResponse) Marshal() (dAtA []byte, err error)

func (*ValidateNamespaceExportSinkResponse) MarshalTo added in v0.34.0

func (m *ValidateNamespaceExportSinkResponse) MarshalTo(dAtA []byte) (int, error)

func (*ValidateNamespaceExportSinkResponse) MarshalToSizedBuffer added in v0.34.0

func (m *ValidateNamespaceExportSinkResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ValidateNamespaceExportSinkResponse) ProtoMessage added in v0.34.0

func (*ValidateNamespaceExportSinkResponse) ProtoMessage()

func (*ValidateNamespaceExportSinkResponse) Reset added in v0.34.0

func (*ValidateNamespaceExportSinkResponse) Size added in v0.34.0

func (*ValidateNamespaceExportSinkResponse) String added in v0.34.0

func (*ValidateNamespaceExportSinkResponse) Unmarshal added in v0.34.0

func (m *ValidateNamespaceExportSinkResponse) Unmarshal(dAtA []byte) error

func (*ValidateNamespaceExportSinkResponse) XXX_DiscardUnknown added in v0.34.0

func (m *ValidateNamespaceExportSinkResponse) XXX_DiscardUnknown()

func (*ValidateNamespaceExportSinkResponse) XXX_Marshal added in v0.34.0

func (m *ValidateNamespaceExportSinkResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ValidateNamespaceExportSinkResponse) XXX_Merge added in v0.34.0

func (*ValidateNamespaceExportSinkResponse) XXX_Size added in v0.34.0

func (*ValidateNamespaceExportSinkResponse) XXX_Unmarshal added in v0.34.0

func (m *ValidateNamespaceExportSinkResponse) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL