cloudservicev1

package
v1.36.10-2024061417361... Latest Latest
Warning

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

Go to latest
Published: unknown License: MIT Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_temporal_api_cloud_cloudservice_v1_request_response_proto protoreflect.FileDescriptor
View Source
var File_temporal_api_cloud_cloudservice_v1_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

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.
	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"`
	// contains filtered or unexported fields
}

func (*AddNamespaceRegionRequest) GetAsyncOperationId

func (x *AddNamespaceRegionRequest) GetAsyncOperationId() string

func (*AddNamespaceRegionRequest) GetNamespace

func (x *AddNamespaceRegionRequest) GetNamespace() string

func (*AddNamespaceRegionRequest) GetRegion

func (x *AddNamespaceRegionRequest) GetRegion() string

func (*AddNamespaceRegionRequest) GetResourceVersion

func (x *AddNamespaceRegionRequest) GetResourceVersion() string

func (*AddNamespaceRegionRequest) ProtoMessage

func (*AddNamespaceRegionRequest) ProtoMessage()

func (*AddNamespaceRegionRequest) ProtoReflect

func (*AddNamespaceRegionRequest) Reset

func (x *AddNamespaceRegionRequest) Reset()

func (*AddNamespaceRegionRequest) SetAsyncOperationId

func (x *AddNamespaceRegionRequest) SetAsyncOperationId(v string)

func (*AddNamespaceRegionRequest) SetNamespace

func (x *AddNamespaceRegionRequest) SetNamespace(v string)

func (*AddNamespaceRegionRequest) SetRegion

func (x *AddNamespaceRegionRequest) SetRegion(v string)

func (*AddNamespaceRegionRequest) SetResourceVersion

func (x *AddNamespaceRegionRequest) SetResourceVersion(v string)

func (*AddNamespaceRegionRequest) String

func (x *AddNamespaceRegionRequest) String() string

type AddNamespaceRegionRequest_builder

type AddNamespaceRegionRequest_builder struct {

	// The namespace to add the region to.
	Namespace string
	// The id of the standby region to add to the namespace.
	Region string
	// 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
	// The id to use for this async operation - optional.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (AddNamespaceRegionRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*AddNamespaceRegionResponse) ClearAsyncOperation

func (x *AddNamespaceRegionResponse) ClearAsyncOperation()

func (*AddNamespaceRegionResponse) GetAsyncOperation

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

func (*AddNamespaceRegionResponse) HasAsyncOperation

func (x *AddNamespaceRegionResponse) HasAsyncOperation() bool

func (*AddNamespaceRegionResponse) ProtoMessage

func (*AddNamespaceRegionResponse) ProtoMessage()

func (*AddNamespaceRegionResponse) ProtoReflect

func (*AddNamespaceRegionResponse) Reset

func (x *AddNamespaceRegionResponse) Reset()

func (*AddNamespaceRegionResponse) SetAsyncOperation

func (x *AddNamespaceRegionResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*AddNamespaceRegionResponse) String

func (x *AddNamespaceRegionResponse) String() string

type AddNamespaceRegionResponse_builder

type AddNamespaceRegionResponse_builder struct {

	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (AddNamespaceRegionResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*CreateApiKeyRequest) ClearSpec

func (x *CreateApiKeyRequest) ClearSpec()

func (*CreateApiKeyRequest) GetAsyncOperationId

func (x *CreateApiKeyRequest) GetAsyncOperationId() string

func (*CreateApiKeyRequest) GetSpec

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

func (*CreateApiKeyRequest) HasSpec

func (x *CreateApiKeyRequest) HasSpec() bool

func (*CreateApiKeyRequest) ProtoMessage

func (*CreateApiKeyRequest) ProtoMessage()

func (*CreateApiKeyRequest) ProtoReflect

func (x *CreateApiKeyRequest) ProtoReflect() protoreflect.Message

func (*CreateApiKeyRequest) Reset

func (x *CreateApiKeyRequest) Reset()

func (*CreateApiKeyRequest) SetAsyncOperationId

func (x *CreateApiKeyRequest) SetAsyncOperationId(v string)

func (*CreateApiKeyRequest) SetSpec

func (x *CreateApiKeyRequest) SetSpec(v *v1.ApiKeySpec)

func (*CreateApiKeyRequest) String

func (x *CreateApiKeyRequest) String() string

type CreateApiKeyRequest_builder

type CreateApiKeyRequest_builder struct {

	// The spec for the api key to create.
	// Create api key only supports service-account owner type for now.
	Spec *v1.ApiKeySpec
	// The id to use for this async operation - optional.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (CreateApiKeyRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*CreateApiKeyResponse) ClearAsyncOperation

func (x *CreateApiKeyResponse) ClearAsyncOperation()

func (*CreateApiKeyResponse) GetAsyncOperation

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

func (*CreateApiKeyResponse) GetKeyId

func (x *CreateApiKeyResponse) GetKeyId() string

func (*CreateApiKeyResponse) GetToken

func (x *CreateApiKeyResponse) GetToken() string

func (*CreateApiKeyResponse) HasAsyncOperation

func (x *CreateApiKeyResponse) HasAsyncOperation() bool

func (*CreateApiKeyResponse) ProtoMessage

func (*CreateApiKeyResponse) ProtoMessage()

func (*CreateApiKeyResponse) ProtoReflect

func (x *CreateApiKeyResponse) ProtoReflect() protoreflect.Message

func (*CreateApiKeyResponse) Reset

func (x *CreateApiKeyResponse) Reset()

func (*CreateApiKeyResponse) SetAsyncOperation

func (x *CreateApiKeyResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*CreateApiKeyResponse) SetKeyId

func (x *CreateApiKeyResponse) SetKeyId(v string)

func (*CreateApiKeyResponse) SetToken

func (x *CreateApiKeyResponse) SetToken(v string)

func (*CreateApiKeyResponse) String

func (x *CreateApiKeyResponse) String() string

type CreateApiKeyResponse_builder

type CreateApiKeyResponse_builder struct {

	// The id of the api key created.
	KeyId string
	// 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
	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (CreateApiKeyResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*CreateNamespaceRequest) ClearSpec

func (x *CreateNamespaceRequest) ClearSpec()

func (*CreateNamespaceRequest) GetAsyncOperationId

func (x *CreateNamespaceRequest) GetAsyncOperationId() string

func (*CreateNamespaceRequest) GetSpec

func (*CreateNamespaceRequest) HasSpec

func (x *CreateNamespaceRequest) HasSpec() bool

func (*CreateNamespaceRequest) ProtoMessage

func (*CreateNamespaceRequest) ProtoMessage()

func (*CreateNamespaceRequest) ProtoReflect

func (x *CreateNamespaceRequest) ProtoReflect() protoreflect.Message

func (*CreateNamespaceRequest) Reset

func (x *CreateNamespaceRequest) Reset()

func (*CreateNamespaceRequest) SetAsyncOperationId

func (x *CreateNamespaceRequest) SetAsyncOperationId(v string)

func (*CreateNamespaceRequest) SetSpec

func (x *CreateNamespaceRequest) SetSpec(v *v12.NamespaceSpec)

func (*CreateNamespaceRequest) String

func (x *CreateNamespaceRequest) String() string

type CreateNamespaceRequest_builder

type CreateNamespaceRequest_builder struct {

	// The namespace specification.
	Spec *v12.NamespaceSpec
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (CreateNamespaceRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*CreateNamespaceResponse) ClearAsyncOperation

func (x *CreateNamespaceResponse) ClearAsyncOperation()

func (*CreateNamespaceResponse) GetAsyncOperation

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

func (*CreateNamespaceResponse) GetNamespace

func (x *CreateNamespaceResponse) GetNamespace() string

func (*CreateNamespaceResponse) HasAsyncOperation

func (x *CreateNamespaceResponse) HasAsyncOperation() bool

func (*CreateNamespaceResponse) ProtoMessage

func (*CreateNamespaceResponse) ProtoMessage()

func (*CreateNamespaceResponse) ProtoReflect

func (x *CreateNamespaceResponse) ProtoReflect() protoreflect.Message

func (*CreateNamespaceResponse) Reset

func (x *CreateNamespaceResponse) Reset()

func (*CreateNamespaceResponse) SetAsyncOperation

func (x *CreateNamespaceResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*CreateNamespaceResponse) SetNamespace

func (x *CreateNamespaceResponse) SetNamespace(v string)

func (*CreateNamespaceResponse) String

func (x *CreateNamespaceResponse) String() string

type CreateNamespaceResponse_builder

type CreateNamespaceResponse_builder struct {

	// The namespace that was created.
	Namespace string
	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (CreateNamespaceResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*CreateServiceAccountRequest) ClearSpec

func (x *CreateServiceAccountRequest) ClearSpec()

func (*CreateServiceAccountRequest) GetAsyncOperationId

func (x *CreateServiceAccountRequest) GetAsyncOperationId() string

func (*CreateServiceAccountRequest) GetSpec

func (*CreateServiceAccountRequest) HasSpec

func (x *CreateServiceAccountRequest) HasSpec() bool

func (*CreateServiceAccountRequest) ProtoMessage

func (*CreateServiceAccountRequest) ProtoMessage()

func (*CreateServiceAccountRequest) ProtoReflect

func (*CreateServiceAccountRequest) Reset

func (x *CreateServiceAccountRequest) Reset()

func (*CreateServiceAccountRequest) SetAsyncOperationId

func (x *CreateServiceAccountRequest) SetAsyncOperationId(v string)

func (*CreateServiceAccountRequest) SetSpec

func (*CreateServiceAccountRequest) String

func (x *CreateServiceAccountRequest) String() string

type CreateServiceAccountRequest_builder

type CreateServiceAccountRequest_builder struct {

	// The spec of the service account to create.
	Spec *v1.ServiceAccountSpec
	// The ID to use for this async operation - optional.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (CreateServiceAccountRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*CreateServiceAccountResponse) ClearAsyncOperation

func (x *CreateServiceAccountResponse) ClearAsyncOperation()

func (*CreateServiceAccountResponse) GetAsyncOperation

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

func (*CreateServiceAccountResponse) GetServiceAccountId

func (x *CreateServiceAccountResponse) GetServiceAccountId() string

func (*CreateServiceAccountResponse) HasAsyncOperation

func (x *CreateServiceAccountResponse) HasAsyncOperation() bool

func (*CreateServiceAccountResponse) ProtoMessage

func (*CreateServiceAccountResponse) ProtoMessage()

func (*CreateServiceAccountResponse) ProtoReflect

func (*CreateServiceAccountResponse) Reset

func (x *CreateServiceAccountResponse) Reset()

func (*CreateServiceAccountResponse) SetAsyncOperation

func (x *CreateServiceAccountResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*CreateServiceAccountResponse) SetServiceAccountId

func (x *CreateServiceAccountResponse) SetServiceAccountId(v string)

func (*CreateServiceAccountResponse) String

type CreateServiceAccountResponse_builder

type CreateServiceAccountResponse_builder struct {

	// The ID of the created service account.
	ServiceAccountId string
	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (CreateServiceAccountResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*CreateUserGroupRequest) ClearSpec

func (x *CreateUserGroupRequest) ClearSpec()

func (*CreateUserGroupRequest) GetAsyncOperationId

func (x *CreateUserGroupRequest) GetAsyncOperationId() string

func (*CreateUserGroupRequest) GetSpec

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

func (*CreateUserGroupRequest) HasSpec

func (x *CreateUserGroupRequest) HasSpec() bool

func (*CreateUserGroupRequest) ProtoMessage

func (*CreateUserGroupRequest) ProtoMessage()

func (*CreateUserGroupRequest) ProtoReflect

func (x *CreateUserGroupRequest) ProtoReflect() protoreflect.Message

func (*CreateUserGroupRequest) Reset

func (x *CreateUserGroupRequest) Reset()

func (*CreateUserGroupRequest) SetAsyncOperationId

func (x *CreateUserGroupRequest) SetAsyncOperationId(v string)

func (*CreateUserGroupRequest) SetSpec

func (x *CreateUserGroupRequest) SetSpec(v *v1.UserGroupSpec)

func (*CreateUserGroupRequest) String

func (x *CreateUserGroupRequest) String() string

type CreateUserGroupRequest_builder

type CreateUserGroupRequest_builder struct {

	// The spec for the group to create.
	Spec *v1.UserGroupSpec
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (CreateUserGroupRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*CreateUserGroupResponse) ClearAsyncOperation

func (x *CreateUserGroupResponse) ClearAsyncOperation()

func (*CreateUserGroupResponse) GetAsyncOperation

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

func (*CreateUserGroupResponse) GetGroupId

func (x *CreateUserGroupResponse) GetGroupId() string

func (*CreateUserGroupResponse) HasAsyncOperation

func (x *CreateUserGroupResponse) HasAsyncOperation() bool

func (*CreateUserGroupResponse) ProtoMessage

func (*CreateUserGroupResponse) ProtoMessage()

func (*CreateUserGroupResponse) ProtoReflect

func (x *CreateUserGroupResponse) ProtoReflect() protoreflect.Message

func (*CreateUserGroupResponse) Reset

func (x *CreateUserGroupResponse) Reset()

func (*CreateUserGroupResponse) SetAsyncOperation

func (x *CreateUserGroupResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*CreateUserGroupResponse) SetGroupId

func (x *CreateUserGroupResponse) SetGroupId(v string)

func (*CreateUserGroupResponse) String

func (x *CreateUserGroupResponse) String() string

type CreateUserGroupResponse_builder

type CreateUserGroupResponse_builder struct {

	// The id of the group that was created.
	GroupId string
	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (CreateUserGroupResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*CreateUserRequest) ClearSpec

func (x *CreateUserRequest) ClearSpec()

func (*CreateUserRequest) GetAsyncOperationId

func (x *CreateUserRequest) GetAsyncOperationId() string

func (*CreateUserRequest) GetSpec

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

func (*CreateUserRequest) HasSpec

func (x *CreateUserRequest) HasSpec() bool

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) ProtoReflect

func (x *CreateUserRequest) ProtoReflect() protoreflect.Message

func (*CreateUserRequest) Reset

func (x *CreateUserRequest) Reset()

func (*CreateUserRequest) SetAsyncOperationId

func (x *CreateUserRequest) SetAsyncOperationId(v string)

func (*CreateUserRequest) SetSpec

func (x *CreateUserRequest) SetSpec(v *v1.UserSpec)

func (*CreateUserRequest) String

func (x *CreateUserRequest) String() string

type CreateUserRequest_builder

type CreateUserRequest_builder struct {

	// The spec for the user to invite
	Spec *v1.UserSpec
	// The id to use for this async operation - optional
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (CreateUserRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*CreateUserResponse) ClearAsyncOperation

func (x *CreateUserResponse) ClearAsyncOperation()

func (*CreateUserResponse) GetAsyncOperation

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

func (*CreateUserResponse) GetUserId

func (x *CreateUserResponse) GetUserId() string

func (*CreateUserResponse) HasAsyncOperation

func (x *CreateUserResponse) HasAsyncOperation() bool

func (*CreateUserResponse) ProtoMessage

func (*CreateUserResponse) ProtoMessage()

func (*CreateUserResponse) ProtoReflect

func (x *CreateUserResponse) ProtoReflect() protoreflect.Message

func (*CreateUserResponse) Reset

func (x *CreateUserResponse) Reset()

func (*CreateUserResponse) SetAsyncOperation

func (x *CreateUserResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*CreateUserResponse) SetUserId

func (x *CreateUserResponse) SetUserId(v string)

func (*CreateUserResponse) String

func (x *CreateUserResponse) String() string

type CreateUserResponse_builder

type CreateUserResponse_builder struct {

	// The id of the user that was invited
	UserId string
	// The async operation
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (CreateUserResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*DeleteApiKeyRequest) GetAsyncOperationId

func (x *DeleteApiKeyRequest) GetAsyncOperationId() string

func (*DeleteApiKeyRequest) GetKeyId

func (x *DeleteApiKeyRequest) GetKeyId() string

func (*DeleteApiKeyRequest) GetResourceVersion

func (x *DeleteApiKeyRequest) GetResourceVersion() string

func (*DeleteApiKeyRequest) ProtoMessage

func (*DeleteApiKeyRequest) ProtoMessage()

func (*DeleteApiKeyRequest) ProtoReflect

func (x *DeleteApiKeyRequest) ProtoReflect() protoreflect.Message

func (*DeleteApiKeyRequest) Reset

func (x *DeleteApiKeyRequest) Reset()

func (*DeleteApiKeyRequest) SetAsyncOperationId

func (x *DeleteApiKeyRequest) SetAsyncOperationId(v string)

func (*DeleteApiKeyRequest) SetKeyId

func (x *DeleteApiKeyRequest) SetKeyId(v string)

func (*DeleteApiKeyRequest) SetResourceVersion

func (x *DeleteApiKeyRequest) SetResourceVersion(v string)

func (*DeleteApiKeyRequest) String

func (x *DeleteApiKeyRequest) String() string

type DeleteApiKeyRequest_builder

type DeleteApiKeyRequest_builder struct {

	// The id of the api key to delete.
	KeyId string
	// 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
	// The id to use for this async operation - optional.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (DeleteApiKeyRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*DeleteApiKeyResponse) ClearAsyncOperation

func (x *DeleteApiKeyResponse) ClearAsyncOperation()

func (*DeleteApiKeyResponse) GetAsyncOperation

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

func (*DeleteApiKeyResponse) HasAsyncOperation

func (x *DeleteApiKeyResponse) HasAsyncOperation() bool

func (*DeleteApiKeyResponse) ProtoMessage

func (*DeleteApiKeyResponse) ProtoMessage()

func (*DeleteApiKeyResponse) ProtoReflect

func (x *DeleteApiKeyResponse) ProtoReflect() protoreflect.Message

func (*DeleteApiKeyResponse) Reset

func (x *DeleteApiKeyResponse) Reset()

func (*DeleteApiKeyResponse) SetAsyncOperation

func (x *DeleteApiKeyResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*DeleteApiKeyResponse) String

func (x *DeleteApiKeyResponse) String() string

type DeleteApiKeyResponse_builder

type DeleteApiKeyResponse_builder struct {

	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (DeleteApiKeyResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*DeleteNamespaceRequest) GetAsyncOperationId

func (x *DeleteNamespaceRequest) GetAsyncOperationId() string

func (*DeleteNamespaceRequest) GetNamespace

func (x *DeleteNamespaceRequest) GetNamespace() string

func (*DeleteNamespaceRequest) GetResourceVersion

func (x *DeleteNamespaceRequest) GetResourceVersion() string

func (*DeleteNamespaceRequest) ProtoMessage

func (*DeleteNamespaceRequest) ProtoMessage()

func (*DeleteNamespaceRequest) ProtoReflect

func (x *DeleteNamespaceRequest) ProtoReflect() protoreflect.Message

func (*DeleteNamespaceRequest) Reset

func (x *DeleteNamespaceRequest) Reset()

func (*DeleteNamespaceRequest) SetAsyncOperationId

func (x *DeleteNamespaceRequest) SetAsyncOperationId(v string)

func (*DeleteNamespaceRequest) SetNamespace

func (x *DeleteNamespaceRequest) SetNamespace(v string)

func (*DeleteNamespaceRequest) SetResourceVersion

func (x *DeleteNamespaceRequest) SetResourceVersion(v string)

func (*DeleteNamespaceRequest) String

func (x *DeleteNamespaceRequest) String() string

type DeleteNamespaceRequest_builder

type DeleteNamespaceRequest_builder struct {

	// The namespace to delete.
	Namespace string
	// The version of the namespace for which this delete is intended for.
	// The latest version can be found in the namespace status.
	ResourceVersion string
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (DeleteNamespaceRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*DeleteNamespaceResponse) ClearAsyncOperation

func (x *DeleteNamespaceResponse) ClearAsyncOperation()

func (*DeleteNamespaceResponse) GetAsyncOperation

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

func (*DeleteNamespaceResponse) HasAsyncOperation

func (x *DeleteNamespaceResponse) HasAsyncOperation() bool

func (*DeleteNamespaceResponse) ProtoMessage

func (*DeleteNamespaceResponse) ProtoMessage()

func (*DeleteNamespaceResponse) ProtoReflect

func (x *DeleteNamespaceResponse) ProtoReflect() protoreflect.Message

func (*DeleteNamespaceResponse) Reset

func (x *DeleteNamespaceResponse) Reset()

func (*DeleteNamespaceResponse) SetAsyncOperation

func (x *DeleteNamespaceResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*DeleteNamespaceResponse) String

func (x *DeleteNamespaceResponse) String() string

type DeleteNamespaceResponse_builder

type DeleteNamespaceResponse_builder struct {

	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (DeleteNamespaceResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*DeleteServiceAccountRequest) GetAsyncOperationId

func (x *DeleteServiceAccountRequest) GetAsyncOperationId() string

func (*DeleteServiceAccountRequest) GetResourceVersion

func (x *DeleteServiceAccountRequest) GetResourceVersion() string

func (*DeleteServiceAccountRequest) GetServiceAccountId

func (x *DeleteServiceAccountRequest) GetServiceAccountId() string

func (*DeleteServiceAccountRequest) ProtoMessage

func (*DeleteServiceAccountRequest) ProtoMessage()

func (*DeleteServiceAccountRequest) ProtoReflect

func (*DeleteServiceAccountRequest) Reset

func (x *DeleteServiceAccountRequest) Reset()

func (*DeleteServiceAccountRequest) SetAsyncOperationId

func (x *DeleteServiceAccountRequest) SetAsyncOperationId(v string)

func (*DeleteServiceAccountRequest) SetResourceVersion

func (x *DeleteServiceAccountRequest) SetResourceVersion(v string)

func (*DeleteServiceAccountRequest) SetServiceAccountId

func (x *DeleteServiceAccountRequest) SetServiceAccountId(v string)

func (*DeleteServiceAccountRequest) String

func (x *DeleteServiceAccountRequest) String() string

type DeleteServiceAccountRequest_builder

type DeleteServiceAccountRequest_builder struct {

	// The ID of the service account to delete;
	ServiceAccountId string
	// 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
	// The ID to use for this async operation - optional.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (DeleteServiceAccountRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*DeleteServiceAccountResponse) ClearAsyncOperation

func (x *DeleteServiceAccountResponse) ClearAsyncOperation()

func (*DeleteServiceAccountResponse) GetAsyncOperation

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

func (*DeleteServiceAccountResponse) HasAsyncOperation

func (x *DeleteServiceAccountResponse) HasAsyncOperation() bool

func (*DeleteServiceAccountResponse) ProtoMessage

func (*DeleteServiceAccountResponse) ProtoMessage()

func (*DeleteServiceAccountResponse) ProtoReflect

func (*DeleteServiceAccountResponse) Reset

func (x *DeleteServiceAccountResponse) Reset()

func (*DeleteServiceAccountResponse) SetAsyncOperation

func (x *DeleteServiceAccountResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*DeleteServiceAccountResponse) String

type DeleteServiceAccountResponse_builder

type DeleteServiceAccountResponse_builder struct {

	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (DeleteServiceAccountResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*DeleteUserGroupRequest) GetAsyncOperationId

func (x *DeleteUserGroupRequest) GetAsyncOperationId() string

func (*DeleteUserGroupRequest) GetGroupId

func (x *DeleteUserGroupRequest) GetGroupId() string

func (*DeleteUserGroupRequest) GetResourceVersion

func (x *DeleteUserGroupRequest) GetResourceVersion() string

func (*DeleteUserGroupRequest) ProtoMessage

func (*DeleteUserGroupRequest) ProtoMessage()

func (*DeleteUserGroupRequest) ProtoReflect

func (x *DeleteUserGroupRequest) ProtoReflect() protoreflect.Message

func (*DeleteUserGroupRequest) Reset

func (x *DeleteUserGroupRequest) Reset()

func (*DeleteUserGroupRequest) SetAsyncOperationId

func (x *DeleteUserGroupRequest) SetAsyncOperationId(v string)

func (*DeleteUserGroupRequest) SetGroupId

func (x *DeleteUserGroupRequest) SetGroupId(v string)

func (*DeleteUserGroupRequest) SetResourceVersion

func (x *DeleteUserGroupRequest) SetResourceVersion(v string)

func (*DeleteUserGroupRequest) String

func (x *DeleteUserGroupRequest) String() string

type DeleteUserGroupRequest_builder

type DeleteUserGroupRequest_builder struct {

	// The id of the group to delete.
	GroupId string
	// 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
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (DeleteUserGroupRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*DeleteUserGroupResponse) ClearAsyncOperation

func (x *DeleteUserGroupResponse) ClearAsyncOperation()

func (*DeleteUserGroupResponse) GetAsyncOperation

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

func (*DeleteUserGroupResponse) HasAsyncOperation

func (x *DeleteUserGroupResponse) HasAsyncOperation() bool

func (*DeleteUserGroupResponse) ProtoMessage

func (*DeleteUserGroupResponse) ProtoMessage()

func (*DeleteUserGroupResponse) ProtoReflect

func (x *DeleteUserGroupResponse) ProtoReflect() protoreflect.Message

func (*DeleteUserGroupResponse) Reset

func (x *DeleteUserGroupResponse) Reset()

func (*DeleteUserGroupResponse) SetAsyncOperation

func (x *DeleteUserGroupResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*DeleteUserGroupResponse) String

func (x *DeleteUserGroupResponse) String() string

type DeleteUserGroupResponse_builder

type DeleteUserGroupResponse_builder struct {

	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (DeleteUserGroupResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*DeleteUserRequest) GetAsyncOperationId

func (x *DeleteUserRequest) GetAsyncOperationId() string

func (*DeleteUserRequest) GetResourceVersion

func (x *DeleteUserRequest) GetResourceVersion() string

func (*DeleteUserRequest) GetUserId

func (x *DeleteUserRequest) GetUserId() string

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect

func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message

func (*DeleteUserRequest) Reset

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) SetAsyncOperationId

func (x *DeleteUserRequest) SetAsyncOperationId(v string)

func (*DeleteUserRequest) SetResourceVersion

func (x *DeleteUserRequest) SetResourceVersion(v string)

func (*DeleteUserRequest) SetUserId

func (x *DeleteUserRequest) SetUserId(v string)

func (*DeleteUserRequest) String

func (x *DeleteUserRequest) String() string

type DeleteUserRequest_builder

type DeleteUserRequest_builder struct {

	// The id of the user to delete
	UserId string
	// 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
	// The id to use for this async operation - optional
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (DeleteUserRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*DeleteUserResponse) ClearAsyncOperation

func (x *DeleteUserResponse) ClearAsyncOperation()

func (*DeleteUserResponse) GetAsyncOperation

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

func (*DeleteUserResponse) HasAsyncOperation

func (x *DeleteUserResponse) HasAsyncOperation() bool

func (*DeleteUserResponse) ProtoMessage

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) ProtoReflect

func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message

func (*DeleteUserResponse) Reset

func (x *DeleteUserResponse) Reset()

func (*DeleteUserResponse) SetAsyncOperation

func (x *DeleteUserResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*DeleteUserResponse) String

func (x *DeleteUserResponse) String() string

type DeleteUserResponse_builder

type DeleteUserResponse_builder struct {

	// The async operation
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (DeleteUserResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*FailoverNamespaceRegionRequest) GetAsyncOperationId

func (x *FailoverNamespaceRegionRequest) GetAsyncOperationId() string

func (*FailoverNamespaceRegionRequest) GetNamespace

func (x *FailoverNamespaceRegionRequest) GetNamespace() string

func (*FailoverNamespaceRegionRequest) GetRegion

func (x *FailoverNamespaceRegionRequest) GetRegion() string

func (*FailoverNamespaceRegionRequest) ProtoMessage

func (*FailoverNamespaceRegionRequest) ProtoMessage()

func (*FailoverNamespaceRegionRequest) ProtoReflect

func (*FailoverNamespaceRegionRequest) Reset

func (x *FailoverNamespaceRegionRequest) Reset()

func (*FailoverNamespaceRegionRequest) SetAsyncOperationId

func (x *FailoverNamespaceRegionRequest) SetAsyncOperationId(v string)

func (*FailoverNamespaceRegionRequest) SetNamespace

func (x *FailoverNamespaceRegionRequest) SetNamespace(v string)

func (*FailoverNamespaceRegionRequest) SetRegion

func (x *FailoverNamespaceRegionRequest) SetRegion(v string)

func (*FailoverNamespaceRegionRequest) String

type FailoverNamespaceRegionRequest_builder

type FailoverNamespaceRegionRequest_builder struct {

	// The namespace to failover.
	Namespace string
	// The id of the region to failover to.
	// Must be a region that the namespace is currently available in.
	Region string
	// The id to use for this async operation - optional.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (FailoverNamespaceRegionRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*FailoverNamespaceRegionResponse) ClearAsyncOperation

func (x *FailoverNamespaceRegionResponse) ClearAsyncOperation()

func (*FailoverNamespaceRegionResponse) GetAsyncOperation

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

func (*FailoverNamespaceRegionResponse) HasAsyncOperation

func (x *FailoverNamespaceRegionResponse) HasAsyncOperation() bool

func (*FailoverNamespaceRegionResponse) ProtoMessage

func (*FailoverNamespaceRegionResponse) ProtoMessage()

func (*FailoverNamespaceRegionResponse) ProtoReflect

func (*FailoverNamespaceRegionResponse) Reset

func (*FailoverNamespaceRegionResponse) SetAsyncOperation

func (x *FailoverNamespaceRegionResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*FailoverNamespaceRegionResponse) String

type FailoverNamespaceRegionResponse_builder

type FailoverNamespaceRegionResponse_builder struct {

	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (FailoverNamespaceRegionResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetApiKeyRequest) GetKeyId

func (x *GetApiKeyRequest) GetKeyId() string

func (*GetApiKeyRequest) ProtoMessage

func (*GetApiKeyRequest) ProtoMessage()

func (*GetApiKeyRequest) ProtoReflect

func (x *GetApiKeyRequest) ProtoReflect() protoreflect.Message

func (*GetApiKeyRequest) Reset

func (x *GetApiKeyRequest) Reset()

func (*GetApiKeyRequest) SetKeyId

func (x *GetApiKeyRequest) SetKeyId(v string)

func (*GetApiKeyRequest) String

func (x *GetApiKeyRequest) String() string

type GetApiKeyRequest_builder

type GetApiKeyRequest_builder struct {

	// The id of the api key to get.
	KeyId string
	// contains filtered or unexported fields
}

func (GetApiKeyRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetApiKeyResponse) ClearApiKey

func (x *GetApiKeyResponse) ClearApiKey()

func (*GetApiKeyResponse) GetApiKey

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

func (*GetApiKeyResponse) HasApiKey

func (x *GetApiKeyResponse) HasApiKey() bool

func (*GetApiKeyResponse) ProtoMessage

func (*GetApiKeyResponse) ProtoMessage()

func (*GetApiKeyResponse) ProtoReflect

func (x *GetApiKeyResponse) ProtoReflect() protoreflect.Message

func (*GetApiKeyResponse) Reset

func (x *GetApiKeyResponse) Reset()

func (*GetApiKeyResponse) SetApiKey

func (x *GetApiKeyResponse) SetApiKey(v *v1.ApiKey)

func (*GetApiKeyResponse) String

func (x *GetApiKeyResponse) String() string

type GetApiKeyResponse_builder

type GetApiKeyResponse_builder struct {

	// The api key.
	ApiKey *v1.ApiKey
	// contains filtered or unexported fields
}

func (GetApiKeyResponse_builder) Build

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
	OwnerType string `protobuf:"bytes,4,opt,name=owner_type,json=ownerType,proto3" json:"owner_type,omitempty"`
	// contains filtered or unexported fields
}

func (*GetApiKeysRequest) GetOwnerId

func (x *GetApiKeysRequest) GetOwnerId() string

func (*GetApiKeysRequest) GetOwnerType

func (x *GetApiKeysRequest) GetOwnerType() string

func (*GetApiKeysRequest) GetPageSize

func (x *GetApiKeysRequest) GetPageSize() int32

func (*GetApiKeysRequest) GetPageToken

func (x *GetApiKeysRequest) GetPageToken() string

func (*GetApiKeysRequest) ProtoMessage

func (*GetApiKeysRequest) ProtoMessage()

func (*GetApiKeysRequest) ProtoReflect

func (x *GetApiKeysRequest) ProtoReflect() protoreflect.Message

func (*GetApiKeysRequest) Reset

func (x *GetApiKeysRequest) Reset()

func (*GetApiKeysRequest) SetOwnerId

func (x *GetApiKeysRequest) SetOwnerId(v string)

func (*GetApiKeysRequest) SetOwnerType

func (x *GetApiKeysRequest) SetOwnerType(v string)

func (*GetApiKeysRequest) SetPageSize

func (x *GetApiKeysRequest) SetPageSize(v int32)

func (*GetApiKeysRequest) SetPageToken

func (x *GetApiKeysRequest) SetPageToken(v string)

func (*GetApiKeysRequest) String

func (x *GetApiKeysRequest) String() string

type GetApiKeysRequest_builder

type GetApiKeysRequest_builder struct {

	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32
	// The page token if this is continuing from another response - optional.
	PageToken string
	// Filter api keys by owner id - optional.
	OwnerId string
	// Filter api keys by owner type - optional.
	// Possible values: user, service-account
	OwnerType string
	// contains filtered or unexported fields
}

func (GetApiKeysRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetApiKeysResponse) GetApiKeys

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

func (*GetApiKeysResponse) GetNextPageToken

func (x *GetApiKeysResponse) GetNextPageToken() string

func (*GetApiKeysResponse) ProtoMessage

func (*GetApiKeysResponse) ProtoMessage()

func (*GetApiKeysResponse) ProtoReflect

func (x *GetApiKeysResponse) ProtoReflect() protoreflect.Message

func (*GetApiKeysResponse) Reset

func (x *GetApiKeysResponse) Reset()

func (*GetApiKeysResponse) SetApiKeys

func (x *GetApiKeysResponse) SetApiKeys(v []*v1.ApiKey)

func (*GetApiKeysResponse) SetNextPageToken

func (x *GetApiKeysResponse) SetNextPageToken(v string)

func (*GetApiKeysResponse) String

func (x *GetApiKeysResponse) String() string

type GetApiKeysResponse_builder

type GetApiKeysResponse_builder struct {

	// The list of api keys in ascending id order.
	ApiKeys []*v1.ApiKey
	// The next page's token.
	NextPageToken string
	// contains filtered or unexported fields
}

func (GetApiKeysResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetAsyncOperationRequest) GetAsyncOperationId

func (x *GetAsyncOperationRequest) GetAsyncOperationId() string

func (*GetAsyncOperationRequest) ProtoMessage

func (*GetAsyncOperationRequest) ProtoMessage()

func (*GetAsyncOperationRequest) ProtoReflect

func (x *GetAsyncOperationRequest) ProtoReflect() protoreflect.Message

func (*GetAsyncOperationRequest) Reset

func (x *GetAsyncOperationRequest) Reset()

func (*GetAsyncOperationRequest) SetAsyncOperationId

func (x *GetAsyncOperationRequest) SetAsyncOperationId(v string)

func (*GetAsyncOperationRequest) String

func (x *GetAsyncOperationRequest) String() string

type GetAsyncOperationRequest_builder

type GetAsyncOperationRequest_builder struct {

	// The id of the async operation to get
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (GetAsyncOperationRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetAsyncOperationResponse) ClearAsyncOperation

func (x *GetAsyncOperationResponse) ClearAsyncOperation()

func (*GetAsyncOperationResponse) GetAsyncOperation

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

func (*GetAsyncOperationResponse) HasAsyncOperation

func (x *GetAsyncOperationResponse) HasAsyncOperation() bool

func (*GetAsyncOperationResponse) ProtoMessage

func (*GetAsyncOperationResponse) ProtoMessage()

func (*GetAsyncOperationResponse) ProtoReflect

func (*GetAsyncOperationResponse) Reset

func (x *GetAsyncOperationResponse) Reset()

func (*GetAsyncOperationResponse) SetAsyncOperation

func (x *GetAsyncOperationResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*GetAsyncOperationResponse) String

func (x *GetAsyncOperationResponse) String() string

type GetAsyncOperationResponse_builder

type GetAsyncOperationResponse_builder struct {

	// The async operation
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (GetAsyncOperationResponse_builder) Build

type GetNamespaceRequest

type GetNamespaceRequest struct {

	// The namespace to get.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceRequest) GetNamespace

func (x *GetNamespaceRequest) GetNamespace() string

func (*GetNamespaceRequest) ProtoMessage

func (*GetNamespaceRequest) ProtoMessage()

func (*GetNamespaceRequest) ProtoReflect

func (x *GetNamespaceRequest) ProtoReflect() protoreflect.Message

func (*GetNamespaceRequest) Reset

func (x *GetNamespaceRequest) Reset()

func (*GetNamespaceRequest) SetNamespace

func (x *GetNamespaceRequest) SetNamespace(v string)

func (*GetNamespaceRequest) String

func (x *GetNamespaceRequest) String() string

type GetNamespaceRequest_builder

type GetNamespaceRequest_builder struct {

	// The namespace to get.
	Namespace string
	// contains filtered or unexported fields
}

func (GetNamespaceRequest_builder) Build

type GetNamespaceResponse

type GetNamespaceResponse struct {

	// The namespace.
	Namespace *v12.Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceResponse) ClearNamespace

func (x *GetNamespaceResponse) ClearNamespace()

func (*GetNamespaceResponse) GetNamespace

func (x *GetNamespaceResponse) GetNamespace() *v12.Namespace

func (*GetNamespaceResponse) HasNamespace

func (x *GetNamespaceResponse) HasNamespace() bool

func (*GetNamespaceResponse) ProtoMessage

func (*GetNamespaceResponse) ProtoMessage()

func (*GetNamespaceResponse) ProtoReflect

func (x *GetNamespaceResponse) ProtoReflect() protoreflect.Message

func (*GetNamespaceResponse) Reset

func (x *GetNamespaceResponse) Reset()

func (*GetNamespaceResponse) SetNamespace

func (x *GetNamespaceResponse) SetNamespace(v *v12.Namespace)

func (*GetNamespaceResponse) String

func (x *GetNamespaceResponse) String() string

type GetNamespaceResponse_builder

type GetNamespaceResponse_builder struct {

	// The namespace.
	Namespace *v12.Namespace
	// contains filtered or unexported fields
}

func (GetNamespaceResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetNamespacesRequest) GetName

func (x *GetNamespacesRequest) GetName() string

func (*GetNamespacesRequest) GetPageSize

func (x *GetNamespacesRequest) GetPageSize() int32

func (*GetNamespacesRequest) GetPageToken

func (x *GetNamespacesRequest) GetPageToken() string

func (*GetNamespacesRequest) ProtoMessage

func (*GetNamespacesRequest) ProtoMessage()

func (*GetNamespacesRequest) ProtoReflect

func (x *GetNamespacesRequest) ProtoReflect() protoreflect.Message

func (*GetNamespacesRequest) Reset

func (x *GetNamespacesRequest) Reset()

func (*GetNamespacesRequest) SetName

func (x *GetNamespacesRequest) SetName(v string)

func (*GetNamespacesRequest) SetPageSize

func (x *GetNamespacesRequest) SetPageSize(v int32)

func (*GetNamespacesRequest) SetPageToken

func (x *GetNamespacesRequest) SetPageToken(v string)

func (*GetNamespacesRequest) String

func (x *GetNamespacesRequest) String() string

type GetNamespacesRequest_builder

type GetNamespacesRequest_builder struct {

	// The requested size of the page to retrieve.
	// Cannot exceed 1000.
	// Optional, defaults to 100.
	PageSize int32
	// The page token if this is continuing from another response.
	// Optional, defaults to empty.
	PageToken string
	// Filter namespaces by their name.
	// Optional, defaults to empty.
	Name string
	// contains filtered or unexported fields
}

func (GetNamespacesRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetNamespacesResponse) GetNamespaces

func (x *GetNamespacesResponse) GetNamespaces() []*v12.Namespace

func (*GetNamespacesResponse) GetNextPageToken

func (x *GetNamespacesResponse) GetNextPageToken() string

func (*GetNamespacesResponse) ProtoMessage

func (*GetNamespacesResponse) ProtoMessage()

func (*GetNamespacesResponse) ProtoReflect

func (x *GetNamespacesResponse) ProtoReflect() protoreflect.Message

func (*GetNamespacesResponse) Reset

func (x *GetNamespacesResponse) Reset()

func (*GetNamespacesResponse) SetNamespaces

func (x *GetNamespacesResponse) SetNamespaces(v []*v12.Namespace)

func (*GetNamespacesResponse) SetNextPageToken

func (x *GetNamespacesResponse) SetNextPageToken(v string)

func (*GetNamespacesResponse) String

func (x *GetNamespacesResponse) String() string

type GetNamespacesResponse_builder

type GetNamespacesResponse_builder struct {

	// The list of namespaces in ascending name order.
	Namespaces []*v12.Namespace
	// The next page's token.
	NextPageToken string
	// contains filtered or unexported fields
}

func (GetNamespacesResponse_builder) Build

type GetRegionRequest

type GetRegionRequest struct {

	// The id of the region to get.
	Region string `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRegionRequest) GetRegion

func (x *GetRegionRequest) GetRegion() string

func (*GetRegionRequest) ProtoMessage

func (*GetRegionRequest) ProtoMessage()

func (*GetRegionRequest) ProtoReflect

func (x *GetRegionRequest) ProtoReflect() protoreflect.Message

func (*GetRegionRequest) Reset

func (x *GetRegionRequest) Reset()

func (*GetRegionRequest) SetRegion

func (x *GetRegionRequest) SetRegion(v string)

func (*GetRegionRequest) String

func (x *GetRegionRequest) String() string

type GetRegionRequest_builder

type GetRegionRequest_builder struct {

	// The id of the region to get.
	Region string
	// contains filtered or unexported fields
}

func (GetRegionRequest_builder) Build

type GetRegionResponse

type GetRegionResponse struct {

	// The temporal cloud region.
	Region *v13.Region `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRegionResponse) ClearRegion

func (x *GetRegionResponse) ClearRegion()

func (*GetRegionResponse) GetRegion

func (x *GetRegionResponse) GetRegion() *v13.Region

func (*GetRegionResponse) HasRegion

func (x *GetRegionResponse) HasRegion() bool

func (*GetRegionResponse) ProtoMessage

func (*GetRegionResponse) ProtoMessage()

func (*GetRegionResponse) ProtoReflect

func (x *GetRegionResponse) ProtoReflect() protoreflect.Message

func (*GetRegionResponse) Reset

func (x *GetRegionResponse) Reset()

func (*GetRegionResponse) SetRegion

func (x *GetRegionResponse) SetRegion(v *v13.Region)

func (*GetRegionResponse) String

func (x *GetRegionResponse) String() string

type GetRegionResponse_builder

type GetRegionResponse_builder struct {

	// The temporal cloud region.
	Region *v13.Region
	// contains filtered or unexported fields
}

func (GetRegionResponse_builder) Build

type GetRegionsRequest

type GetRegionsRequest struct {
	// contains filtered or unexported fields
}

func (*GetRegionsRequest) ProtoMessage

func (*GetRegionsRequest) ProtoMessage()

func (*GetRegionsRequest) ProtoReflect

func (x *GetRegionsRequest) ProtoReflect() protoreflect.Message

func (*GetRegionsRequest) Reset

func (x *GetRegionsRequest) Reset()

func (*GetRegionsRequest) String

func (x *GetRegionsRequest) String() string

type GetRegionsRequest_builder

type GetRegionsRequest_builder struct {
	// contains filtered or unexported fields
}

func (GetRegionsRequest_builder) Build

type GetRegionsResponse

type GetRegionsResponse struct {

	// The temporal cloud regions.
	Regions []*v13.Region `protobuf:"bytes,1,rep,name=regions,proto3" json:"regions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRegionsResponse) GetRegions

func (x *GetRegionsResponse) GetRegions() []*v13.Region

func (*GetRegionsResponse) ProtoMessage

func (*GetRegionsResponse) ProtoMessage()

func (*GetRegionsResponse) ProtoReflect

func (x *GetRegionsResponse) ProtoReflect() protoreflect.Message

func (*GetRegionsResponse) Reset

func (x *GetRegionsResponse) Reset()

func (*GetRegionsResponse) SetRegions

func (x *GetRegionsResponse) SetRegions(v []*v13.Region)

func (*GetRegionsResponse) String

func (x *GetRegionsResponse) String() string

type GetRegionsResponse_builder

type GetRegionsResponse_builder struct {

	// The temporal cloud regions.
	Regions []*v13.Region
	// contains filtered or unexported fields
}

func (GetRegionsResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetServiceAccountRequest) GetServiceAccountId

func (x *GetServiceAccountRequest) GetServiceAccountId() string

func (*GetServiceAccountRequest) ProtoMessage

func (*GetServiceAccountRequest) ProtoMessage()

func (*GetServiceAccountRequest) ProtoReflect

func (x *GetServiceAccountRequest) ProtoReflect() protoreflect.Message

func (*GetServiceAccountRequest) Reset

func (x *GetServiceAccountRequest) Reset()

func (*GetServiceAccountRequest) SetServiceAccountId

func (x *GetServiceAccountRequest) SetServiceAccountId(v string)

func (*GetServiceAccountRequest) String

func (x *GetServiceAccountRequest) String() string

type GetServiceAccountRequest_builder

type GetServiceAccountRequest_builder struct {

	// ID of the service account to retrieve.
	ServiceAccountId string
	// contains filtered or unexported fields
}

func (GetServiceAccountRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetServiceAccountResponse) ClearServiceAccount

func (x *GetServiceAccountResponse) ClearServiceAccount()

func (*GetServiceAccountResponse) GetServiceAccount

func (x *GetServiceAccountResponse) GetServiceAccount() *v1.ServiceAccount

func (*GetServiceAccountResponse) HasServiceAccount

func (x *GetServiceAccountResponse) HasServiceAccount() bool

func (*GetServiceAccountResponse) ProtoMessage

func (*GetServiceAccountResponse) ProtoMessage()

func (*GetServiceAccountResponse) ProtoReflect

func (*GetServiceAccountResponse) Reset

func (x *GetServiceAccountResponse) Reset()

func (*GetServiceAccountResponse) SetServiceAccount

func (x *GetServiceAccountResponse) SetServiceAccount(v *v1.ServiceAccount)

func (*GetServiceAccountResponse) String

func (x *GetServiceAccountResponse) String() string

type GetServiceAccountResponse_builder

type GetServiceAccountResponse_builder struct {

	// The service account retrieved.
	ServiceAccount *v1.ServiceAccount
	// contains filtered or unexported fields
}

func (GetServiceAccountResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetServiceAccountsRequest) GetPageSize

func (x *GetServiceAccountsRequest) GetPageSize() int32

func (*GetServiceAccountsRequest) GetPageToken

func (x *GetServiceAccountsRequest) GetPageToken() string

func (*GetServiceAccountsRequest) ProtoMessage

func (*GetServiceAccountsRequest) ProtoMessage()

func (*GetServiceAccountsRequest) ProtoReflect

func (*GetServiceAccountsRequest) Reset

func (x *GetServiceAccountsRequest) Reset()

func (*GetServiceAccountsRequest) SetPageSize

func (x *GetServiceAccountsRequest) SetPageSize(v int32)

func (*GetServiceAccountsRequest) SetPageToken

func (x *GetServiceAccountsRequest) SetPageToken(v string)

func (*GetServiceAccountsRequest) String

func (x *GetServiceAccountsRequest) String() string

type GetServiceAccountsRequest_builder

type GetServiceAccountsRequest_builder struct {

	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32
	// The page token if this is continuing from another response - optional.
	PageToken string
	// contains filtered or unexported fields
}

func (GetServiceAccountsRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetServiceAccountsResponse) GetNextPageToken

func (x *GetServiceAccountsResponse) GetNextPageToken() string

func (*GetServiceAccountsResponse) GetServiceAccount

func (x *GetServiceAccountsResponse) GetServiceAccount() []*v1.ServiceAccount

func (*GetServiceAccountsResponse) ProtoMessage

func (*GetServiceAccountsResponse) ProtoMessage()

func (*GetServiceAccountsResponse) ProtoReflect

func (*GetServiceAccountsResponse) Reset

func (x *GetServiceAccountsResponse) Reset()

func (*GetServiceAccountsResponse) SetNextPageToken

func (x *GetServiceAccountsResponse) SetNextPageToken(v string)

func (*GetServiceAccountsResponse) SetServiceAccount

func (x *GetServiceAccountsResponse) SetServiceAccount(v []*v1.ServiceAccount)

func (*GetServiceAccountsResponse) String

func (x *GetServiceAccountsResponse) String() string

type GetServiceAccountsResponse_builder

type GetServiceAccountsResponse_builder struct {

	// The list of service accounts in ascending ID order.
	ServiceAccount []*v1.ServiceAccount
	// The next page token, set if there is another page.
	NextPageToken string
	// contains filtered or unexported fields
}

func (GetServiceAccountsResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetUserGroupRequest) GetGroupId

func (x *GetUserGroupRequest) GetGroupId() string

func (*GetUserGroupRequest) ProtoMessage

func (*GetUserGroupRequest) ProtoMessage()

func (*GetUserGroupRequest) ProtoReflect

func (x *GetUserGroupRequest) ProtoReflect() protoreflect.Message

func (*GetUserGroupRequest) Reset

func (x *GetUserGroupRequest) Reset()

func (*GetUserGroupRequest) SetGroupId

func (x *GetUserGroupRequest) SetGroupId(v string)

func (*GetUserGroupRequest) String

func (x *GetUserGroupRequest) String() string

type GetUserGroupRequest_builder

type GetUserGroupRequest_builder struct {

	// The id of the group to get.
	GroupId string
	// contains filtered or unexported fields
}

func (GetUserGroupRequest_builder) Build

type GetUserGroupResponse

type GetUserGroupResponse struct {

	// The group.
	Group *v1.UserGroup `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserGroupResponse) ClearGroup

func (x *GetUserGroupResponse) ClearGroup()

func (*GetUserGroupResponse) GetGroup

func (x *GetUserGroupResponse) GetGroup() *v1.UserGroup

func (*GetUserGroupResponse) HasGroup

func (x *GetUserGroupResponse) HasGroup() bool

func (*GetUserGroupResponse) ProtoMessage

func (*GetUserGroupResponse) ProtoMessage()

func (*GetUserGroupResponse) ProtoReflect

func (x *GetUserGroupResponse) ProtoReflect() protoreflect.Message

func (*GetUserGroupResponse) Reset

func (x *GetUserGroupResponse) Reset()

func (*GetUserGroupResponse) SetGroup

func (x *GetUserGroupResponse) SetGroup(v *v1.UserGroup)

func (*GetUserGroupResponse) String

func (x *GetUserGroupResponse) String() string

type GetUserGroupResponse_builder

type GetUserGroupResponse_builder struct {

	// The group.
	Group *v1.UserGroup
	// contains filtered or unexported fields
}

func (GetUserGroupResponse_builder) Build

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 their name - optional.
	GroupName string `protobuf:"bytes,4,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserGroupsRequest) GetGroupName

func (x *GetUserGroupsRequest) GetGroupName() string

func (*GetUserGroupsRequest) GetNamespace

func (x *GetUserGroupsRequest) GetNamespace() string

func (*GetUserGroupsRequest) GetPageSize

func (x *GetUserGroupsRequest) GetPageSize() int32

func (*GetUserGroupsRequest) GetPageToken

func (x *GetUserGroupsRequest) GetPageToken() string

func (*GetUserGroupsRequest) ProtoMessage

func (*GetUserGroupsRequest) ProtoMessage()

func (*GetUserGroupsRequest) ProtoReflect

func (x *GetUserGroupsRequest) ProtoReflect() protoreflect.Message

func (*GetUserGroupsRequest) Reset

func (x *GetUserGroupsRequest) Reset()

func (*GetUserGroupsRequest) SetGroupName

func (x *GetUserGroupsRequest) SetGroupName(v string)

func (*GetUserGroupsRequest) SetNamespace

func (x *GetUserGroupsRequest) SetNamespace(v string)

func (*GetUserGroupsRequest) SetPageSize

func (x *GetUserGroupsRequest) SetPageSize(v int32)

func (*GetUserGroupsRequest) SetPageToken

func (x *GetUserGroupsRequest) SetPageToken(v string)

func (*GetUserGroupsRequest) String

func (x *GetUserGroupsRequest) String() string

type GetUserGroupsRequest_builder

type GetUserGroupsRequest_builder struct {

	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32
	// The page token if this is continuing from another response - optional.
	PageToken string
	// Filter groups by the namespace they have access to - optional.
	Namespace string
	// Filter groups by their name - optional.
	GroupName string
	// contains filtered or unexported fields
}

func (GetUserGroupsRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetUserGroupsResponse) GetGroups

func (x *GetUserGroupsResponse) GetGroups() []*v1.UserGroup

func (*GetUserGroupsResponse) GetNextPageToken

func (x *GetUserGroupsResponse) GetNextPageToken() string

func (*GetUserGroupsResponse) ProtoMessage

func (*GetUserGroupsResponse) ProtoMessage()

func (*GetUserGroupsResponse) ProtoReflect

func (x *GetUserGroupsResponse) ProtoReflect() protoreflect.Message

func (*GetUserGroupsResponse) Reset

func (x *GetUserGroupsResponse) Reset()

func (*GetUserGroupsResponse) SetGroups

func (x *GetUserGroupsResponse) SetGroups(v []*v1.UserGroup)

func (*GetUserGroupsResponse) SetNextPageToken

func (x *GetUserGroupsResponse) SetNextPageToken(v string)

func (*GetUserGroupsResponse) String

func (x *GetUserGroupsResponse) String() string

type GetUserGroupsResponse_builder

type GetUserGroupsResponse_builder struct {

	// The list of groups in ascending name order.
	Groups []*v1.UserGroup
	// The next page's token.
	NextPageToken string
	// contains filtered or unexported fields
}

func (GetUserGroupsResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetUserRequest) GetUserId

func (x *GetUserRequest) GetUserId() string

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) ProtoReflect

func (x *GetUserRequest) ProtoReflect() protoreflect.Message

func (*GetUserRequest) Reset

func (x *GetUserRequest) Reset()

func (*GetUserRequest) SetUserId

func (x *GetUserRequest) SetUserId(v string)

func (*GetUserRequest) String

func (x *GetUserRequest) String() string

type GetUserRequest_builder

type GetUserRequest_builder struct {

	// The id of the user to get
	UserId string
	// contains filtered or unexported fields
}

func (GetUserRequest_builder) Build

type GetUserResponse

type GetUserResponse struct {

	// The user
	User *v1.User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserResponse) ClearUser

func (x *GetUserResponse) ClearUser()

func (*GetUserResponse) GetUser

func (x *GetUserResponse) GetUser() *v1.User

func (*GetUserResponse) HasUser

func (x *GetUserResponse) HasUser() bool

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect

func (x *GetUserResponse) ProtoReflect() protoreflect.Message

func (*GetUserResponse) Reset

func (x *GetUserResponse) Reset()

func (*GetUserResponse) SetUser

func (x *GetUserResponse) SetUser(v *v1.User)

func (*GetUserResponse) String

func (x *GetUserResponse) String() string

type GetUserResponse_builder

type GetUserResponse_builder struct {

	// The user
	User *v1.User
	// contains filtered or unexported fields
}

func (GetUserResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetUsersRequest) GetEmail

func (x *GetUsersRequest) GetEmail() string

func (*GetUsersRequest) GetNamespace

func (x *GetUsersRequest) GetNamespace() string

func (*GetUsersRequest) GetPageSize

func (x *GetUsersRequest) GetPageSize() int32

func (*GetUsersRequest) GetPageToken

func (x *GetUsersRequest) GetPageToken() string

func (*GetUsersRequest) ProtoMessage

func (*GetUsersRequest) ProtoMessage()

func (*GetUsersRequest) ProtoReflect

func (x *GetUsersRequest) ProtoReflect() protoreflect.Message

func (*GetUsersRequest) Reset

func (x *GetUsersRequest) Reset()

func (*GetUsersRequest) SetEmail

func (x *GetUsersRequest) SetEmail(v string)

func (*GetUsersRequest) SetNamespace

func (x *GetUsersRequest) SetNamespace(v string)

func (*GetUsersRequest) SetPageSize

func (x *GetUsersRequest) SetPageSize(v int32)

func (*GetUsersRequest) SetPageToken

func (x *GetUsersRequest) SetPageToken(v string)

func (*GetUsersRequest) String

func (x *GetUsersRequest) String() string

type GetUsersRequest_builder

type GetUsersRequest_builder struct {

	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32
	// The page token if this is continuing from another response - optional.
	PageToken string
	// Filter users by email address - optional.
	Email string
	// Filter users by the namespace they have access to - optional.
	Namespace string
	// contains filtered or unexported fields
}

func (GetUsersRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*GetUsersResponse) GetNextPageToken

func (x *GetUsersResponse) GetNextPageToken() string

func (*GetUsersResponse) GetUsers

func (x *GetUsersResponse) GetUsers() []*v1.User

func (*GetUsersResponse) ProtoMessage

func (*GetUsersResponse) ProtoMessage()

func (*GetUsersResponse) ProtoReflect

func (x *GetUsersResponse) ProtoReflect() protoreflect.Message

func (*GetUsersResponse) Reset

func (x *GetUsersResponse) Reset()

func (*GetUsersResponse) SetNextPageToken

func (x *GetUsersResponse) SetNextPageToken(v string)

func (*GetUsersResponse) SetUsers

func (x *GetUsersResponse) SetUsers(v []*v1.User)

func (*GetUsersResponse) String

func (x *GetUsersResponse) String() string

type GetUsersResponse_builder

type GetUsersResponse_builder struct {

	// The list of users in ascending ids order
	Users []*v1.User
	// The next page's token
	NextPageToken string
	// contains filtered or unexported fields
}

func (GetUsersResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*RenameCustomSearchAttributeRequest) GetAsyncOperationId

func (x *RenameCustomSearchAttributeRequest) GetAsyncOperationId() string

func (*RenameCustomSearchAttributeRequest) GetExistingCustomSearchAttributeName

func (x *RenameCustomSearchAttributeRequest) GetExistingCustomSearchAttributeName() string

func (*RenameCustomSearchAttributeRequest) GetNamespace

func (x *RenameCustomSearchAttributeRequest) GetNamespace() string

func (*RenameCustomSearchAttributeRequest) GetNewCustomSearchAttributeName

func (x *RenameCustomSearchAttributeRequest) GetNewCustomSearchAttributeName() string

func (*RenameCustomSearchAttributeRequest) GetResourceVersion

func (x *RenameCustomSearchAttributeRequest) GetResourceVersion() string

func (*RenameCustomSearchAttributeRequest) ProtoMessage

func (*RenameCustomSearchAttributeRequest) ProtoMessage()

func (*RenameCustomSearchAttributeRequest) ProtoReflect

func (*RenameCustomSearchAttributeRequest) Reset

func (*RenameCustomSearchAttributeRequest) SetAsyncOperationId

func (x *RenameCustomSearchAttributeRequest) SetAsyncOperationId(v string)

func (*RenameCustomSearchAttributeRequest) SetExistingCustomSearchAttributeName

func (x *RenameCustomSearchAttributeRequest) SetExistingCustomSearchAttributeName(v string)

func (*RenameCustomSearchAttributeRequest) SetNamespace

func (x *RenameCustomSearchAttributeRequest) SetNamespace(v string)

func (*RenameCustomSearchAttributeRequest) SetNewCustomSearchAttributeName

func (x *RenameCustomSearchAttributeRequest) SetNewCustomSearchAttributeName(v string)

func (*RenameCustomSearchAttributeRequest) SetResourceVersion

func (x *RenameCustomSearchAttributeRequest) SetResourceVersion(v string)

func (*RenameCustomSearchAttributeRequest) String

type RenameCustomSearchAttributeRequest_builder

type RenameCustomSearchAttributeRequest_builder struct {

	// The namespace to rename the custom search attribute for.
	Namespace string
	// The existing name of the custom search attribute to be renamed.
	ExistingCustomSearchAttributeName string
	// The new name of the custom search attribute.
	NewCustomSearchAttributeName string
	// The version of the namespace for which this update is intended for.
	// The latest version can be found in the namespace status.
	ResourceVersion string
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (RenameCustomSearchAttributeRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*RenameCustomSearchAttributeResponse) ClearAsyncOperation

func (x *RenameCustomSearchAttributeResponse) ClearAsyncOperation()

func (*RenameCustomSearchAttributeResponse) GetAsyncOperation

func (x *RenameCustomSearchAttributeResponse) GetAsyncOperation() *v11.AsyncOperation

func (*RenameCustomSearchAttributeResponse) HasAsyncOperation

func (x *RenameCustomSearchAttributeResponse) HasAsyncOperation() bool

func (*RenameCustomSearchAttributeResponse) ProtoMessage

func (*RenameCustomSearchAttributeResponse) ProtoMessage()

func (*RenameCustomSearchAttributeResponse) ProtoReflect

func (*RenameCustomSearchAttributeResponse) Reset

func (*RenameCustomSearchAttributeResponse) SetAsyncOperation

func (x *RenameCustomSearchAttributeResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*RenameCustomSearchAttributeResponse) String

type RenameCustomSearchAttributeResponse_builder

type RenameCustomSearchAttributeResponse_builder struct {

	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (RenameCustomSearchAttributeResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*SetUserGroupNamespaceAccessRequest) ClearAccess

func (x *SetUserGroupNamespaceAccessRequest) ClearAccess()

func (*SetUserGroupNamespaceAccessRequest) GetAccess

func (*SetUserGroupNamespaceAccessRequest) GetAsyncOperationId

func (x *SetUserGroupNamespaceAccessRequest) GetAsyncOperationId() string

func (*SetUserGroupNamespaceAccessRequest) GetGroupId

func (*SetUserGroupNamespaceAccessRequest) GetNamespace

func (x *SetUserGroupNamespaceAccessRequest) GetNamespace() string

func (*SetUserGroupNamespaceAccessRequest) GetResourceVersion

func (x *SetUserGroupNamespaceAccessRequest) GetResourceVersion() string

func (*SetUserGroupNamespaceAccessRequest) HasAccess

func (*SetUserGroupNamespaceAccessRequest) ProtoMessage

func (*SetUserGroupNamespaceAccessRequest) ProtoMessage()

func (*SetUserGroupNamespaceAccessRequest) ProtoReflect

func (*SetUserGroupNamespaceAccessRequest) Reset

func (*SetUserGroupNamespaceAccessRequest) SetAccess

func (*SetUserGroupNamespaceAccessRequest) SetAsyncOperationId

func (x *SetUserGroupNamespaceAccessRequest) SetAsyncOperationId(v string)

func (*SetUserGroupNamespaceAccessRequest) SetGroupId

func (x *SetUserGroupNamespaceAccessRequest) SetGroupId(v string)

func (*SetUserGroupNamespaceAccessRequest) SetNamespace

func (x *SetUserGroupNamespaceAccessRequest) SetNamespace(v string)

func (*SetUserGroupNamespaceAccessRequest) SetResourceVersion

func (x *SetUserGroupNamespaceAccessRequest) SetResourceVersion(v string)

func (*SetUserGroupNamespaceAccessRequest) String

type SetUserGroupNamespaceAccessRequest_builder

type SetUserGroupNamespaceAccessRequest_builder struct {

	// The namespace to set permissions for.
	Namespace string
	// The id of the group to set permissions for.
	GroupId string
	// The namespace access to assign the group. If left empty, the group will be removed from the namespace access.
	Access *v1.NamespaceAccess
	// 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
	// The id to use for this async operation - optional.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (SetUserGroupNamespaceAccessRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*SetUserGroupNamespaceAccessResponse) ClearAsyncOperation

func (x *SetUserGroupNamespaceAccessResponse) ClearAsyncOperation()

func (*SetUserGroupNamespaceAccessResponse) GetAsyncOperation

func (x *SetUserGroupNamespaceAccessResponse) GetAsyncOperation() *v11.AsyncOperation

func (*SetUserGroupNamespaceAccessResponse) HasAsyncOperation

func (x *SetUserGroupNamespaceAccessResponse) HasAsyncOperation() bool

func (*SetUserGroupNamespaceAccessResponse) ProtoMessage

func (*SetUserGroupNamespaceAccessResponse) ProtoMessage()

func (*SetUserGroupNamespaceAccessResponse) ProtoReflect

func (*SetUserGroupNamespaceAccessResponse) Reset

func (*SetUserGroupNamespaceAccessResponse) SetAsyncOperation

func (x *SetUserGroupNamespaceAccessResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*SetUserGroupNamespaceAccessResponse) String

type SetUserGroupNamespaceAccessResponse_builder

type SetUserGroupNamespaceAccessResponse_builder struct {

	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (SetUserGroupNamespaceAccessResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*SetUserNamespaceAccessRequest) ClearAccess

func (x *SetUserNamespaceAccessRequest) ClearAccess()

func (*SetUserNamespaceAccessRequest) GetAccess

func (*SetUserNamespaceAccessRequest) GetAsyncOperationId

func (x *SetUserNamespaceAccessRequest) GetAsyncOperationId() string

func (*SetUserNamespaceAccessRequest) GetNamespace

func (x *SetUserNamespaceAccessRequest) GetNamespace() string

func (*SetUserNamespaceAccessRequest) GetResourceVersion

func (x *SetUserNamespaceAccessRequest) GetResourceVersion() string

func (*SetUserNamespaceAccessRequest) GetUserId

func (x *SetUserNamespaceAccessRequest) GetUserId() string

func (*SetUserNamespaceAccessRequest) HasAccess

func (x *SetUserNamespaceAccessRequest) HasAccess() bool

func (*SetUserNamespaceAccessRequest) ProtoMessage

func (*SetUserNamespaceAccessRequest) ProtoMessage()

func (*SetUserNamespaceAccessRequest) ProtoReflect

func (*SetUserNamespaceAccessRequest) Reset

func (x *SetUserNamespaceAccessRequest) Reset()

func (*SetUserNamespaceAccessRequest) SetAccess

func (*SetUserNamespaceAccessRequest) SetAsyncOperationId

func (x *SetUserNamespaceAccessRequest) SetAsyncOperationId(v string)

func (*SetUserNamespaceAccessRequest) SetNamespace

func (x *SetUserNamespaceAccessRequest) SetNamespace(v string)

func (*SetUserNamespaceAccessRequest) SetResourceVersion

func (x *SetUserNamespaceAccessRequest) SetResourceVersion(v string)

func (*SetUserNamespaceAccessRequest) SetUserId

func (x *SetUserNamespaceAccessRequest) SetUserId(v string)

func (*SetUserNamespaceAccessRequest) String

type SetUserNamespaceAccessRequest_builder

type SetUserNamespaceAccessRequest_builder struct {

	// The namespace to set permissions for
	Namespace string
	// The id of the user to set permissions for
	UserId string
	// The namespace access to assign the user
	Access *v1.NamespaceAccess
	// 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
	// The id to use for this async operation - optional
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (SetUserNamespaceAccessRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*SetUserNamespaceAccessResponse) ClearAsyncOperation

func (x *SetUserNamespaceAccessResponse) ClearAsyncOperation()

func (*SetUserNamespaceAccessResponse) GetAsyncOperation

func (x *SetUserNamespaceAccessResponse) GetAsyncOperation() *v11.AsyncOperation

func (*SetUserNamespaceAccessResponse) HasAsyncOperation

func (x *SetUserNamespaceAccessResponse) HasAsyncOperation() bool

func (*SetUserNamespaceAccessResponse) ProtoMessage

func (*SetUserNamespaceAccessResponse) ProtoMessage()

func (*SetUserNamespaceAccessResponse) ProtoReflect

func (*SetUserNamespaceAccessResponse) Reset

func (x *SetUserNamespaceAccessResponse) Reset()

func (*SetUserNamespaceAccessResponse) SetAsyncOperation

func (x *SetUserNamespaceAccessResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*SetUserNamespaceAccessResponse) String

type SetUserNamespaceAccessResponse_builder

type SetUserNamespaceAccessResponse_builder struct {

	// The async operation
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (SetUserNamespaceAccessResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*UpdateApiKeyRequest) ClearSpec

func (x *UpdateApiKeyRequest) ClearSpec()

func (*UpdateApiKeyRequest) GetAsyncOperationId

func (x *UpdateApiKeyRequest) GetAsyncOperationId() string

func (*UpdateApiKeyRequest) GetKeyId

func (x *UpdateApiKeyRequest) GetKeyId() string

func (*UpdateApiKeyRequest) GetResourceVersion

func (x *UpdateApiKeyRequest) GetResourceVersion() string

func (*UpdateApiKeyRequest) GetSpec

func (x *UpdateApiKeyRequest) GetSpec() *v1.ApiKeySpec

func (*UpdateApiKeyRequest) HasSpec

func (x *UpdateApiKeyRequest) HasSpec() bool

func (*UpdateApiKeyRequest) ProtoMessage

func (*UpdateApiKeyRequest) ProtoMessage()

func (*UpdateApiKeyRequest) ProtoReflect

func (x *UpdateApiKeyRequest) ProtoReflect() protoreflect.Message

func (*UpdateApiKeyRequest) Reset

func (x *UpdateApiKeyRequest) Reset()

func (*UpdateApiKeyRequest) SetAsyncOperationId

func (x *UpdateApiKeyRequest) SetAsyncOperationId(v string)

func (*UpdateApiKeyRequest) SetKeyId

func (x *UpdateApiKeyRequest) SetKeyId(v string)

func (*UpdateApiKeyRequest) SetResourceVersion

func (x *UpdateApiKeyRequest) SetResourceVersion(v string)

func (*UpdateApiKeyRequest) SetSpec

func (x *UpdateApiKeyRequest) SetSpec(v *v1.ApiKeySpec)

func (*UpdateApiKeyRequest) String

func (x *UpdateApiKeyRequest) String() string

type UpdateApiKeyRequest_builder

type UpdateApiKeyRequest_builder struct {

	// The id of the api key to update.
	KeyId string
	// The new api key specification.
	Spec *v1.ApiKeySpec
	// 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
	// The id to use for this async operation - optional.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (UpdateApiKeyRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*UpdateApiKeyResponse) ClearAsyncOperation

func (x *UpdateApiKeyResponse) ClearAsyncOperation()

func (*UpdateApiKeyResponse) GetAsyncOperation

func (x *UpdateApiKeyResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateApiKeyResponse) HasAsyncOperation

func (x *UpdateApiKeyResponse) HasAsyncOperation() bool

func (*UpdateApiKeyResponse) ProtoMessage

func (*UpdateApiKeyResponse) ProtoMessage()

func (*UpdateApiKeyResponse) ProtoReflect

func (x *UpdateApiKeyResponse) ProtoReflect() protoreflect.Message

func (*UpdateApiKeyResponse) Reset

func (x *UpdateApiKeyResponse) Reset()

func (*UpdateApiKeyResponse) SetAsyncOperation

func (x *UpdateApiKeyResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*UpdateApiKeyResponse) String

func (x *UpdateApiKeyResponse) String() string

type UpdateApiKeyResponse_builder

type UpdateApiKeyResponse_builder struct {

	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (UpdateApiKeyResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*UpdateNamespaceRequest) ClearSpec

func (x *UpdateNamespaceRequest) ClearSpec()

func (*UpdateNamespaceRequest) GetAsyncOperationId

func (x *UpdateNamespaceRequest) GetAsyncOperationId() string

func (*UpdateNamespaceRequest) GetNamespace

func (x *UpdateNamespaceRequest) GetNamespace() string

func (*UpdateNamespaceRequest) GetResourceVersion

func (x *UpdateNamespaceRequest) GetResourceVersion() string

func (*UpdateNamespaceRequest) GetSpec

func (*UpdateNamespaceRequest) HasSpec

func (x *UpdateNamespaceRequest) HasSpec() bool

func (*UpdateNamespaceRequest) ProtoMessage

func (*UpdateNamespaceRequest) ProtoMessage()

func (*UpdateNamespaceRequest) ProtoReflect

func (x *UpdateNamespaceRequest) ProtoReflect() protoreflect.Message

func (*UpdateNamespaceRequest) Reset

func (x *UpdateNamespaceRequest) Reset()

func (*UpdateNamespaceRequest) SetAsyncOperationId

func (x *UpdateNamespaceRequest) SetAsyncOperationId(v string)

func (*UpdateNamespaceRequest) SetNamespace

func (x *UpdateNamespaceRequest) SetNamespace(v string)

func (*UpdateNamespaceRequest) SetResourceVersion

func (x *UpdateNamespaceRequest) SetResourceVersion(v string)

func (*UpdateNamespaceRequest) SetSpec

func (x *UpdateNamespaceRequest) SetSpec(v *v12.NamespaceSpec)

func (*UpdateNamespaceRequest) String

func (x *UpdateNamespaceRequest) String() string

type UpdateNamespaceRequest_builder

type UpdateNamespaceRequest_builder struct {

	// The namespace to update.
	Namespace string
	// The new namespace specification.
	Spec *v12.NamespaceSpec
	// The version of the namespace for which this update is intended for.
	// The latest version can be found in the namespace status.
	ResourceVersion string
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (UpdateNamespaceRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*UpdateNamespaceResponse) ClearAsyncOperation

func (x *UpdateNamespaceResponse) ClearAsyncOperation()

func (*UpdateNamespaceResponse) GetAsyncOperation

func (x *UpdateNamespaceResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateNamespaceResponse) HasAsyncOperation

func (x *UpdateNamespaceResponse) HasAsyncOperation() bool

func (*UpdateNamespaceResponse) ProtoMessage

func (*UpdateNamespaceResponse) ProtoMessage()

func (*UpdateNamespaceResponse) ProtoReflect

func (x *UpdateNamespaceResponse) ProtoReflect() protoreflect.Message

func (*UpdateNamespaceResponse) Reset

func (x *UpdateNamespaceResponse) Reset()

func (*UpdateNamespaceResponse) SetAsyncOperation

func (x *UpdateNamespaceResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*UpdateNamespaceResponse) String

func (x *UpdateNamespaceResponse) String() string

type UpdateNamespaceResponse_builder

type UpdateNamespaceResponse_builder struct {

	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (UpdateNamespaceResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*UpdateServiceAccountRequest) ClearSpec

func (x *UpdateServiceAccountRequest) ClearSpec()

func (*UpdateServiceAccountRequest) GetAsyncOperationId

func (x *UpdateServiceAccountRequest) GetAsyncOperationId() string

func (*UpdateServiceAccountRequest) GetResourceVersion

func (x *UpdateServiceAccountRequest) GetResourceVersion() string

func (*UpdateServiceAccountRequest) GetServiceAccountId

func (x *UpdateServiceAccountRequest) GetServiceAccountId() string

func (*UpdateServiceAccountRequest) GetSpec

func (*UpdateServiceAccountRequest) HasSpec

func (x *UpdateServiceAccountRequest) HasSpec() bool

func (*UpdateServiceAccountRequest) ProtoMessage

func (*UpdateServiceAccountRequest) ProtoMessage()

func (*UpdateServiceAccountRequest) ProtoReflect

func (*UpdateServiceAccountRequest) Reset

func (x *UpdateServiceAccountRequest) Reset()

func (*UpdateServiceAccountRequest) SetAsyncOperationId

func (x *UpdateServiceAccountRequest) SetAsyncOperationId(v string)

func (*UpdateServiceAccountRequest) SetResourceVersion

func (x *UpdateServiceAccountRequest) SetResourceVersion(v string)

func (*UpdateServiceAccountRequest) SetServiceAccountId

func (x *UpdateServiceAccountRequest) SetServiceAccountId(v string)

func (*UpdateServiceAccountRequest) SetSpec

func (*UpdateServiceAccountRequest) String

func (x *UpdateServiceAccountRequest) String() string

type UpdateServiceAccountRequest_builder

type UpdateServiceAccountRequest_builder struct {

	// The ID of the service account to update.
	ServiceAccountId string
	// The new service account specification.
	Spec *v1.ServiceAccountSpec
	// 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
	// The ID to use for this async operation - optional.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (UpdateServiceAccountRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*UpdateServiceAccountResponse) ClearAsyncOperation

func (x *UpdateServiceAccountResponse) ClearAsyncOperation()

func (*UpdateServiceAccountResponse) GetAsyncOperation

func (x *UpdateServiceAccountResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateServiceAccountResponse) HasAsyncOperation

func (x *UpdateServiceAccountResponse) HasAsyncOperation() bool

func (*UpdateServiceAccountResponse) ProtoMessage

func (*UpdateServiceAccountResponse) ProtoMessage()

func (*UpdateServiceAccountResponse) ProtoReflect

func (*UpdateServiceAccountResponse) Reset

func (x *UpdateServiceAccountResponse) Reset()

func (*UpdateServiceAccountResponse) SetAsyncOperation

func (x *UpdateServiceAccountResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*UpdateServiceAccountResponse) String

type UpdateServiceAccountResponse_builder

type UpdateServiceAccountResponse_builder struct {

	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (UpdateServiceAccountResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*UpdateUserGroupRequest) ClearSpec

func (x *UpdateUserGroupRequest) ClearSpec()

func (*UpdateUserGroupRequest) GetAsyncOperationId

func (x *UpdateUserGroupRequest) GetAsyncOperationId() string

func (*UpdateUserGroupRequest) GetGroupId

func (x *UpdateUserGroupRequest) GetGroupId() string

func (*UpdateUserGroupRequest) GetResourceVersion

func (x *UpdateUserGroupRequest) GetResourceVersion() string

func (*UpdateUserGroupRequest) GetSpec

func (x *UpdateUserGroupRequest) GetSpec() *v1.UserGroupSpec

func (*UpdateUserGroupRequest) HasSpec

func (x *UpdateUserGroupRequest) HasSpec() bool

func (*UpdateUserGroupRequest) ProtoMessage

func (*UpdateUserGroupRequest) ProtoMessage()

func (*UpdateUserGroupRequest) ProtoReflect

func (x *UpdateUserGroupRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserGroupRequest) Reset

func (x *UpdateUserGroupRequest) Reset()

func (*UpdateUserGroupRequest) SetAsyncOperationId

func (x *UpdateUserGroupRequest) SetAsyncOperationId(v string)

func (*UpdateUserGroupRequest) SetGroupId

func (x *UpdateUserGroupRequest) SetGroupId(v string)

func (*UpdateUserGroupRequest) SetResourceVersion

func (x *UpdateUserGroupRequest) SetResourceVersion(v string)

func (*UpdateUserGroupRequest) SetSpec

func (x *UpdateUserGroupRequest) SetSpec(v *v1.UserGroupSpec)

func (*UpdateUserGroupRequest) String

func (x *UpdateUserGroupRequest) String() string

type UpdateUserGroupRequest_builder

type UpdateUserGroupRequest_builder struct {

	// The id of the group to update.
	GroupId string
	// The new group specification.
	Spec *v1.UserGroupSpec
	// 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
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (UpdateUserGroupRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*UpdateUserGroupResponse) ClearAsyncOperation

func (x *UpdateUserGroupResponse) ClearAsyncOperation()

func (*UpdateUserGroupResponse) GetAsyncOperation

func (x *UpdateUserGroupResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateUserGroupResponse) HasAsyncOperation

func (x *UpdateUserGroupResponse) HasAsyncOperation() bool

func (*UpdateUserGroupResponse) ProtoMessage

func (*UpdateUserGroupResponse) ProtoMessage()

func (*UpdateUserGroupResponse) ProtoReflect

func (x *UpdateUserGroupResponse) ProtoReflect() protoreflect.Message

func (*UpdateUserGroupResponse) Reset

func (x *UpdateUserGroupResponse) Reset()

func (*UpdateUserGroupResponse) SetAsyncOperation

func (x *UpdateUserGroupResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*UpdateUserGroupResponse) String

func (x *UpdateUserGroupResponse) String() string

type UpdateUserGroupResponse_builder

type UpdateUserGroupResponse_builder struct {

	// The async operation.
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (UpdateUserGroupResponse_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*UpdateUserRequest) ClearSpec

func (x *UpdateUserRequest) ClearSpec()

func (*UpdateUserRequest) GetAsyncOperationId

func (x *UpdateUserRequest) GetAsyncOperationId() string

func (*UpdateUserRequest) GetResourceVersion

func (x *UpdateUserRequest) GetResourceVersion() string

func (*UpdateUserRequest) GetSpec

func (x *UpdateUserRequest) GetSpec() *v1.UserSpec

func (*UpdateUserRequest) GetUserId

func (x *UpdateUserRequest) GetUserId() string

func (*UpdateUserRequest) HasSpec

func (x *UpdateUserRequest) HasSpec() bool

func (*UpdateUserRequest) ProtoMessage

func (*UpdateUserRequest) ProtoMessage()

func (*UpdateUserRequest) ProtoReflect

func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserRequest) Reset

func (x *UpdateUserRequest) Reset()

func (*UpdateUserRequest) SetAsyncOperationId

func (x *UpdateUserRequest) SetAsyncOperationId(v string)

func (*UpdateUserRequest) SetResourceVersion

func (x *UpdateUserRequest) SetResourceVersion(v string)

func (*UpdateUserRequest) SetSpec

func (x *UpdateUserRequest) SetSpec(v *v1.UserSpec)

func (*UpdateUserRequest) SetUserId

func (x *UpdateUserRequest) SetUserId(v string)

func (*UpdateUserRequest) String

func (x *UpdateUserRequest) String() string

type UpdateUserRequest_builder

type UpdateUserRequest_builder struct {

	// The id of the user to update
	UserId string
	// The new user specification
	Spec *v1.UserSpec
	// 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
	// The id to use for this async operation - optional
	AsyncOperationId string
	// contains filtered or unexported fields
}

func (UpdateUserRequest_builder) Build

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"`
	// contains filtered or unexported fields
}

func (*UpdateUserResponse) ClearAsyncOperation

func (x *UpdateUserResponse) ClearAsyncOperation()

func (*UpdateUserResponse) GetAsyncOperation

func (x *UpdateUserResponse) GetAsyncOperation() *v11.AsyncOperation

func (*UpdateUserResponse) HasAsyncOperation

func (x *UpdateUserResponse) HasAsyncOperation() bool

func (*UpdateUserResponse) ProtoMessage

func (*UpdateUserResponse) ProtoMessage()

func (*UpdateUserResponse) ProtoReflect

func (x *UpdateUserResponse) ProtoReflect() protoreflect.Message

func (*UpdateUserResponse) Reset

func (x *UpdateUserResponse) Reset()

func (*UpdateUserResponse) SetAsyncOperation

func (x *UpdateUserResponse) SetAsyncOperation(v *v11.AsyncOperation)

func (*UpdateUserResponse) String

func (x *UpdateUserResponse) String() string

type UpdateUserResponse_builder

type UpdateUserResponse_builder struct {

	// The async operation
	AsyncOperation *v11.AsyncOperation
	// contains filtered or unexported fields
}

func (UpdateUserResponse_builder) Build

Source Files

  • request_response.pb.go
  • service.pb.go

Jump to

Keyboard shortcuts

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