cloudservice

package
v1.43.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: MIT Imports: 25 Imported by: 7

Documentation

Overview

Code generated by protoc-gen-go-helpers. DO NOT EDIT.

Package cloudservice is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	CloudService_GetUsers_FullMethodName                    = "/temporal.api.cloud.cloudservice.v1.CloudService/GetUsers"
	CloudService_GetUser_FullMethodName                     = "/temporal.api.cloud.cloudservice.v1.CloudService/GetUser"
	CloudService_CreateUser_FullMethodName                  = "/temporal.api.cloud.cloudservice.v1.CloudService/CreateUser"
	CloudService_UpdateUser_FullMethodName                  = "/temporal.api.cloud.cloudservice.v1.CloudService/UpdateUser"
	CloudService_DeleteUser_FullMethodName                  = "/temporal.api.cloud.cloudservice.v1.CloudService/DeleteUser"
	CloudService_SetUserNamespaceAccess_FullMethodName      = "/temporal.api.cloud.cloudservice.v1.CloudService/SetUserNamespaceAccess"
	CloudService_GetAsyncOperation_FullMethodName           = "/temporal.api.cloud.cloudservice.v1.CloudService/GetAsyncOperation"
	CloudService_CreateNamespace_FullMethodName             = "/temporal.api.cloud.cloudservice.v1.CloudService/CreateNamespace"
	CloudService_GetNamespaces_FullMethodName               = "/temporal.api.cloud.cloudservice.v1.CloudService/GetNamespaces"
	CloudService_GetNamespace_FullMethodName                = "/temporal.api.cloud.cloudservice.v1.CloudService/GetNamespace"
	CloudService_UpdateNamespace_FullMethodName             = "/temporal.api.cloud.cloudservice.v1.CloudService/UpdateNamespace"
	CloudService_RenameCustomSearchAttribute_FullMethodName = "/temporal.api.cloud.cloudservice.v1.CloudService/RenameCustomSearchAttribute"
	CloudService_DeleteNamespace_FullMethodName             = "/temporal.api.cloud.cloudservice.v1.CloudService/DeleteNamespace"
	CloudService_FailoverNamespaceRegion_FullMethodName     = "/temporal.api.cloud.cloudservice.v1.CloudService/FailoverNamespaceRegion"
	CloudService_AddNamespaceRegion_FullMethodName          = "/temporal.api.cloud.cloudservice.v1.CloudService/AddNamespaceRegion"
	CloudService_GetRegions_FullMethodName                  = "/temporal.api.cloud.cloudservice.v1.CloudService/GetRegions"
	CloudService_GetRegion_FullMethodName                   = "/temporal.api.cloud.cloudservice.v1.CloudService/GetRegion"
	CloudService_GetApiKeys_FullMethodName                  = "/temporal.api.cloud.cloudservice.v1.CloudService/GetApiKeys"
	CloudService_GetApiKey_FullMethodName                   = "/temporal.api.cloud.cloudservice.v1.CloudService/GetApiKey"
	CloudService_CreateApiKey_FullMethodName                = "/temporal.api.cloud.cloudservice.v1.CloudService/CreateApiKey"
	CloudService_UpdateApiKey_FullMethodName                = "/temporal.api.cloud.cloudservice.v1.CloudService/UpdateApiKey"
	CloudService_DeleteApiKey_FullMethodName                = "/temporal.api.cloud.cloudservice.v1.CloudService/DeleteApiKey"
	CloudService_GetNexusEndpoints_FullMethodName           = "/temporal.api.cloud.cloudservice.v1.CloudService/GetNexusEndpoints"
	CloudService_GetNexusEndpoint_FullMethodName            = "/temporal.api.cloud.cloudservice.v1.CloudService/GetNexusEndpoint"
	CloudService_CreateNexusEndpoint_FullMethodName         = "/temporal.api.cloud.cloudservice.v1.CloudService/CreateNexusEndpoint"
	CloudService_UpdateNexusEndpoint_FullMethodName         = "/temporal.api.cloud.cloudservice.v1.CloudService/UpdateNexusEndpoint"
	CloudService_DeleteNexusEndpoint_FullMethodName         = "/temporal.api.cloud.cloudservice.v1.CloudService/DeleteNexusEndpoint"
	CloudService_GetUserGroups_FullMethodName               = "/temporal.api.cloud.cloudservice.v1.CloudService/GetUserGroups"
	CloudService_GetUserGroup_FullMethodName                = "/temporal.api.cloud.cloudservice.v1.CloudService/GetUserGroup"
	CloudService_CreateUserGroup_FullMethodName             = "/temporal.api.cloud.cloudservice.v1.CloudService/CreateUserGroup"
	CloudService_UpdateUserGroup_FullMethodName             = "/temporal.api.cloud.cloudservice.v1.CloudService/UpdateUserGroup"
	CloudService_DeleteUserGroup_FullMethodName             = "/temporal.api.cloud.cloudservice.v1.CloudService/DeleteUserGroup"
	CloudService_SetUserGroupNamespaceAccess_FullMethodName = "/temporal.api.cloud.cloudservice.v1.CloudService/SetUserGroupNamespaceAccess"
	CloudService_CreateServiceAccount_FullMethodName        = "/temporal.api.cloud.cloudservice.v1.CloudService/CreateServiceAccount"
	CloudService_GetServiceAccount_FullMethodName           = "/temporal.api.cloud.cloudservice.v1.CloudService/GetServiceAccount"
	CloudService_GetServiceAccounts_FullMethodName          = "/temporal.api.cloud.cloudservice.v1.CloudService/GetServiceAccounts"
	CloudService_UpdateServiceAccount_FullMethodName        = "/temporal.api.cloud.cloudservice.v1.CloudService/UpdateServiceAccount"
	CloudService_DeleteServiceAccount_FullMethodName        = "/temporal.api.cloud.cloudservice.v1.CloudService/DeleteServiceAccount"
	CloudService_GetUsage_FullMethodName                    = "/temporal.api.cloud.cloudservice.v1.CloudService/GetUsage"
	CloudService_GetAccount_FullMethodName                  = "/temporal.api.cloud.cloudservice.v1.CloudService/GetAccount"
	CloudService_UpdateAccount_FullMethodName               = "/temporal.api.cloud.cloudservice.v1.CloudService/UpdateAccount"
	CloudService_CreateNamespaceExportSink_FullMethodName   = "/temporal.api.cloud.cloudservice.v1.CloudService/CreateNamespaceExportSink"
	CloudService_GetNamespaceExportSink_FullMethodName      = "/temporal.api.cloud.cloudservice.v1.CloudService/GetNamespaceExportSink"
	CloudService_GetNamespaceExportSinks_FullMethodName     = "/temporal.api.cloud.cloudservice.v1.CloudService/GetNamespaceExportSinks"
	CloudService_UpdateNamespaceExportSink_FullMethodName   = "/temporal.api.cloud.cloudservice.v1.CloudService/UpdateNamespaceExportSink"
	CloudService_DeleteNamespaceExportSink_FullMethodName   = "/temporal.api.cloud.cloudservice.v1.CloudService/DeleteNamespaceExportSink"
	CloudService_ValidateNamespaceExportSink_FullMethodName = "/temporal.api.cloud.cloudservice.v1.CloudService/ValidateNamespaceExportSink"
)

Variables

View Source
var CloudService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "temporal.api.cloud.cloudservice.v1.CloudService",
	HandlerType: (*CloudServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetUsers",
			Handler:    _CloudService_GetUsers_Handler,
		},
		{
			MethodName: "GetUser",
			Handler:    _CloudService_GetUser_Handler,
		},
		{
			MethodName: "CreateUser",
			Handler:    _CloudService_CreateUser_Handler,
		},
		{
			MethodName: "UpdateUser",
			Handler:    _CloudService_UpdateUser_Handler,
		},
		{
			MethodName: "DeleteUser",
			Handler:    _CloudService_DeleteUser_Handler,
		},
		{
			MethodName: "SetUserNamespaceAccess",
			Handler:    _CloudService_SetUserNamespaceAccess_Handler,
		},
		{
			MethodName: "GetAsyncOperation",
			Handler:    _CloudService_GetAsyncOperation_Handler,
		},
		{
			MethodName: "CreateNamespace",
			Handler:    _CloudService_CreateNamespace_Handler,
		},
		{
			MethodName: "GetNamespaces",
			Handler:    _CloudService_GetNamespaces_Handler,
		},
		{
			MethodName: "GetNamespace",
			Handler:    _CloudService_GetNamespace_Handler,
		},
		{
			MethodName: "UpdateNamespace",
			Handler:    _CloudService_UpdateNamespace_Handler,
		},
		{
			MethodName: "RenameCustomSearchAttribute",
			Handler:    _CloudService_RenameCustomSearchAttribute_Handler,
		},
		{
			MethodName: "DeleteNamespace",
			Handler:    _CloudService_DeleteNamespace_Handler,
		},
		{
			MethodName: "FailoverNamespaceRegion",
			Handler:    _CloudService_FailoverNamespaceRegion_Handler,
		},
		{
			MethodName: "AddNamespaceRegion",
			Handler:    _CloudService_AddNamespaceRegion_Handler,
		},
		{
			MethodName: "GetRegions",
			Handler:    _CloudService_GetRegions_Handler,
		},
		{
			MethodName: "GetRegion",
			Handler:    _CloudService_GetRegion_Handler,
		},
		{
			MethodName: "GetApiKeys",
			Handler:    _CloudService_GetApiKeys_Handler,
		},
		{
			MethodName: "GetApiKey",
			Handler:    _CloudService_GetApiKey_Handler,
		},
		{
			MethodName: "CreateApiKey",
			Handler:    _CloudService_CreateApiKey_Handler,
		},
		{
			MethodName: "UpdateApiKey",
			Handler:    _CloudService_UpdateApiKey_Handler,
		},
		{
			MethodName: "DeleteApiKey",
			Handler:    _CloudService_DeleteApiKey_Handler,
		},
		{
			MethodName: "GetNexusEndpoints",
			Handler:    _CloudService_GetNexusEndpoints_Handler,
		},
		{
			MethodName: "GetNexusEndpoint",
			Handler:    _CloudService_GetNexusEndpoint_Handler,
		},
		{
			MethodName: "CreateNexusEndpoint",
			Handler:    _CloudService_CreateNexusEndpoint_Handler,
		},
		{
			MethodName: "UpdateNexusEndpoint",
			Handler:    _CloudService_UpdateNexusEndpoint_Handler,
		},
		{
			MethodName: "DeleteNexusEndpoint",
			Handler:    _CloudService_DeleteNexusEndpoint_Handler,
		},
		{
			MethodName: "GetUserGroups",
			Handler:    _CloudService_GetUserGroups_Handler,
		},
		{
			MethodName: "GetUserGroup",
			Handler:    _CloudService_GetUserGroup_Handler,
		},
		{
			MethodName: "CreateUserGroup",
			Handler:    _CloudService_CreateUserGroup_Handler,
		},
		{
			MethodName: "UpdateUserGroup",
			Handler:    _CloudService_UpdateUserGroup_Handler,
		},
		{
			MethodName: "DeleteUserGroup",
			Handler:    _CloudService_DeleteUserGroup_Handler,
		},
		{
			MethodName: "SetUserGroupNamespaceAccess",
			Handler:    _CloudService_SetUserGroupNamespaceAccess_Handler,
		},
		{
			MethodName: "CreateServiceAccount",
			Handler:    _CloudService_CreateServiceAccount_Handler,
		},
		{
			MethodName: "GetServiceAccount",
			Handler:    _CloudService_GetServiceAccount_Handler,
		},
		{
			MethodName: "GetServiceAccounts",
			Handler:    _CloudService_GetServiceAccounts_Handler,
		},
		{
			MethodName: "UpdateServiceAccount",
			Handler:    _CloudService_UpdateServiceAccount_Handler,
		},
		{
			MethodName: "DeleteServiceAccount",
			Handler:    _CloudService_DeleteServiceAccount_Handler,
		},
		{
			MethodName: "GetUsage",
			Handler:    _CloudService_GetUsage_Handler,
		},
		{
			MethodName: "GetAccount",
			Handler:    _CloudService_GetAccount_Handler,
		},
		{
			MethodName: "UpdateAccount",
			Handler:    _CloudService_UpdateAccount_Handler,
		},
		{
			MethodName: "CreateNamespaceExportSink",
			Handler:    _CloudService_CreateNamespaceExportSink_Handler,
		},
		{
			MethodName: "GetNamespaceExportSink",
			Handler:    _CloudService_GetNamespaceExportSink_Handler,
		},
		{
			MethodName: "GetNamespaceExportSinks",
			Handler:    _CloudService_GetNamespaceExportSinks_Handler,
		},
		{
			MethodName: "UpdateNamespaceExportSink",
			Handler:    _CloudService_UpdateNamespaceExportSink_Handler,
		},
		{
			MethodName: "DeleteNamespaceExportSink",
			Handler:    _CloudService_DeleteNamespaceExportSink_Handler,
		},
		{
			MethodName: "ValidateNamespaceExportSink",
			Handler:    _CloudService_ValidateNamespaceExportSink_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "temporal/api/cloud/cloudservice/v1/service.proto",
}

CloudService_ServiceDesc is the grpc.ServiceDesc for CloudService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

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

func RegisterCloudServiceHandler

func RegisterCloudServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterCloudServiceHandler registers the http handlers for service CloudService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterCloudServiceHandlerClient

func RegisterCloudServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CloudServiceClient) error

RegisterCloudServiceHandlerClient registers the http handlers for service CloudService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CloudServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CloudServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CloudServiceClient" to call the correct interceptors. This client ignores the HTTP middlewares.

func RegisterCloudServiceHandlerFromEndpoint

func RegisterCloudServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterCloudServiceHandlerFromEndpoint is same as RegisterCloudServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterCloudServiceHandlerServer

func RegisterCloudServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server CloudServiceServer) error

RegisterCloudServiceHandlerServer registers the http handlers for service CloudService to "mux". UnaryRPC :call CloudServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterCloudServiceHandlerFromEndpoint instead. GRPC interceptors will not work for this type of registration. To use interceptors, you must use the "runtime.WithMiddlewares" option in the "runtime.NewServeMux" call.

func RegisterCloudServiceServer

func RegisterCloudServiceServer(s grpc.ServiceRegistrar, srv CloudServiceServer)

Types

type AddNamespaceRegionRequest added in v1.35.0

type AddNamespaceRegionRequest struct {

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

func (*AddNamespaceRegionRequest) Descriptor deprecated added in v1.35.0

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

Deprecated: Use AddNamespaceRegionRequest.ProtoReflect.Descriptor instead.

func (*AddNamespaceRegionRequest) Equal added in v1.35.0

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

Equal returns whether two AddNamespaceRegionRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*AddNamespaceRegionRequest) GetAsyncOperationId added in v1.35.0

func (x *AddNamespaceRegionRequest) GetAsyncOperationId() string

func (*AddNamespaceRegionRequest) GetNamespace added in v1.35.0

func (x *AddNamespaceRegionRequest) GetNamespace() string

func (*AddNamespaceRegionRequest) GetRegion added in v1.35.0

func (x *AddNamespaceRegionRequest) GetRegion() string

func (*AddNamespaceRegionRequest) GetResourceVersion added in v1.35.0

func (x *AddNamespaceRegionRequest) GetResourceVersion() string

func (*AddNamespaceRegionRequest) Marshal added in v1.35.0

func (val *AddNamespaceRegionRequest) Marshal() ([]byte, error)

Marshal an object of type AddNamespaceRegionRequest to the protobuf v3 wire format

func (*AddNamespaceRegionRequest) ProtoMessage added in v1.35.0

func (*AddNamespaceRegionRequest) ProtoMessage()

func (*AddNamespaceRegionRequest) ProtoReflect added in v1.35.0

func (*AddNamespaceRegionRequest) Reset added in v1.35.0

func (x *AddNamespaceRegionRequest) Reset()

func (*AddNamespaceRegionRequest) Size added in v1.35.0

func (val *AddNamespaceRegionRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*AddNamespaceRegionRequest) String added in v1.35.0

func (x *AddNamespaceRegionRequest) String() string

func (*AddNamespaceRegionRequest) Unmarshal added in v1.35.0

func (val *AddNamespaceRegionRequest) Unmarshal(buf []byte) error

Unmarshal an object of type AddNamespaceRegionRequest from the protobuf v3 wire format

type AddNamespaceRegionResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use AddNamespaceRegionResponse.ProtoReflect.Descriptor instead.

func (*AddNamespaceRegionResponse) Equal added in v1.35.0

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

Equal returns whether two AddNamespaceRegionResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*AddNamespaceRegionResponse) GetAsyncOperation added in v1.35.0

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

func (*AddNamespaceRegionResponse) Marshal added in v1.35.0

func (val *AddNamespaceRegionResponse) Marshal() ([]byte, error)

Marshal an object of type AddNamespaceRegionResponse to the protobuf v3 wire format

func (*AddNamespaceRegionResponse) ProtoMessage added in v1.35.0

func (*AddNamespaceRegionResponse) ProtoMessage()

func (*AddNamespaceRegionResponse) ProtoReflect added in v1.35.0

func (*AddNamespaceRegionResponse) Reset added in v1.35.0

func (x *AddNamespaceRegionResponse) Reset()

func (*AddNamespaceRegionResponse) Size added in v1.35.0

func (val *AddNamespaceRegionResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*AddNamespaceRegionResponse) String added in v1.35.0

func (x *AddNamespaceRegionResponse) String() string

func (*AddNamespaceRegionResponse) Unmarshal added in v1.35.0

func (val *AddNamespaceRegionResponse) Unmarshal(buf []byte) error

Unmarshal an object of type AddNamespaceRegionResponse from the protobuf v3 wire format

type CloudServiceClient

type CloudServiceClient interface {
	// Gets all known users
	GetUsers(ctx context.Context, in *GetUsersRequest, opts ...grpc.CallOption) (*GetUsersResponse, error)
	// Get a user
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
	// Create a user
	CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*CreateUserResponse, error)
	// Update a user
	UpdateUser(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*UpdateUserResponse, error)
	// Delete a user
	DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*DeleteUserResponse, error)
	// Set a user's access to a namespace
	SetUserNamespaceAccess(ctx context.Context, in *SetUserNamespaceAccessRequest, opts ...grpc.CallOption) (*SetUserNamespaceAccessResponse, error)
	// Get the latest information on an async operation
	GetAsyncOperation(ctx context.Context, in *GetAsyncOperationRequest, opts ...grpc.CallOption) (*GetAsyncOperationResponse, error)
	// Create a new namespace
	CreateNamespace(ctx context.Context, in *CreateNamespaceRequest, opts ...grpc.CallOption) (*CreateNamespaceResponse, error)
	// Get all namespaces
	GetNamespaces(ctx context.Context, in *GetNamespacesRequest, opts ...grpc.CallOption) (*GetNamespacesResponse, error)
	// Get a namespace
	GetNamespace(ctx context.Context, in *GetNamespaceRequest, opts ...grpc.CallOption) (*GetNamespaceResponse, error)
	// Update a namespace
	UpdateNamespace(ctx context.Context, in *UpdateNamespaceRequest, opts ...grpc.CallOption) (*UpdateNamespaceResponse, error)
	// Rename an existing customer search attribute
	RenameCustomSearchAttribute(ctx context.Context, in *RenameCustomSearchAttributeRequest, opts ...grpc.CallOption) (*RenameCustomSearchAttributeResponse, error)
	// Delete a namespace
	DeleteNamespace(ctx context.Context, in *DeleteNamespaceRequest, opts ...grpc.CallOption) (*DeleteNamespaceResponse, error)
	// Failover a multi-region namespace
	FailoverNamespaceRegion(ctx context.Context, in *FailoverNamespaceRegionRequest, opts ...grpc.CallOption) (*FailoverNamespaceRegionResponse, error)
	// Add a new region to a namespace
	AddNamespaceRegion(ctx context.Context, in *AddNamespaceRegionRequest, opts ...grpc.CallOption) (*AddNamespaceRegionResponse, error)
	// Get all regions
	GetRegions(ctx context.Context, in *GetRegionsRequest, opts ...grpc.CallOption) (*GetRegionsResponse, error)
	// Get a region
	GetRegion(ctx context.Context, in *GetRegionRequest, opts ...grpc.CallOption) (*GetRegionResponse, error)
	// Get all known API keys
	GetApiKeys(ctx context.Context, in *GetApiKeysRequest, opts ...grpc.CallOption) (*GetApiKeysResponse, error)
	// Get an API key
	GetApiKey(ctx context.Context, in *GetApiKeyRequest, opts ...grpc.CallOption) (*GetApiKeyResponse, error)
	// Create an API key
	CreateApiKey(ctx context.Context, in *CreateApiKeyRequest, opts ...grpc.CallOption) (*CreateApiKeyResponse, error)
	// Update an API key
	UpdateApiKey(ctx context.Context, in *UpdateApiKeyRequest, opts ...grpc.CallOption) (*UpdateApiKeyResponse, error)
	// Delete an API key
	DeleteApiKey(ctx context.Context, in *DeleteApiKeyRequest, opts ...grpc.CallOption) (*DeleteApiKeyResponse, error)
	// Gets nexus endpoints
	GetNexusEndpoints(ctx context.Context, in *GetNexusEndpointsRequest, opts ...grpc.CallOption) (*GetNexusEndpointsResponse, error)
	// Get a nexus endpoint
	GetNexusEndpoint(ctx context.Context, in *GetNexusEndpointRequest, opts ...grpc.CallOption) (*GetNexusEndpointResponse, error)
	// Create a nexus endpoint
	CreateNexusEndpoint(ctx context.Context, in *CreateNexusEndpointRequest, opts ...grpc.CallOption) (*CreateNexusEndpointResponse, error)
	// Update a nexus endpoint
	UpdateNexusEndpoint(ctx context.Context, in *UpdateNexusEndpointRequest, opts ...grpc.CallOption) (*UpdateNexusEndpointResponse, error)
	// Delete a nexus endpoint
	DeleteNexusEndpoint(ctx context.Context, in *DeleteNexusEndpointRequest, opts ...grpc.CallOption) (*DeleteNexusEndpointResponse, error)
	// Get all user groups
	GetUserGroups(ctx context.Context, in *GetUserGroupsRequest, opts ...grpc.CallOption) (*GetUserGroupsResponse, error)
	// Get a user group
	GetUserGroup(ctx context.Context, in *GetUserGroupRequest, opts ...grpc.CallOption) (*GetUserGroupResponse, error)
	// Create new a user group
	CreateUserGroup(ctx context.Context, in *CreateUserGroupRequest, opts ...grpc.CallOption) (*CreateUserGroupResponse, error)
	// Update a user group
	UpdateUserGroup(ctx context.Context, in *UpdateUserGroupRequest, opts ...grpc.CallOption) (*UpdateUserGroupResponse, error)
	// Delete a user group
	DeleteUserGroup(ctx context.Context, in *DeleteUserGroupRequest, opts ...grpc.CallOption) (*DeleteUserGroupResponse, error)
	// Set a user group's access to a namespace
	SetUserGroupNamespaceAccess(ctx context.Context, in *SetUserGroupNamespaceAccessRequest, opts ...grpc.CallOption) (*SetUserGroupNamespaceAccessResponse, error)
	// Create a service account.
	CreateServiceAccount(ctx context.Context, in *CreateServiceAccountRequest, opts ...grpc.CallOption) (*CreateServiceAccountResponse, error)
	// Get a service account.
	GetServiceAccount(ctx context.Context, in *GetServiceAccountRequest, opts ...grpc.CallOption) (*GetServiceAccountResponse, error)
	// Get service accounts.
	GetServiceAccounts(ctx context.Context, in *GetServiceAccountsRequest, opts ...grpc.CallOption) (*GetServiceAccountsResponse, error)
	// Update a service account.
	UpdateServiceAccount(ctx context.Context, in *UpdateServiceAccountRequest, opts ...grpc.CallOption) (*UpdateServiceAccountResponse, error)
	// Delete a service account.
	DeleteServiceAccount(ctx context.Context, in *DeleteServiceAccountRequest, opts ...grpc.CallOption) (*DeleteServiceAccountResponse, error)
	// WARNING: Pre-Release Feature
	// Get usage data across namespaces
	GetUsage(ctx context.Context, in *GetUsageRequest, opts ...grpc.CallOption) (*GetUsageResponse, error)
	// Get account information.
	GetAccount(ctx context.Context, in *GetAccountRequest, opts ...grpc.CallOption) (*GetAccountResponse, error)
	// Update account information.
	UpdateAccount(ctx context.Context, in *UpdateAccountRequest, opts ...grpc.CallOption) (*UpdateAccountResponse, error)
	// Create an export sink
	CreateNamespaceExportSink(ctx context.Context, in *CreateNamespaceExportSinkRequest, opts ...grpc.CallOption) (*CreateNamespaceExportSinkResponse, error)
	// Get an export sink
	GetNamespaceExportSink(ctx context.Context, in *GetNamespaceExportSinkRequest, opts ...grpc.CallOption) (*GetNamespaceExportSinkResponse, error)
	// Get export sinks
	GetNamespaceExportSinks(ctx context.Context, in *GetNamespaceExportSinksRequest, opts ...grpc.CallOption) (*GetNamespaceExportSinksResponse, error)
	// Update an export sink
	UpdateNamespaceExportSink(ctx context.Context, in *UpdateNamespaceExportSinkRequest, opts ...grpc.CallOption) (*UpdateNamespaceExportSinkResponse, error)
	// Delete an export sink
	DeleteNamespaceExportSink(ctx context.Context, in *DeleteNamespaceExportSinkRequest, opts ...grpc.CallOption) (*DeleteNamespaceExportSinkResponse, error)
	// Validates an export sink configuration by delivering an empty test file to the specified sink.
	// This operation verifies that the sink is correctly configured, accessible, and ready for data export.
	ValidateNamespaceExportSink(ctx context.Context, in *ValidateNamespaceExportSinkRequest, opts ...grpc.CallOption) (*ValidateNamespaceExportSinkResponse, error)
}

CloudServiceClient is the client API for CloudService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

WARNING: This service is currently experimental and may change in incompatible ways.

type CloudServiceServer

type CloudServiceServer interface {
	// Gets all known users
	GetUsers(context.Context, *GetUsersRequest) (*GetUsersResponse, error)
	// Get a user
	GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
	// Create a user
	CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error)
	// Update a user
	UpdateUser(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error)
	// Delete a user
	DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error)
	// Set a user's access to a namespace
	SetUserNamespaceAccess(context.Context, *SetUserNamespaceAccessRequest) (*SetUserNamespaceAccessResponse, error)
	// Get the latest information on an async operation
	GetAsyncOperation(context.Context, *GetAsyncOperationRequest) (*GetAsyncOperationResponse, error)
	// Create a new namespace
	CreateNamespace(context.Context, *CreateNamespaceRequest) (*CreateNamespaceResponse, error)
	// Get all namespaces
	GetNamespaces(context.Context, *GetNamespacesRequest) (*GetNamespacesResponse, error)
	// Get a namespace
	GetNamespace(context.Context, *GetNamespaceRequest) (*GetNamespaceResponse, error)
	// Update a namespace
	UpdateNamespace(context.Context, *UpdateNamespaceRequest) (*UpdateNamespaceResponse, error)
	// Rename an existing customer search attribute
	RenameCustomSearchAttribute(context.Context, *RenameCustomSearchAttributeRequest) (*RenameCustomSearchAttributeResponse, error)
	// Delete a namespace
	DeleteNamespace(context.Context, *DeleteNamespaceRequest) (*DeleteNamespaceResponse, error)
	// Failover a multi-region namespace
	FailoverNamespaceRegion(context.Context, *FailoverNamespaceRegionRequest) (*FailoverNamespaceRegionResponse, error)
	// Add a new region to a namespace
	AddNamespaceRegion(context.Context, *AddNamespaceRegionRequest) (*AddNamespaceRegionResponse, error)
	// Get all regions
	GetRegions(context.Context, *GetRegionsRequest) (*GetRegionsResponse, error)
	// Get a region
	GetRegion(context.Context, *GetRegionRequest) (*GetRegionResponse, error)
	// Get all known API keys
	GetApiKeys(context.Context, *GetApiKeysRequest) (*GetApiKeysResponse, error)
	// Get an API key
	GetApiKey(context.Context, *GetApiKeyRequest) (*GetApiKeyResponse, error)
	// Create an API key
	CreateApiKey(context.Context, *CreateApiKeyRequest) (*CreateApiKeyResponse, error)
	// Update an API key
	UpdateApiKey(context.Context, *UpdateApiKeyRequest) (*UpdateApiKeyResponse, error)
	// Delete an API key
	DeleteApiKey(context.Context, *DeleteApiKeyRequest) (*DeleteApiKeyResponse, error)
	// Gets nexus endpoints
	GetNexusEndpoints(context.Context, *GetNexusEndpointsRequest) (*GetNexusEndpointsResponse, error)
	// Get a nexus endpoint
	GetNexusEndpoint(context.Context, *GetNexusEndpointRequest) (*GetNexusEndpointResponse, error)
	// Create a nexus endpoint
	CreateNexusEndpoint(context.Context, *CreateNexusEndpointRequest) (*CreateNexusEndpointResponse, error)
	// Update a nexus endpoint
	UpdateNexusEndpoint(context.Context, *UpdateNexusEndpointRequest) (*UpdateNexusEndpointResponse, error)
	// Delete a nexus endpoint
	DeleteNexusEndpoint(context.Context, *DeleteNexusEndpointRequest) (*DeleteNexusEndpointResponse, error)
	// Get all user groups
	GetUserGroups(context.Context, *GetUserGroupsRequest) (*GetUserGroupsResponse, error)
	// Get a user group
	GetUserGroup(context.Context, *GetUserGroupRequest) (*GetUserGroupResponse, error)
	// Create new a user group
	CreateUserGroup(context.Context, *CreateUserGroupRequest) (*CreateUserGroupResponse, error)
	// Update a user group
	UpdateUserGroup(context.Context, *UpdateUserGroupRequest) (*UpdateUserGroupResponse, error)
	// Delete a user group
	DeleteUserGroup(context.Context, *DeleteUserGroupRequest) (*DeleteUserGroupResponse, error)
	// Set a user group's access to a namespace
	SetUserGroupNamespaceAccess(context.Context, *SetUserGroupNamespaceAccessRequest) (*SetUserGroupNamespaceAccessResponse, error)
	// Create a service account.
	CreateServiceAccount(context.Context, *CreateServiceAccountRequest) (*CreateServiceAccountResponse, error)
	// Get a service account.
	GetServiceAccount(context.Context, *GetServiceAccountRequest) (*GetServiceAccountResponse, error)
	// Get service accounts.
	GetServiceAccounts(context.Context, *GetServiceAccountsRequest) (*GetServiceAccountsResponse, error)
	// Update a service account.
	UpdateServiceAccount(context.Context, *UpdateServiceAccountRequest) (*UpdateServiceAccountResponse, error)
	// Delete a service account.
	DeleteServiceAccount(context.Context, *DeleteServiceAccountRequest) (*DeleteServiceAccountResponse, error)
	// WARNING: Pre-Release Feature
	// Get usage data across namespaces
	GetUsage(context.Context, *GetUsageRequest) (*GetUsageResponse, error)
	// Get account information.
	GetAccount(context.Context, *GetAccountRequest) (*GetAccountResponse, error)
	// Update account information.
	UpdateAccount(context.Context, *UpdateAccountRequest) (*UpdateAccountResponse, error)
	// Create an export sink
	CreateNamespaceExportSink(context.Context, *CreateNamespaceExportSinkRequest) (*CreateNamespaceExportSinkResponse, error)
	// Get an export sink
	GetNamespaceExportSink(context.Context, *GetNamespaceExportSinkRequest) (*GetNamespaceExportSinkResponse, error)
	// Get export sinks
	GetNamespaceExportSinks(context.Context, *GetNamespaceExportSinksRequest) (*GetNamespaceExportSinksResponse, error)
	// Update an export sink
	UpdateNamespaceExportSink(context.Context, *UpdateNamespaceExportSinkRequest) (*UpdateNamespaceExportSinkResponse, error)
	// Delete an export sink
	DeleteNamespaceExportSink(context.Context, *DeleteNamespaceExportSinkRequest) (*DeleteNamespaceExportSinkResponse, error)
	// Validates an export sink configuration by delivering an empty test file to the specified sink.
	// This operation verifies that the sink is correctly configured, accessible, and ready for data export.
	ValidateNamespaceExportSink(context.Context, *ValidateNamespaceExportSinkRequest) (*ValidateNamespaceExportSinkResponse, error)
	// contains filtered or unexported methods
}

CloudServiceServer is the server API for CloudService service. All implementations must embed UnimplementedCloudServiceServer for forward compatibility.

WARNING: This service is currently experimental and may change in incompatible ways.

type CreateApiKeyRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use CreateApiKeyRequest.ProtoReflect.Descriptor instead.

func (*CreateApiKeyRequest) Equal added in v1.35.0

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

Equal returns whether two CreateApiKeyRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CreateApiKeyRequest) GetAsyncOperationId added in v1.35.0

func (x *CreateApiKeyRequest) GetAsyncOperationId() string

func (*CreateApiKeyRequest) GetSpec added in v1.35.0

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

func (*CreateApiKeyRequest) Marshal added in v1.35.0

func (val *CreateApiKeyRequest) Marshal() ([]byte, error)

Marshal an object of type CreateApiKeyRequest to the protobuf v3 wire format

func (*CreateApiKeyRequest) ProtoMessage added in v1.35.0

func (*CreateApiKeyRequest) ProtoMessage()

func (*CreateApiKeyRequest) ProtoReflect added in v1.35.0

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

func (*CreateApiKeyRequest) Reset added in v1.35.0

func (x *CreateApiKeyRequest) Reset()

func (*CreateApiKeyRequest) Size added in v1.35.0

func (val *CreateApiKeyRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*CreateApiKeyRequest) String added in v1.35.0

func (x *CreateApiKeyRequest) String() string

func (*CreateApiKeyRequest) Unmarshal added in v1.35.0

func (val *CreateApiKeyRequest) Unmarshal(buf []byte) error

Unmarshal an object of type CreateApiKeyRequest from the protobuf v3 wire format

type CreateApiKeyResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use CreateApiKeyResponse.ProtoReflect.Descriptor instead.

func (*CreateApiKeyResponse) Equal added in v1.35.0

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

Equal returns whether two CreateApiKeyResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CreateApiKeyResponse) GetAsyncOperation added in v1.35.0

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

func (*CreateApiKeyResponse) GetKeyId added in v1.35.0

func (x *CreateApiKeyResponse) GetKeyId() string

func (*CreateApiKeyResponse) GetToken added in v1.35.0

func (x *CreateApiKeyResponse) GetToken() string

func (*CreateApiKeyResponse) Marshal added in v1.35.0

func (val *CreateApiKeyResponse) Marshal() ([]byte, error)

Marshal an object of type CreateApiKeyResponse to the protobuf v3 wire format

func (*CreateApiKeyResponse) ProtoMessage added in v1.35.0

func (*CreateApiKeyResponse) ProtoMessage()

func (*CreateApiKeyResponse) ProtoReflect added in v1.35.0

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

func (*CreateApiKeyResponse) Reset added in v1.35.0

func (x *CreateApiKeyResponse) Reset()

func (*CreateApiKeyResponse) Size added in v1.35.0

func (val *CreateApiKeyResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*CreateApiKeyResponse) String added in v1.35.0

func (x *CreateApiKeyResponse) String() string

func (*CreateApiKeyResponse) Unmarshal added in v1.35.0

func (val *CreateApiKeyResponse) Unmarshal(buf []byte) error

Unmarshal an object of type CreateApiKeyResponse from the protobuf v3 wire format

type CreateNamespaceExportSinkRequest added in v1.42.0

type CreateNamespaceExportSinkRequest struct {

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

func (*CreateNamespaceExportSinkRequest) Descriptor deprecated added in v1.42.0

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

Deprecated: Use CreateNamespaceExportSinkRequest.ProtoReflect.Descriptor instead.

func (*CreateNamespaceExportSinkRequest) Equal added in v1.42.0

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

Equal returns whether two CreateNamespaceExportSinkRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CreateNamespaceExportSinkRequest) GetAsyncOperationId added in v1.42.0

func (x *CreateNamespaceExportSinkRequest) GetAsyncOperationId() string

func (*CreateNamespaceExportSinkRequest) GetNamespace added in v1.42.0

func (x *CreateNamespaceExportSinkRequest) GetNamespace() string

func (*CreateNamespaceExportSinkRequest) GetSpec added in v1.42.0

func (*CreateNamespaceExportSinkRequest) Marshal added in v1.42.0

func (val *CreateNamespaceExportSinkRequest) Marshal() ([]byte, error)

Marshal an object of type CreateNamespaceExportSinkRequest to the protobuf v3 wire format

func (*CreateNamespaceExportSinkRequest) ProtoMessage added in v1.42.0

func (*CreateNamespaceExportSinkRequest) ProtoMessage()

func (*CreateNamespaceExportSinkRequest) ProtoReflect added in v1.42.0

func (*CreateNamespaceExportSinkRequest) Reset added in v1.42.0

func (*CreateNamespaceExportSinkRequest) Size added in v1.42.0

Size returns the size of the object, in bytes, once serialized

func (*CreateNamespaceExportSinkRequest) String added in v1.42.0

func (*CreateNamespaceExportSinkRequest) Unmarshal added in v1.42.0

func (val *CreateNamespaceExportSinkRequest) Unmarshal(buf []byte) error

Unmarshal an object of type CreateNamespaceExportSinkRequest from the protobuf v3 wire format

type CreateNamespaceExportSinkResponse added in v1.42.0

type CreateNamespaceExportSinkResponse 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 (*CreateNamespaceExportSinkResponse) Descriptor deprecated added in v1.42.0

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

Deprecated: Use CreateNamespaceExportSinkResponse.ProtoReflect.Descriptor instead.

func (*CreateNamespaceExportSinkResponse) Equal added in v1.42.0

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

Equal returns whether two CreateNamespaceExportSinkResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CreateNamespaceExportSinkResponse) GetAsyncOperation added in v1.42.0

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

func (*CreateNamespaceExportSinkResponse) Marshal added in v1.42.0

func (val *CreateNamespaceExportSinkResponse) Marshal() ([]byte, error)

Marshal an object of type CreateNamespaceExportSinkResponse to the protobuf v3 wire format

func (*CreateNamespaceExportSinkResponse) ProtoMessage added in v1.42.0

func (*CreateNamespaceExportSinkResponse) ProtoMessage()

func (*CreateNamespaceExportSinkResponse) ProtoReflect added in v1.42.0

func (*CreateNamespaceExportSinkResponse) Reset added in v1.42.0

func (*CreateNamespaceExportSinkResponse) Size added in v1.42.0

Size returns the size of the object, in bytes, once serialized

func (*CreateNamespaceExportSinkResponse) String added in v1.42.0

func (*CreateNamespaceExportSinkResponse) Unmarshal added in v1.42.0

func (val *CreateNamespaceExportSinkResponse) Unmarshal(buf []byte) error

Unmarshal an object of type CreateNamespaceExportSinkResponse from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use CreateNamespaceRequest.ProtoReflect.Descriptor instead.

func (*CreateNamespaceRequest) Equal

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

Equal returns whether two CreateNamespaceRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CreateNamespaceRequest) GetAsyncOperationId

func (x *CreateNamespaceRequest) GetAsyncOperationId() string

func (*CreateNamespaceRequest) GetSpec

func (*CreateNamespaceRequest) Marshal

func (val *CreateNamespaceRequest) Marshal() ([]byte, error)

Marshal an object of type CreateNamespaceRequest to the protobuf v3 wire format

func (*CreateNamespaceRequest) ProtoMessage

func (*CreateNamespaceRequest) ProtoMessage()

func (*CreateNamespaceRequest) ProtoReflect

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

func (*CreateNamespaceRequest) Reset

func (x *CreateNamespaceRequest) Reset()

func (*CreateNamespaceRequest) Size

func (val *CreateNamespaceRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*CreateNamespaceRequest) String

func (x *CreateNamespaceRequest) String() string

func (*CreateNamespaceRequest) Unmarshal

func (val *CreateNamespaceRequest) Unmarshal(buf []byte) error

Unmarshal an object of type CreateNamespaceRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use CreateNamespaceResponse.ProtoReflect.Descriptor instead.

func (*CreateNamespaceResponse) Equal

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

Equal returns whether two CreateNamespaceResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CreateNamespaceResponse) GetAsyncOperation

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

func (*CreateNamespaceResponse) GetNamespace

func (x *CreateNamespaceResponse) GetNamespace() string

func (*CreateNamespaceResponse) Marshal

func (val *CreateNamespaceResponse) Marshal() ([]byte, error)

Marshal an object of type CreateNamespaceResponse to the protobuf v3 wire format

func (*CreateNamespaceResponse) ProtoMessage

func (*CreateNamespaceResponse) ProtoMessage()

func (*CreateNamespaceResponse) ProtoReflect

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

func (*CreateNamespaceResponse) Reset

func (x *CreateNamespaceResponse) Reset()

func (*CreateNamespaceResponse) Size

func (val *CreateNamespaceResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*CreateNamespaceResponse) String

func (x *CreateNamespaceResponse) String() string

func (*CreateNamespaceResponse) Unmarshal

func (val *CreateNamespaceResponse) Unmarshal(buf []byte) error

Unmarshal an object of type CreateNamespaceResponse from the protobuf v3 wire format

type CreateNexusEndpointRequest added in v1.40.0

type CreateNexusEndpointRequest struct {

	// The spec for the nexus endpoint.
	Spec *v14.EndpointSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,2,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNexusEndpointRequest) Descriptor deprecated added in v1.40.0

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

Deprecated: Use CreateNexusEndpointRequest.ProtoReflect.Descriptor instead.

func (*CreateNexusEndpointRequest) Equal added in v1.40.0

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

Equal returns whether two CreateNexusEndpointRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CreateNexusEndpointRequest) GetAsyncOperationId added in v1.40.0

func (x *CreateNexusEndpointRequest) GetAsyncOperationId() string

func (*CreateNexusEndpointRequest) GetSpec added in v1.40.0

func (*CreateNexusEndpointRequest) Marshal added in v1.40.0

func (val *CreateNexusEndpointRequest) Marshal() ([]byte, error)

Marshal an object of type CreateNexusEndpointRequest to the protobuf v3 wire format

func (*CreateNexusEndpointRequest) ProtoMessage added in v1.40.0

func (*CreateNexusEndpointRequest) ProtoMessage()

func (*CreateNexusEndpointRequest) ProtoReflect added in v1.40.0

func (*CreateNexusEndpointRequest) Reset added in v1.40.0

func (x *CreateNexusEndpointRequest) Reset()

func (*CreateNexusEndpointRequest) Size added in v1.40.0

func (val *CreateNexusEndpointRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*CreateNexusEndpointRequest) String added in v1.40.0

func (x *CreateNexusEndpointRequest) String() string

func (*CreateNexusEndpointRequest) Unmarshal added in v1.40.0

func (val *CreateNexusEndpointRequest) Unmarshal(buf []byte) error

Unmarshal an object of type CreateNexusEndpointRequest from the protobuf v3 wire format

type CreateNexusEndpointResponse added in v1.40.0

type CreateNexusEndpointResponse struct {

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

func (*CreateNexusEndpointResponse) Descriptor deprecated added in v1.40.0

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

Deprecated: Use CreateNexusEndpointResponse.ProtoReflect.Descriptor instead.

func (*CreateNexusEndpointResponse) Equal added in v1.40.0

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

Equal returns whether two CreateNexusEndpointResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CreateNexusEndpointResponse) GetAsyncOperation added in v1.40.0

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

func (*CreateNexusEndpointResponse) GetEndpointId added in v1.40.0

func (x *CreateNexusEndpointResponse) GetEndpointId() string

func (*CreateNexusEndpointResponse) Marshal added in v1.40.0

func (val *CreateNexusEndpointResponse) Marshal() ([]byte, error)

Marshal an object of type CreateNexusEndpointResponse to the protobuf v3 wire format

func (*CreateNexusEndpointResponse) ProtoMessage added in v1.40.0

func (*CreateNexusEndpointResponse) ProtoMessage()

func (*CreateNexusEndpointResponse) ProtoReflect added in v1.40.0

func (*CreateNexusEndpointResponse) Reset added in v1.40.0

func (x *CreateNexusEndpointResponse) Reset()

func (*CreateNexusEndpointResponse) Size added in v1.40.0

func (val *CreateNexusEndpointResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*CreateNexusEndpointResponse) String added in v1.40.0

func (x *CreateNexusEndpointResponse) String() string

func (*CreateNexusEndpointResponse) Unmarshal added in v1.40.0

func (val *CreateNexusEndpointResponse) Unmarshal(buf []byte) error

Unmarshal an object of type CreateNexusEndpointResponse from the protobuf v3 wire format

type CreateServiceAccountRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use CreateServiceAccountRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceAccountRequest) Equal added in v1.35.0

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

Equal returns whether two CreateServiceAccountRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CreateServiceAccountRequest) GetAsyncOperationId added in v1.35.0

func (x *CreateServiceAccountRequest) GetAsyncOperationId() string

func (*CreateServiceAccountRequest) GetSpec added in v1.35.0

func (*CreateServiceAccountRequest) Marshal added in v1.35.0

func (val *CreateServiceAccountRequest) Marshal() ([]byte, error)

Marshal an object of type CreateServiceAccountRequest to the protobuf v3 wire format

func (*CreateServiceAccountRequest) ProtoMessage added in v1.35.0

func (*CreateServiceAccountRequest) ProtoMessage()

func (*CreateServiceAccountRequest) ProtoReflect added in v1.35.0

func (*CreateServiceAccountRequest) Reset added in v1.35.0

func (x *CreateServiceAccountRequest) Reset()

func (*CreateServiceAccountRequest) Size added in v1.35.0

func (val *CreateServiceAccountRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*CreateServiceAccountRequest) String added in v1.35.0

func (x *CreateServiceAccountRequest) String() string

func (*CreateServiceAccountRequest) Unmarshal added in v1.35.0

func (val *CreateServiceAccountRequest) Unmarshal(buf []byte) error

Unmarshal an object of type CreateServiceAccountRequest from the protobuf v3 wire format

type CreateServiceAccountResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use CreateServiceAccountResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceAccountResponse) Equal added in v1.35.0

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

Equal returns whether two CreateServiceAccountResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CreateServiceAccountResponse) GetAsyncOperation added in v1.35.0

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

func (*CreateServiceAccountResponse) GetServiceAccountId added in v1.35.0

func (x *CreateServiceAccountResponse) GetServiceAccountId() string

func (*CreateServiceAccountResponse) Marshal added in v1.35.0

func (val *CreateServiceAccountResponse) Marshal() ([]byte, error)

Marshal an object of type CreateServiceAccountResponse to the protobuf v3 wire format

func (*CreateServiceAccountResponse) ProtoMessage added in v1.35.0

func (*CreateServiceAccountResponse) ProtoMessage()

func (*CreateServiceAccountResponse) ProtoReflect added in v1.35.0

func (*CreateServiceAccountResponse) Reset added in v1.35.0

func (x *CreateServiceAccountResponse) Reset()

func (*CreateServiceAccountResponse) Size added in v1.35.0

func (val *CreateServiceAccountResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*CreateServiceAccountResponse) String added in v1.35.0

func (*CreateServiceAccountResponse) Unmarshal added in v1.35.0

func (val *CreateServiceAccountResponse) Unmarshal(buf []byte) error

Unmarshal an object of type CreateServiceAccountResponse from the protobuf v3 wire format

type CreateUserGroupRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use CreateUserGroupRequest.ProtoReflect.Descriptor instead.

func (*CreateUserGroupRequest) Equal added in v1.35.0

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

Equal returns whether two CreateUserGroupRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CreateUserGroupRequest) GetAsyncOperationId added in v1.35.0

func (x *CreateUserGroupRequest) GetAsyncOperationId() string

func (*CreateUserGroupRequest) GetSpec added in v1.35.0

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

func (*CreateUserGroupRequest) Marshal added in v1.35.0

func (val *CreateUserGroupRequest) Marshal() ([]byte, error)

Marshal an object of type CreateUserGroupRequest to the protobuf v3 wire format

func (*CreateUserGroupRequest) ProtoMessage added in v1.35.0

func (*CreateUserGroupRequest) ProtoMessage()

func (*CreateUserGroupRequest) ProtoReflect added in v1.35.0

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

func (*CreateUserGroupRequest) Reset added in v1.35.0

func (x *CreateUserGroupRequest) Reset()

func (*CreateUserGroupRequest) Size added in v1.35.0

func (val *CreateUserGroupRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*CreateUserGroupRequest) String added in v1.35.0

func (x *CreateUserGroupRequest) String() string

func (*CreateUserGroupRequest) Unmarshal added in v1.35.0

func (val *CreateUserGroupRequest) Unmarshal(buf []byte) error

Unmarshal an object of type CreateUserGroupRequest from the protobuf v3 wire format

type CreateUserGroupResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use CreateUserGroupResponse.ProtoReflect.Descriptor instead.

func (*CreateUserGroupResponse) Equal added in v1.35.0

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

Equal returns whether two CreateUserGroupResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CreateUserGroupResponse) GetAsyncOperation added in v1.35.0

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

func (*CreateUserGroupResponse) GetGroupId added in v1.35.0

func (x *CreateUserGroupResponse) GetGroupId() string

func (*CreateUserGroupResponse) Marshal added in v1.35.0

func (val *CreateUserGroupResponse) Marshal() ([]byte, error)

Marshal an object of type CreateUserGroupResponse to the protobuf v3 wire format

func (*CreateUserGroupResponse) ProtoMessage added in v1.35.0

func (*CreateUserGroupResponse) ProtoMessage()

func (*CreateUserGroupResponse) ProtoReflect added in v1.35.0

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

func (*CreateUserGroupResponse) Reset added in v1.35.0

func (x *CreateUserGroupResponse) Reset()

func (*CreateUserGroupResponse) Size added in v1.35.0

func (val *CreateUserGroupResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*CreateUserGroupResponse) String added in v1.35.0

func (x *CreateUserGroupResponse) String() string

func (*CreateUserGroupResponse) Unmarshal added in v1.35.0

func (val *CreateUserGroupResponse) Unmarshal(buf []byte) error

Unmarshal an object of type CreateUserGroupResponse from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.

func (*CreateUserRequest) Equal

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

Equal returns whether two CreateUserRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CreateUserRequest) GetAsyncOperationId

func (x *CreateUserRequest) GetAsyncOperationId() string

func (*CreateUserRequest) GetSpec

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

func (*CreateUserRequest) Marshal

func (val *CreateUserRequest) Marshal() ([]byte, error)

Marshal an object of type CreateUserRequest to the protobuf v3 wire format

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) ProtoReflect

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

func (*CreateUserRequest) Reset

func (x *CreateUserRequest) Reset()

func (*CreateUserRequest) Size

func (val *CreateUserRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*CreateUserRequest) String

func (x *CreateUserRequest) String() string

func (*CreateUserRequest) Unmarshal

func (val *CreateUserRequest) Unmarshal(buf []byte) error

Unmarshal an object of type CreateUserRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.

func (*CreateUserResponse) Equal

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

Equal returns whether two CreateUserResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*CreateUserResponse) GetAsyncOperation

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

func (*CreateUserResponse) GetUserId

func (x *CreateUserResponse) GetUserId() string

func (*CreateUserResponse) Marshal

func (val *CreateUserResponse) Marshal() ([]byte, error)

Marshal an object of type CreateUserResponse to the protobuf v3 wire format

func (*CreateUserResponse) ProtoMessage

func (*CreateUserResponse) ProtoMessage()

func (*CreateUserResponse) ProtoReflect

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

func (*CreateUserResponse) Reset

func (x *CreateUserResponse) Reset()

func (*CreateUserResponse) Size

func (val *CreateUserResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*CreateUserResponse) String

func (x *CreateUserResponse) String() string

func (*CreateUserResponse) Unmarshal

func (val *CreateUserResponse) Unmarshal(buf []byte) error

Unmarshal an object of type CreateUserResponse from the protobuf v3 wire format

type DeleteApiKeyRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use DeleteApiKeyRequest.ProtoReflect.Descriptor instead.

func (*DeleteApiKeyRequest) Equal added in v1.35.0

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

Equal returns whether two DeleteApiKeyRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*DeleteApiKeyRequest) GetAsyncOperationId added in v1.35.0

func (x *DeleteApiKeyRequest) GetAsyncOperationId() string

func (*DeleteApiKeyRequest) GetKeyId added in v1.35.0

func (x *DeleteApiKeyRequest) GetKeyId() string

func (*DeleteApiKeyRequest) GetResourceVersion added in v1.35.0

func (x *DeleteApiKeyRequest) GetResourceVersion() string

func (*DeleteApiKeyRequest) Marshal added in v1.35.0

func (val *DeleteApiKeyRequest) Marshal() ([]byte, error)

Marshal an object of type DeleteApiKeyRequest to the protobuf v3 wire format

func (*DeleteApiKeyRequest) ProtoMessage added in v1.35.0

func (*DeleteApiKeyRequest) ProtoMessage()

func (*DeleteApiKeyRequest) ProtoReflect added in v1.35.0

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

func (*DeleteApiKeyRequest) Reset added in v1.35.0

func (x *DeleteApiKeyRequest) Reset()

func (*DeleteApiKeyRequest) Size added in v1.35.0

func (val *DeleteApiKeyRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*DeleteApiKeyRequest) String added in v1.35.0

func (x *DeleteApiKeyRequest) String() string

func (*DeleteApiKeyRequest) Unmarshal added in v1.35.0

func (val *DeleteApiKeyRequest) Unmarshal(buf []byte) error

Unmarshal an object of type DeleteApiKeyRequest from the protobuf v3 wire format

type DeleteApiKeyResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use DeleteApiKeyResponse.ProtoReflect.Descriptor instead.

func (*DeleteApiKeyResponse) Equal added in v1.35.0

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

Equal returns whether two DeleteApiKeyResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*DeleteApiKeyResponse) GetAsyncOperation added in v1.35.0

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

func (*DeleteApiKeyResponse) Marshal added in v1.35.0

func (val *DeleteApiKeyResponse) Marshal() ([]byte, error)

Marshal an object of type DeleteApiKeyResponse to the protobuf v3 wire format

func (*DeleteApiKeyResponse) ProtoMessage added in v1.35.0

func (*DeleteApiKeyResponse) ProtoMessage()

func (*DeleteApiKeyResponse) ProtoReflect added in v1.35.0

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

func (*DeleteApiKeyResponse) Reset added in v1.35.0

func (x *DeleteApiKeyResponse) Reset()

func (*DeleteApiKeyResponse) Size added in v1.35.0

func (val *DeleteApiKeyResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*DeleteApiKeyResponse) String added in v1.35.0

func (x *DeleteApiKeyResponse) String() string

func (*DeleteApiKeyResponse) Unmarshal added in v1.35.0

func (val *DeleteApiKeyResponse) Unmarshal(buf []byte) error

Unmarshal an object of type DeleteApiKeyResponse from the protobuf v3 wire format

type DeleteNamespaceExportSinkRequest added in v1.42.0

type DeleteNamespaceExportSinkRequest struct {

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

func (*DeleteNamespaceExportSinkRequest) Descriptor deprecated added in v1.42.0

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

Deprecated: Use DeleteNamespaceExportSinkRequest.ProtoReflect.Descriptor instead.

func (*DeleteNamespaceExportSinkRequest) Equal added in v1.42.0

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

Equal returns whether two DeleteNamespaceExportSinkRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*DeleteNamespaceExportSinkRequest) GetAsyncOperationId added in v1.42.0

func (x *DeleteNamespaceExportSinkRequest) GetAsyncOperationId() string

func (*DeleteNamespaceExportSinkRequest) GetName added in v1.42.0

func (*DeleteNamespaceExportSinkRequest) GetNamespace added in v1.42.0

func (x *DeleteNamespaceExportSinkRequest) GetNamespace() string

func (*DeleteNamespaceExportSinkRequest) GetResourceVersion added in v1.42.0

func (x *DeleteNamespaceExportSinkRequest) GetResourceVersion() string

func (*DeleteNamespaceExportSinkRequest) Marshal added in v1.42.0

func (val *DeleteNamespaceExportSinkRequest) Marshal() ([]byte, error)

Marshal an object of type DeleteNamespaceExportSinkRequest to the protobuf v3 wire format

func (*DeleteNamespaceExportSinkRequest) ProtoMessage added in v1.42.0

func (*DeleteNamespaceExportSinkRequest) ProtoMessage()

func (*DeleteNamespaceExportSinkRequest) ProtoReflect added in v1.42.0

func (*DeleteNamespaceExportSinkRequest) Reset added in v1.42.0

func (*DeleteNamespaceExportSinkRequest) Size added in v1.42.0

Size returns the size of the object, in bytes, once serialized

func (*DeleteNamespaceExportSinkRequest) String added in v1.42.0

func (*DeleteNamespaceExportSinkRequest) Unmarshal added in v1.42.0

func (val *DeleteNamespaceExportSinkRequest) Unmarshal(buf []byte) error

Unmarshal an object of type DeleteNamespaceExportSinkRequest from the protobuf v3 wire format

type DeleteNamespaceExportSinkResponse added in v1.42.0

type DeleteNamespaceExportSinkResponse 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 (*DeleteNamespaceExportSinkResponse) Descriptor deprecated added in v1.42.0

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

Deprecated: Use DeleteNamespaceExportSinkResponse.ProtoReflect.Descriptor instead.

func (*DeleteNamespaceExportSinkResponse) Equal added in v1.42.0

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

Equal returns whether two DeleteNamespaceExportSinkResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*DeleteNamespaceExportSinkResponse) GetAsyncOperation added in v1.42.0

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

func (*DeleteNamespaceExportSinkResponse) Marshal added in v1.42.0

func (val *DeleteNamespaceExportSinkResponse) Marshal() ([]byte, error)

Marshal an object of type DeleteNamespaceExportSinkResponse to the protobuf v3 wire format

func (*DeleteNamespaceExportSinkResponse) ProtoMessage added in v1.42.0

func (*DeleteNamespaceExportSinkResponse) ProtoMessage()

func (*DeleteNamespaceExportSinkResponse) ProtoReflect added in v1.42.0

func (*DeleteNamespaceExportSinkResponse) Reset added in v1.42.0

func (*DeleteNamespaceExportSinkResponse) Size added in v1.42.0

Size returns the size of the object, in bytes, once serialized

func (*DeleteNamespaceExportSinkResponse) String added in v1.42.0

func (*DeleteNamespaceExportSinkResponse) Unmarshal added in v1.42.0

func (val *DeleteNamespaceExportSinkResponse) Unmarshal(buf []byte) error

Unmarshal an object of type DeleteNamespaceExportSinkResponse from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use DeleteNamespaceRequest.ProtoReflect.Descriptor instead.

func (*DeleteNamespaceRequest) Equal

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

Equal returns whether two DeleteNamespaceRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

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

func (val *DeleteNamespaceRequest) Marshal() ([]byte, error)

Marshal an object of type DeleteNamespaceRequest to the protobuf v3 wire format

func (*DeleteNamespaceRequest) ProtoMessage

func (*DeleteNamespaceRequest) ProtoMessage()

func (*DeleteNamespaceRequest) ProtoReflect

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

func (*DeleteNamespaceRequest) Reset

func (x *DeleteNamespaceRequest) Reset()

func (*DeleteNamespaceRequest) Size

func (val *DeleteNamespaceRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*DeleteNamespaceRequest) String

func (x *DeleteNamespaceRequest) String() string

func (*DeleteNamespaceRequest) Unmarshal

func (val *DeleteNamespaceRequest) Unmarshal(buf []byte) error

Unmarshal an object of type DeleteNamespaceRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use DeleteNamespaceResponse.ProtoReflect.Descriptor instead.

func (*DeleteNamespaceResponse) Equal

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

Equal returns whether two DeleteNamespaceResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*DeleteNamespaceResponse) GetAsyncOperation

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

func (*DeleteNamespaceResponse) Marshal

func (val *DeleteNamespaceResponse) Marshal() ([]byte, error)

Marshal an object of type DeleteNamespaceResponse to the protobuf v3 wire format

func (*DeleteNamespaceResponse) ProtoMessage

func (*DeleteNamespaceResponse) ProtoMessage()

func (*DeleteNamespaceResponse) ProtoReflect

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

func (*DeleteNamespaceResponse) Reset

func (x *DeleteNamespaceResponse) Reset()

func (*DeleteNamespaceResponse) Size

func (val *DeleteNamespaceResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*DeleteNamespaceResponse) String

func (x *DeleteNamespaceResponse) String() string

func (*DeleteNamespaceResponse) Unmarshal

func (val *DeleteNamespaceResponse) Unmarshal(buf []byte) error

Unmarshal an object of type DeleteNamespaceResponse from the protobuf v3 wire format

type DeleteNexusEndpointRequest added in v1.40.0

type DeleteNexusEndpointRequest struct {

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

func (*DeleteNexusEndpointRequest) Descriptor deprecated added in v1.40.0

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

Deprecated: Use DeleteNexusEndpointRequest.ProtoReflect.Descriptor instead.

func (*DeleteNexusEndpointRequest) Equal added in v1.40.0

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

Equal returns whether two DeleteNexusEndpointRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*DeleteNexusEndpointRequest) GetAsyncOperationId added in v1.40.0

func (x *DeleteNexusEndpointRequest) GetAsyncOperationId() string

func (*DeleteNexusEndpointRequest) GetEndpointId added in v1.40.0

func (x *DeleteNexusEndpointRequest) GetEndpointId() string

func (*DeleteNexusEndpointRequest) GetResourceVersion added in v1.40.0

func (x *DeleteNexusEndpointRequest) GetResourceVersion() string

func (*DeleteNexusEndpointRequest) Marshal added in v1.40.0

func (val *DeleteNexusEndpointRequest) Marshal() ([]byte, error)

Marshal an object of type DeleteNexusEndpointRequest to the protobuf v3 wire format

func (*DeleteNexusEndpointRequest) ProtoMessage added in v1.40.0

func (*DeleteNexusEndpointRequest) ProtoMessage()

func (*DeleteNexusEndpointRequest) ProtoReflect added in v1.40.0

func (*DeleteNexusEndpointRequest) Reset added in v1.40.0

func (x *DeleteNexusEndpointRequest) Reset()

func (*DeleteNexusEndpointRequest) Size added in v1.40.0

func (val *DeleteNexusEndpointRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*DeleteNexusEndpointRequest) String added in v1.40.0

func (x *DeleteNexusEndpointRequest) String() string

func (*DeleteNexusEndpointRequest) Unmarshal added in v1.40.0

func (val *DeleteNexusEndpointRequest) Unmarshal(buf []byte) error

Unmarshal an object of type DeleteNexusEndpointRequest from the protobuf v3 wire format

type DeleteNexusEndpointResponse added in v1.40.0

type DeleteNexusEndpointResponse 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 (*DeleteNexusEndpointResponse) Descriptor deprecated added in v1.40.0

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

Deprecated: Use DeleteNexusEndpointResponse.ProtoReflect.Descriptor instead.

func (*DeleteNexusEndpointResponse) Equal added in v1.40.0

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

Equal returns whether two DeleteNexusEndpointResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*DeleteNexusEndpointResponse) GetAsyncOperation added in v1.40.0

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

func (*DeleteNexusEndpointResponse) Marshal added in v1.40.0

func (val *DeleteNexusEndpointResponse) Marshal() ([]byte, error)

Marshal an object of type DeleteNexusEndpointResponse to the protobuf v3 wire format

func (*DeleteNexusEndpointResponse) ProtoMessage added in v1.40.0

func (*DeleteNexusEndpointResponse) ProtoMessage()

func (*DeleteNexusEndpointResponse) ProtoReflect added in v1.40.0

func (*DeleteNexusEndpointResponse) Reset added in v1.40.0

func (x *DeleteNexusEndpointResponse) Reset()

func (*DeleteNexusEndpointResponse) Size added in v1.40.0

func (val *DeleteNexusEndpointResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*DeleteNexusEndpointResponse) String added in v1.40.0

func (x *DeleteNexusEndpointResponse) String() string

func (*DeleteNexusEndpointResponse) Unmarshal added in v1.40.0

func (val *DeleteNexusEndpointResponse) Unmarshal(buf []byte) error

Unmarshal an object of type DeleteNexusEndpointResponse from the protobuf v3 wire format

type DeleteServiceAccountRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use DeleteServiceAccountRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceAccountRequest) Equal added in v1.35.0

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

Equal returns whether two DeleteServiceAccountRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*DeleteServiceAccountRequest) GetAsyncOperationId added in v1.35.0

func (x *DeleteServiceAccountRequest) GetAsyncOperationId() string

func (*DeleteServiceAccountRequest) GetResourceVersion added in v1.35.0

func (x *DeleteServiceAccountRequest) GetResourceVersion() string

func (*DeleteServiceAccountRequest) GetServiceAccountId added in v1.35.0

func (x *DeleteServiceAccountRequest) GetServiceAccountId() string

func (*DeleteServiceAccountRequest) Marshal added in v1.35.0

func (val *DeleteServiceAccountRequest) Marshal() ([]byte, error)

Marshal an object of type DeleteServiceAccountRequest to the protobuf v3 wire format

func (*DeleteServiceAccountRequest) ProtoMessage added in v1.35.0

func (*DeleteServiceAccountRequest) ProtoMessage()

func (*DeleteServiceAccountRequest) ProtoReflect added in v1.35.0

func (*DeleteServiceAccountRequest) Reset added in v1.35.0

func (x *DeleteServiceAccountRequest) Reset()

func (*DeleteServiceAccountRequest) Size added in v1.35.0

func (val *DeleteServiceAccountRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*DeleteServiceAccountRequest) String added in v1.35.0

func (x *DeleteServiceAccountRequest) String() string

func (*DeleteServiceAccountRequest) Unmarshal added in v1.35.0

func (val *DeleteServiceAccountRequest) Unmarshal(buf []byte) error

Unmarshal an object of type DeleteServiceAccountRequest from the protobuf v3 wire format

type DeleteServiceAccountResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use DeleteServiceAccountResponse.ProtoReflect.Descriptor instead.

func (*DeleteServiceAccountResponse) Equal added in v1.35.0

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

Equal returns whether two DeleteServiceAccountResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*DeleteServiceAccountResponse) GetAsyncOperation added in v1.35.0

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

func (*DeleteServiceAccountResponse) Marshal added in v1.35.0

func (val *DeleteServiceAccountResponse) Marshal() ([]byte, error)

Marshal an object of type DeleteServiceAccountResponse to the protobuf v3 wire format

func (*DeleteServiceAccountResponse) ProtoMessage added in v1.35.0

func (*DeleteServiceAccountResponse) ProtoMessage()

func (*DeleteServiceAccountResponse) ProtoReflect added in v1.35.0

func (*DeleteServiceAccountResponse) Reset added in v1.35.0

func (x *DeleteServiceAccountResponse) Reset()

func (*DeleteServiceAccountResponse) Size added in v1.35.0

func (val *DeleteServiceAccountResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*DeleteServiceAccountResponse) String added in v1.35.0

func (*DeleteServiceAccountResponse) Unmarshal added in v1.35.0

func (val *DeleteServiceAccountResponse) Unmarshal(buf []byte) error

Unmarshal an object of type DeleteServiceAccountResponse from the protobuf v3 wire format

type DeleteUserGroupRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use DeleteUserGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserGroupRequest) Equal added in v1.35.0

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

Equal returns whether two DeleteUserGroupRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*DeleteUserGroupRequest) GetAsyncOperationId added in v1.35.0

func (x *DeleteUserGroupRequest) GetAsyncOperationId() string

func (*DeleteUserGroupRequest) GetGroupId added in v1.35.0

func (x *DeleteUserGroupRequest) GetGroupId() string

func (*DeleteUserGroupRequest) GetResourceVersion added in v1.35.0

func (x *DeleteUserGroupRequest) GetResourceVersion() string

func (*DeleteUserGroupRequest) Marshal added in v1.35.0

func (val *DeleteUserGroupRequest) Marshal() ([]byte, error)

Marshal an object of type DeleteUserGroupRequest to the protobuf v3 wire format

func (*DeleteUserGroupRequest) ProtoMessage added in v1.35.0

func (*DeleteUserGroupRequest) ProtoMessage()

func (*DeleteUserGroupRequest) ProtoReflect added in v1.35.0

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

func (*DeleteUserGroupRequest) Reset added in v1.35.0

func (x *DeleteUserGroupRequest) Reset()

func (*DeleteUserGroupRequest) Size added in v1.35.0

func (val *DeleteUserGroupRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*DeleteUserGroupRequest) String added in v1.35.0

func (x *DeleteUserGroupRequest) String() string

func (*DeleteUserGroupRequest) Unmarshal added in v1.35.0

func (val *DeleteUserGroupRequest) Unmarshal(buf []byte) error

Unmarshal an object of type DeleteUserGroupRequest from the protobuf v3 wire format

type DeleteUserGroupResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use DeleteUserGroupResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserGroupResponse) Equal added in v1.35.0

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

Equal returns whether two DeleteUserGroupResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*DeleteUserGroupResponse) GetAsyncOperation added in v1.35.0

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

func (*DeleteUserGroupResponse) Marshal added in v1.35.0

func (val *DeleteUserGroupResponse) Marshal() ([]byte, error)

Marshal an object of type DeleteUserGroupResponse to the protobuf v3 wire format

func (*DeleteUserGroupResponse) ProtoMessage added in v1.35.0

func (*DeleteUserGroupResponse) ProtoMessage()

func (*DeleteUserGroupResponse) ProtoReflect added in v1.35.0

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

func (*DeleteUserGroupResponse) Reset added in v1.35.0

func (x *DeleteUserGroupResponse) Reset()

func (*DeleteUserGroupResponse) Size added in v1.35.0

func (val *DeleteUserGroupResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*DeleteUserGroupResponse) String added in v1.35.0

func (x *DeleteUserGroupResponse) String() string

func (*DeleteUserGroupResponse) Unmarshal added in v1.35.0

func (val *DeleteUserGroupResponse) Unmarshal(buf []byte) error

Unmarshal an object of type DeleteUserGroupResponse from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserRequest) Equal

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

Equal returns whether two DeleteUserRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

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

func (val *DeleteUserRequest) Marshal() ([]byte, error)

Marshal an object of type DeleteUserRequest to the protobuf v3 wire format

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect

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

func (*DeleteUserRequest) Reset

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) Size

func (val *DeleteUserRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*DeleteUserRequest) String

func (x *DeleteUserRequest) String() string

func (*DeleteUserRequest) Unmarshal

func (val *DeleteUserRequest) Unmarshal(buf []byte) error

Unmarshal an object of type DeleteUserRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserResponse) Equal

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

Equal returns whether two DeleteUserResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*DeleteUserResponse) GetAsyncOperation

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

func (*DeleteUserResponse) Marshal

func (val *DeleteUserResponse) Marshal() ([]byte, error)

Marshal an object of type DeleteUserResponse to the protobuf v3 wire format

func (*DeleteUserResponse) ProtoMessage

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) ProtoReflect

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

func (*DeleteUserResponse) Reset

func (x *DeleteUserResponse) Reset()

func (*DeleteUserResponse) Size

func (val *DeleteUserResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*DeleteUserResponse) String

func (x *DeleteUserResponse) String() string

func (*DeleteUserResponse) Unmarshal

func (val *DeleteUserResponse) Unmarshal(buf []byte) error

Unmarshal an object of type DeleteUserResponse from the protobuf v3 wire format

type FailoverNamespaceRegionRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use FailoverNamespaceRegionRequest.ProtoReflect.Descriptor instead.

func (*FailoverNamespaceRegionRequest) Equal added in v1.35.0

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

Equal returns whether two FailoverNamespaceRegionRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*FailoverNamespaceRegionRequest) GetAsyncOperationId added in v1.35.0

func (x *FailoverNamespaceRegionRequest) GetAsyncOperationId() string

func (*FailoverNamespaceRegionRequest) GetNamespace added in v1.35.0

func (x *FailoverNamespaceRegionRequest) GetNamespace() string

func (*FailoverNamespaceRegionRequest) GetRegion added in v1.35.0

func (x *FailoverNamespaceRegionRequest) GetRegion() string

func (*FailoverNamespaceRegionRequest) Marshal added in v1.35.0

func (val *FailoverNamespaceRegionRequest) Marshal() ([]byte, error)

Marshal an object of type FailoverNamespaceRegionRequest to the protobuf v3 wire format

func (*FailoverNamespaceRegionRequest) ProtoMessage added in v1.35.0

func (*FailoverNamespaceRegionRequest) ProtoMessage()

func (*FailoverNamespaceRegionRequest) ProtoReflect added in v1.35.0

func (*FailoverNamespaceRegionRequest) Reset added in v1.35.0

func (x *FailoverNamespaceRegionRequest) Reset()

func (*FailoverNamespaceRegionRequest) Size added in v1.35.0

func (val *FailoverNamespaceRegionRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*FailoverNamespaceRegionRequest) String added in v1.35.0

func (*FailoverNamespaceRegionRequest) Unmarshal added in v1.35.0

func (val *FailoverNamespaceRegionRequest) Unmarshal(buf []byte) error

Unmarshal an object of type FailoverNamespaceRegionRequest from the protobuf v3 wire format

type FailoverNamespaceRegionResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use FailoverNamespaceRegionResponse.ProtoReflect.Descriptor instead.

func (*FailoverNamespaceRegionResponse) Equal added in v1.35.0

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

Equal returns whether two FailoverNamespaceRegionResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*FailoverNamespaceRegionResponse) GetAsyncOperation added in v1.35.0

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

func (*FailoverNamespaceRegionResponse) Marshal added in v1.35.0

func (val *FailoverNamespaceRegionResponse) Marshal() ([]byte, error)

Marshal an object of type FailoverNamespaceRegionResponse to the protobuf v3 wire format

func (*FailoverNamespaceRegionResponse) ProtoMessage added in v1.35.0

func (*FailoverNamespaceRegionResponse) ProtoMessage()

func (*FailoverNamespaceRegionResponse) ProtoReflect added in v1.35.0

func (*FailoverNamespaceRegionResponse) Reset added in v1.35.0

func (*FailoverNamespaceRegionResponse) Size added in v1.35.0

Size returns the size of the object, in bytes, once serialized

func (*FailoverNamespaceRegionResponse) String added in v1.35.0

func (*FailoverNamespaceRegionResponse) Unmarshal added in v1.35.0

func (val *FailoverNamespaceRegionResponse) Unmarshal(buf []byte) error

Unmarshal an object of type FailoverNamespaceRegionResponse from the protobuf v3 wire format

type GetAccountRequest added in v1.40.0

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

func (*GetAccountRequest) Descriptor deprecated added in v1.40.0

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

Deprecated: Use GetAccountRequest.ProtoReflect.Descriptor instead.

func (*GetAccountRequest) Equal added in v1.40.0

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

Equal returns whether two GetAccountRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetAccountRequest) Marshal added in v1.40.0

func (val *GetAccountRequest) Marshal() ([]byte, error)

Marshal an object of type GetAccountRequest to the protobuf v3 wire format

func (*GetAccountRequest) ProtoMessage added in v1.40.0

func (*GetAccountRequest) ProtoMessage()

func (*GetAccountRequest) ProtoReflect added in v1.40.0

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

func (*GetAccountRequest) Reset added in v1.40.0

func (x *GetAccountRequest) Reset()

func (*GetAccountRequest) Size added in v1.40.0

func (val *GetAccountRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetAccountRequest) String added in v1.40.0

func (x *GetAccountRequest) String() string

func (*GetAccountRequest) Unmarshal added in v1.40.0

func (val *GetAccountRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetAccountRequest from the protobuf v3 wire format

type GetAccountResponse added in v1.40.0

type GetAccountResponse struct {

	// The account.
	Account *v16.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountResponse) Descriptor deprecated added in v1.40.0

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

Deprecated: Use GetAccountResponse.ProtoReflect.Descriptor instead.

func (*GetAccountResponse) Equal added in v1.40.0

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

Equal returns whether two GetAccountResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetAccountResponse) GetAccount added in v1.40.0

func (x *GetAccountResponse) GetAccount() *v16.Account

func (*GetAccountResponse) Marshal added in v1.40.0

func (val *GetAccountResponse) Marshal() ([]byte, error)

Marshal an object of type GetAccountResponse to the protobuf v3 wire format

func (*GetAccountResponse) ProtoMessage added in v1.40.0

func (*GetAccountResponse) ProtoMessage()

func (*GetAccountResponse) ProtoReflect added in v1.40.0

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

func (*GetAccountResponse) Reset added in v1.40.0

func (x *GetAccountResponse) Reset()

func (*GetAccountResponse) Size added in v1.40.0

func (val *GetAccountResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetAccountResponse) String added in v1.40.0

func (x *GetAccountResponse) String() string

func (*GetAccountResponse) Unmarshal added in v1.40.0

func (val *GetAccountResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetAccountResponse from the protobuf v3 wire format

type GetApiKeyRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use GetApiKeyRequest.ProtoReflect.Descriptor instead.

func (*GetApiKeyRequest) Equal added in v1.35.0

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

Equal returns whether two GetApiKeyRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetApiKeyRequest) GetKeyId added in v1.35.0

func (x *GetApiKeyRequest) GetKeyId() string

func (*GetApiKeyRequest) Marshal added in v1.35.0

func (val *GetApiKeyRequest) Marshal() ([]byte, error)

Marshal an object of type GetApiKeyRequest to the protobuf v3 wire format

func (*GetApiKeyRequest) ProtoMessage added in v1.35.0

func (*GetApiKeyRequest) ProtoMessage()

func (*GetApiKeyRequest) ProtoReflect added in v1.35.0

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

func (*GetApiKeyRequest) Reset added in v1.35.0

func (x *GetApiKeyRequest) Reset()

func (*GetApiKeyRequest) Size added in v1.35.0

func (val *GetApiKeyRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetApiKeyRequest) String added in v1.35.0

func (x *GetApiKeyRequest) String() string

func (*GetApiKeyRequest) Unmarshal added in v1.35.0

func (val *GetApiKeyRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetApiKeyRequest from the protobuf v3 wire format

type GetApiKeyResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use GetApiKeyResponse.ProtoReflect.Descriptor instead.

func (*GetApiKeyResponse) Equal added in v1.35.0

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

Equal returns whether two GetApiKeyResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetApiKeyResponse) GetApiKey added in v1.35.0

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

func (*GetApiKeyResponse) Marshal added in v1.35.0

func (val *GetApiKeyResponse) Marshal() ([]byte, error)

Marshal an object of type GetApiKeyResponse to the protobuf v3 wire format

func (*GetApiKeyResponse) ProtoMessage added in v1.35.0

func (*GetApiKeyResponse) ProtoMessage()

func (*GetApiKeyResponse) ProtoReflect added in v1.35.0

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

func (*GetApiKeyResponse) Reset added in v1.35.0

func (x *GetApiKeyResponse) Reset()

func (*GetApiKeyResponse) Size added in v1.35.0

func (val *GetApiKeyResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetApiKeyResponse) String added in v1.35.0

func (x *GetApiKeyResponse) String() string

func (*GetApiKeyResponse) Unmarshal added in v1.35.0

func (val *GetApiKeyResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetApiKeyResponse from the protobuf v3 wire format

type GetApiKeysRequest added in v1.35.0

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
	//
	// Deprecated: Marked as deprecated in temporal/api/cloud/cloudservice/v1/request_response.proto.
	OwnerTypeDeprecated string `protobuf:"bytes,4,opt,name=owner_type_deprecated,json=ownerTypeDeprecated,proto3" json:"owner_type_deprecated,omitempty"`
	// Filter api keys by owner type - optional.
	// temporal:enums:replaces=owner_type_deprecated
	OwnerType v1.OwnerType `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetApiKeysRequest) Descriptor deprecated added in v1.35.0

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

Deprecated: Use GetApiKeysRequest.ProtoReflect.Descriptor instead.

func (*GetApiKeysRequest) Equal added in v1.35.0

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

Equal returns whether two GetApiKeysRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetApiKeysRequest) GetOwnerId added in v1.35.0

func (x *GetApiKeysRequest) GetOwnerId() string

func (*GetApiKeysRequest) GetOwnerType added in v1.35.0

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

func (*GetApiKeysRequest) GetOwnerTypeDeprecated deprecated added in v1.40.0

func (x *GetApiKeysRequest) GetOwnerTypeDeprecated() string

Deprecated: Marked as deprecated in temporal/api/cloud/cloudservice/v1/request_response.proto.

func (*GetApiKeysRequest) GetPageSize added in v1.35.0

func (x *GetApiKeysRequest) GetPageSize() int32

func (*GetApiKeysRequest) GetPageToken added in v1.35.0

func (x *GetApiKeysRequest) GetPageToken() string

func (*GetApiKeysRequest) Marshal added in v1.35.0

func (val *GetApiKeysRequest) Marshal() ([]byte, error)

Marshal an object of type GetApiKeysRequest to the protobuf v3 wire format

func (*GetApiKeysRequest) ProtoMessage added in v1.35.0

func (*GetApiKeysRequest) ProtoMessage()

func (*GetApiKeysRequest) ProtoReflect added in v1.35.0

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

func (*GetApiKeysRequest) Reset added in v1.35.0

func (x *GetApiKeysRequest) Reset()

func (*GetApiKeysRequest) Size added in v1.35.0

func (val *GetApiKeysRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetApiKeysRequest) String added in v1.35.0

func (x *GetApiKeysRequest) String() string

func (*GetApiKeysRequest) Unmarshal added in v1.35.0

func (val *GetApiKeysRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetApiKeysRequest from the protobuf v3 wire format

type GetApiKeysResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use GetApiKeysResponse.ProtoReflect.Descriptor instead.

func (*GetApiKeysResponse) Equal added in v1.35.0

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

Equal returns whether two GetApiKeysResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetApiKeysResponse) GetApiKeys added in v1.35.0

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

func (*GetApiKeysResponse) GetNextPageToken added in v1.35.0

func (x *GetApiKeysResponse) GetNextPageToken() string

func (*GetApiKeysResponse) Marshal added in v1.35.0

func (val *GetApiKeysResponse) Marshal() ([]byte, error)

Marshal an object of type GetApiKeysResponse to the protobuf v3 wire format

func (*GetApiKeysResponse) ProtoMessage added in v1.35.0

func (*GetApiKeysResponse) ProtoMessage()

func (*GetApiKeysResponse) ProtoReflect added in v1.35.0

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

func (*GetApiKeysResponse) Reset added in v1.35.0

func (x *GetApiKeysResponse) Reset()

func (*GetApiKeysResponse) Size added in v1.35.0

func (val *GetApiKeysResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetApiKeysResponse) String added in v1.35.0

func (x *GetApiKeysResponse) String() string

func (*GetApiKeysResponse) Unmarshal added in v1.35.0

func (val *GetApiKeysResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetApiKeysResponse from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use GetAsyncOperationRequest.ProtoReflect.Descriptor instead.

func (*GetAsyncOperationRequest) Equal

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

Equal returns whether two GetAsyncOperationRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetAsyncOperationRequest) GetAsyncOperationId

func (x *GetAsyncOperationRequest) GetAsyncOperationId() string

func (*GetAsyncOperationRequest) Marshal

func (val *GetAsyncOperationRequest) Marshal() ([]byte, error)

Marshal an object of type GetAsyncOperationRequest to the protobuf v3 wire format

func (*GetAsyncOperationRequest) ProtoMessage

func (*GetAsyncOperationRequest) ProtoMessage()

func (*GetAsyncOperationRequest) ProtoReflect

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

func (*GetAsyncOperationRequest) Reset

func (x *GetAsyncOperationRequest) Reset()

func (*GetAsyncOperationRequest) Size

func (val *GetAsyncOperationRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetAsyncOperationRequest) String

func (x *GetAsyncOperationRequest) String() string

func (*GetAsyncOperationRequest) Unmarshal

func (val *GetAsyncOperationRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetAsyncOperationRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use GetAsyncOperationResponse.ProtoReflect.Descriptor instead.

func (*GetAsyncOperationResponse) Equal

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

Equal returns whether two GetAsyncOperationResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetAsyncOperationResponse) GetAsyncOperation

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

func (*GetAsyncOperationResponse) Marshal

func (val *GetAsyncOperationResponse) Marshal() ([]byte, error)

Marshal an object of type GetAsyncOperationResponse to the protobuf v3 wire format

func (*GetAsyncOperationResponse) ProtoMessage

func (*GetAsyncOperationResponse) ProtoMessage()

func (*GetAsyncOperationResponse) ProtoReflect

func (*GetAsyncOperationResponse) Reset

func (x *GetAsyncOperationResponse) Reset()

func (*GetAsyncOperationResponse) Size

func (val *GetAsyncOperationResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetAsyncOperationResponse) String

func (x *GetAsyncOperationResponse) String() string

func (*GetAsyncOperationResponse) Unmarshal

func (val *GetAsyncOperationResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetAsyncOperationResponse from the protobuf v3 wire format

type GetNamespaceExportSinkRequest added in v1.42.0

type GetNamespaceExportSinkRequest struct {

	// The namespace to which the sink belongs.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The name of the sink to retrieve.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceExportSinkRequest) Descriptor deprecated added in v1.42.0

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

Deprecated: Use GetNamespaceExportSinkRequest.ProtoReflect.Descriptor instead.

func (*GetNamespaceExportSinkRequest) Equal added in v1.42.0

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

Equal returns whether two GetNamespaceExportSinkRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetNamespaceExportSinkRequest) GetName added in v1.42.0

func (*GetNamespaceExportSinkRequest) GetNamespace added in v1.42.0

func (x *GetNamespaceExportSinkRequest) GetNamespace() string

func (*GetNamespaceExportSinkRequest) Marshal added in v1.42.0

func (val *GetNamespaceExportSinkRequest) Marshal() ([]byte, error)

Marshal an object of type GetNamespaceExportSinkRequest to the protobuf v3 wire format

func (*GetNamespaceExportSinkRequest) ProtoMessage added in v1.42.0

func (*GetNamespaceExportSinkRequest) ProtoMessage()

func (*GetNamespaceExportSinkRequest) ProtoReflect added in v1.42.0

func (*GetNamespaceExportSinkRequest) Reset added in v1.42.0

func (x *GetNamespaceExportSinkRequest) Reset()

func (*GetNamespaceExportSinkRequest) Size added in v1.42.0

func (val *GetNamespaceExportSinkRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetNamespaceExportSinkRequest) String added in v1.42.0

func (*GetNamespaceExportSinkRequest) Unmarshal added in v1.42.0

func (val *GetNamespaceExportSinkRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetNamespaceExportSinkRequest from the protobuf v3 wire format

type GetNamespaceExportSinkResponse added in v1.42.0

type GetNamespaceExportSinkResponse struct {

	// The export sink retrieved.
	Sink *v12.ExportSink `protobuf:"bytes,1,opt,name=sink,proto3" json:"sink,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceExportSinkResponse) Descriptor deprecated added in v1.42.0

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

Deprecated: Use GetNamespaceExportSinkResponse.ProtoReflect.Descriptor instead.

func (*GetNamespaceExportSinkResponse) Equal added in v1.42.0

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

Equal returns whether two GetNamespaceExportSinkResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetNamespaceExportSinkResponse) GetSink added in v1.42.0

func (*GetNamespaceExportSinkResponse) Marshal added in v1.42.0

func (val *GetNamespaceExportSinkResponse) Marshal() ([]byte, error)

Marshal an object of type GetNamespaceExportSinkResponse to the protobuf v3 wire format

func (*GetNamespaceExportSinkResponse) ProtoMessage added in v1.42.0

func (*GetNamespaceExportSinkResponse) ProtoMessage()

func (*GetNamespaceExportSinkResponse) ProtoReflect added in v1.42.0

func (*GetNamespaceExportSinkResponse) Reset added in v1.42.0

func (x *GetNamespaceExportSinkResponse) Reset()

func (*GetNamespaceExportSinkResponse) Size added in v1.42.0

func (val *GetNamespaceExportSinkResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetNamespaceExportSinkResponse) String added in v1.42.0

func (*GetNamespaceExportSinkResponse) Unmarshal added in v1.42.0

func (val *GetNamespaceExportSinkResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetNamespaceExportSinkResponse from the protobuf v3 wire format

type GetNamespaceExportSinksRequest added in v1.42.0

type GetNamespaceExportSinksRequest struct {

	// The namespace to which the sinks belong.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The requested size of the page to retrieve. Cannot exceed 1000.
	// Defaults to 100 if not specified.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceExportSinksRequest) Descriptor deprecated added in v1.42.0

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

Deprecated: Use GetNamespaceExportSinksRequest.ProtoReflect.Descriptor instead.

func (*GetNamespaceExportSinksRequest) Equal added in v1.42.0

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

Equal returns whether two GetNamespaceExportSinksRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetNamespaceExportSinksRequest) GetNamespace added in v1.42.0

func (x *GetNamespaceExportSinksRequest) GetNamespace() string

func (*GetNamespaceExportSinksRequest) GetPageSize added in v1.42.0

func (x *GetNamespaceExportSinksRequest) GetPageSize() int32

func (*GetNamespaceExportSinksRequest) GetPageToken added in v1.42.0

func (x *GetNamespaceExportSinksRequest) GetPageToken() string

func (*GetNamespaceExportSinksRequest) Marshal added in v1.42.0

func (val *GetNamespaceExportSinksRequest) Marshal() ([]byte, error)

Marshal an object of type GetNamespaceExportSinksRequest to the protobuf v3 wire format

func (*GetNamespaceExportSinksRequest) ProtoMessage added in v1.42.0

func (*GetNamespaceExportSinksRequest) ProtoMessage()

func (*GetNamespaceExportSinksRequest) ProtoReflect added in v1.42.0

func (*GetNamespaceExportSinksRequest) Reset added in v1.42.0

func (x *GetNamespaceExportSinksRequest) Reset()

func (*GetNamespaceExportSinksRequest) Size added in v1.42.0

func (val *GetNamespaceExportSinksRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetNamespaceExportSinksRequest) String added in v1.42.0

func (*GetNamespaceExportSinksRequest) Unmarshal added in v1.42.0

func (val *GetNamespaceExportSinksRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetNamespaceExportSinksRequest from the protobuf v3 wire format

type GetNamespaceExportSinksResponse added in v1.42.0

type GetNamespaceExportSinksResponse struct {

	// The list of export sinks retrieved.
	Sinks []*v12.ExportSink `protobuf:"bytes,1,rep,name=sinks,proto3" json:"sinks,omitempty"`
	// The next page token, set if there is another page.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceExportSinksResponse) Descriptor deprecated added in v1.42.0

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

Deprecated: Use GetNamespaceExportSinksResponse.ProtoReflect.Descriptor instead.

func (*GetNamespaceExportSinksResponse) Equal added in v1.42.0

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

Equal returns whether two GetNamespaceExportSinksResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetNamespaceExportSinksResponse) GetNextPageToken added in v1.42.0

func (x *GetNamespaceExportSinksResponse) GetNextPageToken() string

func (*GetNamespaceExportSinksResponse) GetSinks added in v1.42.0

func (*GetNamespaceExportSinksResponse) Marshal added in v1.42.0

func (val *GetNamespaceExportSinksResponse) Marshal() ([]byte, error)

Marshal an object of type GetNamespaceExportSinksResponse to the protobuf v3 wire format

func (*GetNamespaceExportSinksResponse) ProtoMessage added in v1.42.0

func (*GetNamespaceExportSinksResponse) ProtoMessage()

func (*GetNamespaceExportSinksResponse) ProtoReflect added in v1.42.0

func (*GetNamespaceExportSinksResponse) Reset added in v1.42.0

func (*GetNamespaceExportSinksResponse) Size added in v1.42.0

Size returns the size of the object, in bytes, once serialized

func (*GetNamespaceExportSinksResponse) String added in v1.42.0

func (*GetNamespaceExportSinksResponse) Unmarshal added in v1.42.0

func (val *GetNamespaceExportSinksResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetNamespaceExportSinksResponse from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use GetNamespaceRequest.ProtoReflect.Descriptor instead.

func (*GetNamespaceRequest) Equal

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

Equal returns whether two GetNamespaceRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetNamespaceRequest) GetNamespace

func (x *GetNamespaceRequest) GetNamespace() string

func (*GetNamespaceRequest) Marshal

func (val *GetNamespaceRequest) Marshal() ([]byte, error)

Marshal an object of type GetNamespaceRequest to the protobuf v3 wire format

func (*GetNamespaceRequest) ProtoMessage

func (*GetNamespaceRequest) ProtoMessage()

func (*GetNamespaceRequest) ProtoReflect

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

func (*GetNamespaceRequest) Reset

func (x *GetNamespaceRequest) Reset()

func (*GetNamespaceRequest) Size

func (val *GetNamespaceRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetNamespaceRequest) String

func (x *GetNamespaceRequest) String() string

func (*GetNamespaceRequest) Unmarshal

func (val *GetNamespaceRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetNamespaceRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use GetNamespaceResponse.ProtoReflect.Descriptor instead.

func (*GetNamespaceResponse) Equal

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

Equal returns whether two GetNamespaceResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetNamespaceResponse) GetNamespace

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

func (*GetNamespaceResponse) Marshal

func (val *GetNamespaceResponse) Marshal() ([]byte, error)

Marshal an object of type GetNamespaceResponse to the protobuf v3 wire format

func (*GetNamespaceResponse) ProtoMessage

func (*GetNamespaceResponse) ProtoMessage()

func (*GetNamespaceResponse) ProtoReflect

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

func (*GetNamespaceResponse) Reset

func (x *GetNamespaceResponse) Reset()

func (*GetNamespaceResponse) Size

func (val *GetNamespaceResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetNamespaceResponse) String

func (x *GetNamespaceResponse) String() string

func (*GetNamespaceResponse) Unmarshal

func (val *GetNamespaceResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetNamespaceResponse from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use GetNamespacesRequest.ProtoReflect.Descriptor instead.

func (*GetNamespacesRequest) Equal

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

Equal returns whether two GetNamespacesRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

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

func (val *GetNamespacesRequest) Marshal() ([]byte, error)

Marshal an object of type GetNamespacesRequest to the protobuf v3 wire format

func (*GetNamespacesRequest) ProtoMessage

func (*GetNamespacesRequest) ProtoMessage()

func (*GetNamespacesRequest) ProtoReflect

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

func (*GetNamespacesRequest) Reset

func (x *GetNamespacesRequest) Reset()

func (*GetNamespacesRequest) Size

func (val *GetNamespacesRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetNamespacesRequest) String

func (x *GetNamespacesRequest) String() string

func (*GetNamespacesRequest) Unmarshal

func (val *GetNamespacesRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetNamespacesRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use GetNamespacesResponse.ProtoReflect.Descriptor instead.

func (*GetNamespacesResponse) Equal

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

Equal returns whether two GetNamespacesResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetNamespacesResponse) GetNamespaces

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

func (*GetNamespacesResponse) GetNextPageToken

func (x *GetNamespacesResponse) GetNextPageToken() string

func (*GetNamespacesResponse) Marshal

func (val *GetNamespacesResponse) Marshal() ([]byte, error)

Marshal an object of type GetNamespacesResponse to the protobuf v3 wire format

func (*GetNamespacesResponse) ProtoMessage

func (*GetNamespacesResponse) ProtoMessage()

func (*GetNamespacesResponse) ProtoReflect

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

func (*GetNamespacesResponse) Reset

func (x *GetNamespacesResponse) Reset()

func (*GetNamespacesResponse) Size

func (val *GetNamespacesResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetNamespacesResponse) String

func (x *GetNamespacesResponse) String() string

func (*GetNamespacesResponse) Unmarshal

func (val *GetNamespacesResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetNamespacesResponse from the protobuf v3 wire format

type GetNexusEndpointRequest added in v1.40.0

type GetNexusEndpointRequest struct {

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

func (*GetNexusEndpointRequest) Descriptor deprecated added in v1.40.0

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

Deprecated: Use GetNexusEndpointRequest.ProtoReflect.Descriptor instead.

func (*GetNexusEndpointRequest) Equal added in v1.40.0

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

Equal returns whether two GetNexusEndpointRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetNexusEndpointRequest) GetEndpointId added in v1.40.0

func (x *GetNexusEndpointRequest) GetEndpointId() string

func (*GetNexusEndpointRequest) Marshal added in v1.40.0

func (val *GetNexusEndpointRequest) Marshal() ([]byte, error)

Marshal an object of type GetNexusEndpointRequest to the protobuf v3 wire format

func (*GetNexusEndpointRequest) ProtoMessage added in v1.40.0

func (*GetNexusEndpointRequest) ProtoMessage()

func (*GetNexusEndpointRequest) ProtoReflect added in v1.40.0

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

func (*GetNexusEndpointRequest) Reset added in v1.40.0

func (x *GetNexusEndpointRequest) Reset()

func (*GetNexusEndpointRequest) Size added in v1.40.0

func (val *GetNexusEndpointRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetNexusEndpointRequest) String added in v1.40.0

func (x *GetNexusEndpointRequest) String() string

func (*GetNexusEndpointRequest) Unmarshal added in v1.40.0

func (val *GetNexusEndpointRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetNexusEndpointRequest from the protobuf v3 wire format

type GetNexusEndpointResponse added in v1.40.0

type GetNexusEndpointResponse struct {

	// The nexus endpoint.
	Endpoint *v14.Endpoint `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNexusEndpointResponse) Descriptor deprecated added in v1.40.0

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

Deprecated: Use GetNexusEndpointResponse.ProtoReflect.Descriptor instead.

func (*GetNexusEndpointResponse) Equal added in v1.40.0

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

Equal returns whether two GetNexusEndpointResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetNexusEndpointResponse) GetEndpoint added in v1.40.0

func (x *GetNexusEndpointResponse) GetEndpoint() *v14.Endpoint

func (*GetNexusEndpointResponse) Marshal added in v1.40.0

func (val *GetNexusEndpointResponse) Marshal() ([]byte, error)

Marshal an object of type GetNexusEndpointResponse to the protobuf v3 wire format

func (*GetNexusEndpointResponse) ProtoMessage added in v1.40.0

func (*GetNexusEndpointResponse) ProtoMessage()

func (*GetNexusEndpointResponse) ProtoReflect added in v1.40.0

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

func (*GetNexusEndpointResponse) Reset added in v1.40.0

func (x *GetNexusEndpointResponse) Reset()

func (*GetNexusEndpointResponse) Size added in v1.40.0

func (val *GetNexusEndpointResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetNexusEndpointResponse) String added in v1.40.0

func (x *GetNexusEndpointResponse) String() string

func (*GetNexusEndpointResponse) Unmarshal added in v1.40.0

func (val *GetNexusEndpointResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetNexusEndpointResponse from the protobuf v3 wire format

type GetNexusEndpointsRequest added in v1.40.0

type GetNexusEndpointsRequest struct {

	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// optional, treated as an AND if specified
	TargetNamespaceId string `protobuf:"bytes,3,opt,name=target_namespace_id,json=targetNamespaceId,proto3" json:"target_namespace_id,omitempty"`
	// optional, treated as an AND if specified
	TargetTaskQueue string `protobuf:"bytes,4,opt,name=target_task_queue,json=targetTaskQueue,proto3" json:"target_task_queue,omitempty"`
	// Filter endpoints by their name - optional, treated as an AND if specified. Specifying this will result in zero or one results.
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNexusEndpointsRequest) Descriptor deprecated added in v1.40.0

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

Deprecated: Use GetNexusEndpointsRequest.ProtoReflect.Descriptor instead.

func (*GetNexusEndpointsRequest) Equal added in v1.40.0

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

Equal returns whether two GetNexusEndpointsRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetNexusEndpointsRequest) GetName added in v1.40.0

func (x *GetNexusEndpointsRequest) GetName() string

func (*GetNexusEndpointsRequest) GetPageSize added in v1.40.0

func (x *GetNexusEndpointsRequest) GetPageSize() int32

func (*GetNexusEndpointsRequest) GetPageToken added in v1.40.0

func (x *GetNexusEndpointsRequest) GetPageToken() string

func (*GetNexusEndpointsRequest) GetTargetNamespaceId added in v1.40.0

func (x *GetNexusEndpointsRequest) GetTargetNamespaceId() string

func (*GetNexusEndpointsRequest) GetTargetTaskQueue added in v1.40.0

func (x *GetNexusEndpointsRequest) GetTargetTaskQueue() string

func (*GetNexusEndpointsRequest) Marshal added in v1.40.0

func (val *GetNexusEndpointsRequest) Marshal() ([]byte, error)

Marshal an object of type GetNexusEndpointsRequest to the protobuf v3 wire format

func (*GetNexusEndpointsRequest) ProtoMessage added in v1.40.0

func (*GetNexusEndpointsRequest) ProtoMessage()

func (*GetNexusEndpointsRequest) ProtoReflect added in v1.40.0

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

func (*GetNexusEndpointsRequest) Reset added in v1.40.0

func (x *GetNexusEndpointsRequest) Reset()

func (*GetNexusEndpointsRequest) Size added in v1.40.0

func (val *GetNexusEndpointsRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetNexusEndpointsRequest) String added in v1.40.0

func (x *GetNexusEndpointsRequest) String() string

func (*GetNexusEndpointsRequest) Unmarshal added in v1.40.0

func (val *GetNexusEndpointsRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetNexusEndpointsRequest from the protobuf v3 wire format

type GetNexusEndpointsResponse added in v1.40.0

type GetNexusEndpointsResponse struct {

	// The list of endpoints in ascending id order.
	Endpoints []*v14.Endpoint `protobuf:"bytes,1,rep,name=endpoints,proto3" json:"endpoints,omitempty"`
	// The next page's token.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNexusEndpointsResponse) Descriptor deprecated added in v1.40.0

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

Deprecated: Use GetNexusEndpointsResponse.ProtoReflect.Descriptor instead.

func (*GetNexusEndpointsResponse) Equal added in v1.40.0

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

Equal returns whether two GetNexusEndpointsResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetNexusEndpointsResponse) GetEndpoints added in v1.40.0

func (x *GetNexusEndpointsResponse) GetEndpoints() []*v14.Endpoint

func (*GetNexusEndpointsResponse) GetNextPageToken added in v1.40.0

func (x *GetNexusEndpointsResponse) GetNextPageToken() string

func (*GetNexusEndpointsResponse) Marshal added in v1.40.0

func (val *GetNexusEndpointsResponse) Marshal() ([]byte, error)

Marshal an object of type GetNexusEndpointsResponse to the protobuf v3 wire format

func (*GetNexusEndpointsResponse) ProtoMessage added in v1.40.0

func (*GetNexusEndpointsResponse) ProtoMessage()

func (*GetNexusEndpointsResponse) ProtoReflect added in v1.40.0

func (*GetNexusEndpointsResponse) Reset added in v1.40.0

func (x *GetNexusEndpointsResponse) Reset()

func (*GetNexusEndpointsResponse) Size added in v1.40.0

func (val *GetNexusEndpointsResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetNexusEndpointsResponse) String added in v1.40.0

func (x *GetNexusEndpointsResponse) String() string

func (*GetNexusEndpointsResponse) Unmarshal added in v1.40.0

func (val *GetNexusEndpointsResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetNexusEndpointsResponse from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use GetRegionRequest.ProtoReflect.Descriptor instead.

func (*GetRegionRequest) Equal

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

Equal returns whether two GetRegionRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetRegionRequest) GetRegion

func (x *GetRegionRequest) GetRegion() string

func (*GetRegionRequest) Marshal

func (val *GetRegionRequest) Marshal() ([]byte, error)

Marshal an object of type GetRegionRequest to the protobuf v3 wire format

func (*GetRegionRequest) ProtoMessage

func (*GetRegionRequest) ProtoMessage()

func (*GetRegionRequest) ProtoReflect

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

func (*GetRegionRequest) Reset

func (x *GetRegionRequest) Reset()

func (*GetRegionRequest) Size

func (val *GetRegionRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetRegionRequest) String

func (x *GetRegionRequest) String() string

func (*GetRegionRequest) Unmarshal

func (val *GetRegionRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetRegionRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use GetRegionResponse.ProtoReflect.Descriptor instead.

func (*GetRegionResponse) Equal

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

Equal returns whether two GetRegionResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetRegionResponse) GetRegion

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

func (*GetRegionResponse) Marshal

func (val *GetRegionResponse) Marshal() ([]byte, error)

Marshal an object of type GetRegionResponse to the protobuf v3 wire format

func (*GetRegionResponse) ProtoMessage

func (*GetRegionResponse) ProtoMessage()

func (*GetRegionResponse) ProtoReflect

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

func (*GetRegionResponse) Reset

func (x *GetRegionResponse) Reset()

func (*GetRegionResponse) Size

func (val *GetRegionResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetRegionResponse) String

func (x *GetRegionResponse) String() string

func (*GetRegionResponse) Unmarshal

func (val *GetRegionResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetRegionResponse from the protobuf v3 wire format

type GetRegionsRequest

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

func (*GetRegionsRequest) Descriptor deprecated

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

Deprecated: Use GetRegionsRequest.ProtoReflect.Descriptor instead.

func (*GetRegionsRequest) Equal

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

Equal returns whether two GetRegionsRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetRegionsRequest) Marshal

func (val *GetRegionsRequest) Marshal() ([]byte, error)

Marshal an object of type GetRegionsRequest to the protobuf v3 wire format

func (*GetRegionsRequest) ProtoMessage

func (*GetRegionsRequest) ProtoMessage()

func (*GetRegionsRequest) ProtoReflect

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

func (*GetRegionsRequest) Reset

func (x *GetRegionsRequest) Reset()

func (*GetRegionsRequest) Size

func (val *GetRegionsRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetRegionsRequest) String

func (x *GetRegionsRequest) String() string

func (*GetRegionsRequest) Unmarshal

func (val *GetRegionsRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetRegionsRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use GetRegionsResponse.ProtoReflect.Descriptor instead.

func (*GetRegionsResponse) Equal

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

Equal returns whether two GetRegionsResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetRegionsResponse) GetRegions

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

func (*GetRegionsResponse) Marshal

func (val *GetRegionsResponse) Marshal() ([]byte, error)

Marshal an object of type GetRegionsResponse to the protobuf v3 wire format

func (*GetRegionsResponse) ProtoMessage

func (*GetRegionsResponse) ProtoMessage()

func (*GetRegionsResponse) ProtoReflect

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

func (*GetRegionsResponse) Reset

func (x *GetRegionsResponse) Reset()

func (*GetRegionsResponse) Size

func (val *GetRegionsResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetRegionsResponse) String

func (x *GetRegionsResponse) String() string

func (*GetRegionsResponse) Unmarshal

func (val *GetRegionsResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetRegionsResponse from the protobuf v3 wire format

type GetServiceAccountRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use GetServiceAccountRequest.ProtoReflect.Descriptor instead.

func (*GetServiceAccountRequest) Equal added in v1.35.0

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

Equal returns whether two GetServiceAccountRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetServiceAccountRequest) GetServiceAccountId added in v1.35.0

func (x *GetServiceAccountRequest) GetServiceAccountId() string

func (*GetServiceAccountRequest) Marshal added in v1.35.0

func (val *GetServiceAccountRequest) Marshal() ([]byte, error)

Marshal an object of type GetServiceAccountRequest to the protobuf v3 wire format

func (*GetServiceAccountRequest) ProtoMessage added in v1.35.0

func (*GetServiceAccountRequest) ProtoMessage()

func (*GetServiceAccountRequest) ProtoReflect added in v1.35.0

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

func (*GetServiceAccountRequest) Reset added in v1.35.0

func (x *GetServiceAccountRequest) Reset()

func (*GetServiceAccountRequest) Size added in v1.35.0

func (val *GetServiceAccountRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetServiceAccountRequest) String added in v1.35.0

func (x *GetServiceAccountRequest) String() string

func (*GetServiceAccountRequest) Unmarshal added in v1.35.0

func (val *GetServiceAccountRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetServiceAccountRequest from the protobuf v3 wire format

type GetServiceAccountResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use GetServiceAccountResponse.ProtoReflect.Descriptor instead.

func (*GetServiceAccountResponse) Equal added in v1.35.0

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

Equal returns whether two GetServiceAccountResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetServiceAccountResponse) GetServiceAccount added in v1.35.0

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

func (*GetServiceAccountResponse) Marshal added in v1.35.0

func (val *GetServiceAccountResponse) Marshal() ([]byte, error)

Marshal an object of type GetServiceAccountResponse to the protobuf v3 wire format

func (*GetServiceAccountResponse) ProtoMessage added in v1.35.0

func (*GetServiceAccountResponse) ProtoMessage()

func (*GetServiceAccountResponse) ProtoReflect added in v1.35.0

func (*GetServiceAccountResponse) Reset added in v1.35.0

func (x *GetServiceAccountResponse) Reset()

func (*GetServiceAccountResponse) Size added in v1.35.0

func (val *GetServiceAccountResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetServiceAccountResponse) String added in v1.35.0

func (x *GetServiceAccountResponse) String() string

func (*GetServiceAccountResponse) Unmarshal added in v1.35.0

func (val *GetServiceAccountResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetServiceAccountResponse from the protobuf v3 wire format

type GetServiceAccountsRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use GetServiceAccountsRequest.ProtoReflect.Descriptor instead.

func (*GetServiceAccountsRequest) Equal added in v1.35.0

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

Equal returns whether two GetServiceAccountsRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetServiceAccountsRequest) GetPageSize added in v1.35.0

func (x *GetServiceAccountsRequest) GetPageSize() int32

func (*GetServiceAccountsRequest) GetPageToken added in v1.35.0

func (x *GetServiceAccountsRequest) GetPageToken() string

func (*GetServiceAccountsRequest) Marshal added in v1.35.0

func (val *GetServiceAccountsRequest) Marshal() ([]byte, error)

Marshal an object of type GetServiceAccountsRequest to the protobuf v3 wire format

func (*GetServiceAccountsRequest) ProtoMessage added in v1.35.0

func (*GetServiceAccountsRequest) ProtoMessage()

func (*GetServiceAccountsRequest) ProtoReflect added in v1.35.0

func (*GetServiceAccountsRequest) Reset added in v1.35.0

func (x *GetServiceAccountsRequest) Reset()

func (*GetServiceAccountsRequest) Size added in v1.35.0

func (val *GetServiceAccountsRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetServiceAccountsRequest) String added in v1.35.0

func (x *GetServiceAccountsRequest) String() string

func (*GetServiceAccountsRequest) Unmarshal added in v1.35.0

func (val *GetServiceAccountsRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetServiceAccountsRequest from the protobuf v3 wire format

type GetServiceAccountsResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use GetServiceAccountsResponse.ProtoReflect.Descriptor instead.

func (*GetServiceAccountsResponse) Equal added in v1.35.0

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

Equal returns whether two GetServiceAccountsResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetServiceAccountsResponse) GetNextPageToken added in v1.35.0

func (x *GetServiceAccountsResponse) GetNextPageToken() string

func (*GetServiceAccountsResponse) GetServiceAccount added in v1.35.0

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

func (*GetServiceAccountsResponse) Marshal added in v1.35.0

func (val *GetServiceAccountsResponse) Marshal() ([]byte, error)

Marshal an object of type GetServiceAccountsResponse to the protobuf v3 wire format

func (*GetServiceAccountsResponse) ProtoMessage added in v1.35.0

func (*GetServiceAccountsResponse) ProtoMessage()

func (*GetServiceAccountsResponse) ProtoReflect added in v1.35.0

func (*GetServiceAccountsResponse) Reset added in v1.35.0

func (x *GetServiceAccountsResponse) Reset()

func (*GetServiceAccountsResponse) Size added in v1.35.0

func (val *GetServiceAccountsResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetServiceAccountsResponse) String added in v1.35.0

func (x *GetServiceAccountsResponse) String() string

func (*GetServiceAccountsResponse) Unmarshal added in v1.35.0

func (val *GetServiceAccountsResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetServiceAccountsResponse from the protobuf v3 wire format

type GetUsageRequest added in v1.40.0

type GetUsageRequest struct {

	// Filter for UTC time >= - optional.
	// Defaults to: start of the current month.
	// Must be: within the last 90 days from the current date.
	// Must be: midnight UTC time.
	StartTimeInclusive *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time_inclusive,json=startTimeInclusive,proto3" json:"start_time_inclusive,omitempty"`
	// Filter for UTC time < - optional.
	// Defaults to: start of the next UTC day.
	// Must be: within the last 90 days from the current date.
	// Must be: midnight UTC time.
	EndTimeExclusive *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time_exclusive,json=endTimeExclusive,proto3" json:"end_time_exclusive,omitempty"`
	// The requested size of the page to retrieve - optional.
	// Each count corresponds to a single object - per day per namespace
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUsageRequest) Descriptor deprecated added in v1.40.0

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

Deprecated: Use GetUsageRequest.ProtoReflect.Descriptor instead.

func (*GetUsageRequest) Equal added in v1.40.0

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

Equal returns whether two GetUsageRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetUsageRequest) GetEndTimeExclusive added in v1.40.0

func (x *GetUsageRequest) GetEndTimeExclusive() *timestamppb.Timestamp

func (*GetUsageRequest) GetPageSize added in v1.40.0

func (x *GetUsageRequest) GetPageSize() int32

func (*GetUsageRequest) GetPageToken added in v1.40.0

func (x *GetUsageRequest) GetPageToken() string

func (*GetUsageRequest) GetStartTimeInclusive added in v1.40.0

func (x *GetUsageRequest) GetStartTimeInclusive() *timestamppb.Timestamp

func (*GetUsageRequest) Marshal added in v1.40.0

func (val *GetUsageRequest) Marshal() ([]byte, error)

Marshal an object of type GetUsageRequest to the protobuf v3 wire format

func (*GetUsageRequest) ProtoMessage added in v1.40.0

func (*GetUsageRequest) ProtoMessage()

func (*GetUsageRequest) ProtoReflect added in v1.40.0

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

func (*GetUsageRequest) Reset added in v1.40.0

func (x *GetUsageRequest) Reset()

func (*GetUsageRequest) Size added in v1.40.0

func (val *GetUsageRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetUsageRequest) String added in v1.40.0

func (x *GetUsageRequest) String() string

func (*GetUsageRequest) Unmarshal added in v1.40.0

func (val *GetUsageRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetUsageRequest from the protobuf v3 wire format

type GetUsageResponse added in v1.40.0

type GetUsageResponse struct {

	// The list of data based on granularity (per Day for now)
	// Ordered by: time range in ascending order
	Summaries []*v15.Summary `protobuf:"bytes,1,rep,name=summaries,proto3" json:"summaries,omitempty"`
	// The next page's token.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUsageResponse) Descriptor deprecated added in v1.40.0

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

Deprecated: Use GetUsageResponse.ProtoReflect.Descriptor instead.

func (*GetUsageResponse) Equal added in v1.40.0

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

Equal returns whether two GetUsageResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetUsageResponse) GetNextPageToken added in v1.40.0

func (x *GetUsageResponse) GetNextPageToken() string

func (*GetUsageResponse) GetSummaries added in v1.40.0

func (x *GetUsageResponse) GetSummaries() []*v15.Summary

func (*GetUsageResponse) Marshal added in v1.40.0

func (val *GetUsageResponse) Marshal() ([]byte, error)

Marshal an object of type GetUsageResponse to the protobuf v3 wire format

func (*GetUsageResponse) ProtoMessage added in v1.40.0

func (*GetUsageResponse) ProtoMessage()

func (*GetUsageResponse) ProtoReflect added in v1.40.0

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

func (*GetUsageResponse) Reset added in v1.40.0

func (x *GetUsageResponse) Reset()

func (*GetUsageResponse) Size added in v1.40.0

func (val *GetUsageResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetUsageResponse) String added in v1.40.0

func (x *GetUsageResponse) String() string

func (*GetUsageResponse) Unmarshal added in v1.40.0

func (val *GetUsageResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetUsageResponse from the protobuf v3 wire format

type GetUserGroupRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use GetUserGroupRequest.ProtoReflect.Descriptor instead.

func (*GetUserGroupRequest) Equal added in v1.35.0

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

Equal returns whether two GetUserGroupRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetUserGroupRequest) GetGroupId added in v1.35.0

func (x *GetUserGroupRequest) GetGroupId() string

func (*GetUserGroupRequest) Marshal added in v1.35.0

func (val *GetUserGroupRequest) Marshal() ([]byte, error)

Marshal an object of type GetUserGroupRequest to the protobuf v3 wire format

func (*GetUserGroupRequest) ProtoMessage added in v1.35.0

func (*GetUserGroupRequest) ProtoMessage()

func (*GetUserGroupRequest) ProtoReflect added in v1.35.0

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

func (*GetUserGroupRequest) Reset added in v1.35.0

func (x *GetUserGroupRequest) Reset()

func (*GetUserGroupRequest) Size added in v1.35.0

func (val *GetUserGroupRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetUserGroupRequest) String added in v1.35.0

func (x *GetUserGroupRequest) String() string

func (*GetUserGroupRequest) Unmarshal added in v1.35.0

func (val *GetUserGroupRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetUserGroupRequest from the protobuf v3 wire format

type GetUserGroupResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use GetUserGroupResponse.ProtoReflect.Descriptor instead.

func (*GetUserGroupResponse) Equal added in v1.35.0

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

Equal returns whether two GetUserGroupResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetUserGroupResponse) GetGroup added in v1.35.0

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

func (*GetUserGroupResponse) Marshal added in v1.35.0

func (val *GetUserGroupResponse) Marshal() ([]byte, error)

Marshal an object of type GetUserGroupResponse to the protobuf v3 wire format

func (*GetUserGroupResponse) ProtoMessage added in v1.35.0

func (*GetUserGroupResponse) ProtoMessage()

func (*GetUserGroupResponse) ProtoReflect added in v1.35.0

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

func (*GetUserGroupResponse) Reset added in v1.35.0

func (x *GetUserGroupResponse) Reset()

func (*GetUserGroupResponse) Size added in v1.35.0

func (val *GetUserGroupResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetUserGroupResponse) String added in v1.35.0

func (x *GetUserGroupResponse) String() string

func (*GetUserGroupResponse) Unmarshal added in v1.35.0

func (val *GetUserGroupResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetUserGroupResponse from the protobuf v3 wire format

type GetUserGroupsRequest added in v1.35.0

type GetUserGroupsRequest struct {

	// The requested size of the page to retrieve - optional.
	// Cannot exceed 1000. Defaults to 100.
	PageSize int32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token if this is continuing from another response - optional.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Filter groups by the namespace they have access to - optional.
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Filter groups by the display name - optional.
	DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Filter groups by the google group specification - optional.
	GoogleGroup *GetUserGroupsRequest_GoogleGroupFilter `protobuf:"bytes,5,opt,name=google_group,json=googleGroup,proto3" json:"google_group,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserGroupsRequest) Descriptor deprecated added in v1.35.0

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

Deprecated: Use GetUserGroupsRequest.ProtoReflect.Descriptor instead.

func (*GetUserGroupsRequest) Equal added in v1.35.0

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

Equal returns whether two GetUserGroupsRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetUserGroupsRequest) GetDisplayName added in v1.35.0

func (x *GetUserGroupsRequest) GetDisplayName() string

func (*GetUserGroupsRequest) GetGoogleGroup added in v1.35.0

func (*GetUserGroupsRequest) GetNamespace added in v1.35.0

func (x *GetUserGroupsRequest) GetNamespace() string

func (*GetUserGroupsRequest) GetPageSize added in v1.35.0

func (x *GetUserGroupsRequest) GetPageSize() int32

func (*GetUserGroupsRequest) GetPageToken added in v1.35.0

func (x *GetUserGroupsRequest) GetPageToken() string

func (*GetUserGroupsRequest) Marshal added in v1.35.0

func (val *GetUserGroupsRequest) Marshal() ([]byte, error)

Marshal an object of type GetUserGroupsRequest to the protobuf v3 wire format

func (*GetUserGroupsRequest) ProtoMessage added in v1.35.0

func (*GetUserGroupsRequest) ProtoMessage()

func (*GetUserGroupsRequest) ProtoReflect added in v1.35.0

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

func (*GetUserGroupsRequest) Reset added in v1.35.0

func (x *GetUserGroupsRequest) Reset()

func (*GetUserGroupsRequest) Size added in v1.35.0

func (val *GetUserGroupsRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetUserGroupsRequest) String added in v1.35.0

func (x *GetUserGroupsRequest) String() string

func (*GetUserGroupsRequest) Unmarshal added in v1.35.0

func (val *GetUserGroupsRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetUserGroupsRequest from the protobuf v3 wire format

type GetUserGroupsRequest_GoogleGroupFilter added in v1.35.0

type GetUserGroupsRequest_GoogleGroupFilter struct {

	// Filter groups by the google group email - optional.
	EmailAddress string `protobuf:"bytes,1,opt,name=email_address,json=emailAddress,proto3" json:"email_address,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserGroupsRequest_GoogleGroupFilter) Descriptor deprecated added in v1.35.0

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

Deprecated: Use GetUserGroupsRequest_GoogleGroupFilter.ProtoReflect.Descriptor instead.

func (*GetUserGroupsRequest_GoogleGroupFilter) GetEmailAddress added in v1.35.0

func (x *GetUserGroupsRequest_GoogleGroupFilter) GetEmailAddress() string

func (*GetUserGroupsRequest_GoogleGroupFilter) ProtoMessage added in v1.35.0

func (*GetUserGroupsRequest_GoogleGroupFilter) ProtoReflect added in v1.35.0

func (*GetUserGroupsRequest_GoogleGroupFilter) Reset added in v1.35.0

func (*GetUserGroupsRequest_GoogleGroupFilter) String added in v1.35.0

type GetUserGroupsResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use GetUserGroupsResponse.ProtoReflect.Descriptor instead.

func (*GetUserGroupsResponse) Equal added in v1.35.0

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

Equal returns whether two GetUserGroupsResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetUserGroupsResponse) GetGroups added in v1.35.0

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

func (*GetUserGroupsResponse) GetNextPageToken added in v1.35.0

func (x *GetUserGroupsResponse) GetNextPageToken() string

func (*GetUserGroupsResponse) Marshal added in v1.35.0

func (val *GetUserGroupsResponse) Marshal() ([]byte, error)

Marshal an object of type GetUserGroupsResponse to the protobuf v3 wire format

func (*GetUserGroupsResponse) ProtoMessage added in v1.35.0

func (*GetUserGroupsResponse) ProtoMessage()

func (*GetUserGroupsResponse) ProtoReflect added in v1.35.0

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

func (*GetUserGroupsResponse) Reset added in v1.35.0

func (x *GetUserGroupsResponse) Reset()

func (*GetUserGroupsResponse) Size added in v1.35.0

func (val *GetUserGroupsResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetUserGroupsResponse) String added in v1.35.0

func (x *GetUserGroupsResponse) String() string

func (*GetUserGroupsResponse) Unmarshal added in v1.35.0

func (val *GetUserGroupsResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetUserGroupsResponse from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.

func (*GetUserRequest) Equal

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

Equal returns whether two GetUserRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetUserRequest) GetUserId

func (x *GetUserRequest) GetUserId() string

func (*GetUserRequest) Marshal

func (val *GetUserRequest) Marshal() ([]byte, error)

Marshal an object of type GetUserRequest to the protobuf v3 wire format

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) ProtoReflect

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

func (*GetUserRequest) Reset

func (x *GetUserRequest) Reset()

func (*GetUserRequest) Size

func (val *GetUserRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetUserRequest) String

func (x *GetUserRequest) String() string

func (*GetUserRequest) Unmarshal

func (val *GetUserRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetUserRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.

func (*GetUserResponse) Equal

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

Equal returns whether two GetUserResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetUserResponse) GetUser

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

func (*GetUserResponse) Marshal

func (val *GetUserResponse) Marshal() ([]byte, error)

Marshal an object of type GetUserResponse to the protobuf v3 wire format

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect

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

func (*GetUserResponse) Reset

func (x *GetUserResponse) Reset()

func (*GetUserResponse) Size

func (val *GetUserResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetUserResponse) String

func (x *GetUserResponse) String() string

func (*GetUserResponse) Unmarshal

func (val *GetUserResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetUserResponse from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use GetUsersRequest.ProtoReflect.Descriptor instead.

func (*GetUsersRequest) Equal

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

Equal returns whether two GetUsersRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

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

func (val *GetUsersRequest) Marshal() ([]byte, error)

Marshal an object of type GetUsersRequest to the protobuf v3 wire format

func (*GetUsersRequest) ProtoMessage

func (*GetUsersRequest) ProtoMessage()

func (*GetUsersRequest) ProtoReflect

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

func (*GetUsersRequest) Reset

func (x *GetUsersRequest) Reset()

func (*GetUsersRequest) Size

func (val *GetUsersRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetUsersRequest) String

func (x *GetUsersRequest) String() string

func (*GetUsersRequest) Unmarshal

func (val *GetUsersRequest) Unmarshal(buf []byte) error

Unmarshal an object of type GetUsersRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use GetUsersResponse.ProtoReflect.Descriptor instead.

func (*GetUsersResponse) Equal

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

Equal returns whether two GetUsersResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*GetUsersResponse) GetNextPageToken

func (x *GetUsersResponse) GetNextPageToken() string

func (*GetUsersResponse) GetUsers

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

func (*GetUsersResponse) Marshal

func (val *GetUsersResponse) Marshal() ([]byte, error)

Marshal an object of type GetUsersResponse to the protobuf v3 wire format

func (*GetUsersResponse) ProtoMessage

func (*GetUsersResponse) ProtoMessage()

func (*GetUsersResponse) ProtoReflect

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

func (*GetUsersResponse) Reset

func (x *GetUsersResponse) Reset()

func (*GetUsersResponse) Size

func (val *GetUsersResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*GetUsersResponse) String

func (x *GetUsersResponse) String() string

func (*GetUsersResponse) Unmarshal

func (val *GetUsersResponse) Unmarshal(buf []byte) error

Unmarshal an object of type GetUsersResponse from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use RenameCustomSearchAttributeRequest.ProtoReflect.Descriptor instead.

func (*RenameCustomSearchAttributeRequest) Equal

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

Equal returns whether two RenameCustomSearchAttributeRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

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

func (val *RenameCustomSearchAttributeRequest) Marshal() ([]byte, error)

Marshal an object of type RenameCustomSearchAttributeRequest to the protobuf v3 wire format

func (*RenameCustomSearchAttributeRequest) ProtoMessage

func (*RenameCustomSearchAttributeRequest) ProtoMessage()

func (*RenameCustomSearchAttributeRequest) ProtoReflect

func (*RenameCustomSearchAttributeRequest) Reset

func (*RenameCustomSearchAttributeRequest) Size

Size returns the size of the object, in bytes, once serialized

func (*RenameCustomSearchAttributeRequest) String

func (*RenameCustomSearchAttributeRequest) Unmarshal

func (val *RenameCustomSearchAttributeRequest) Unmarshal(buf []byte) error

Unmarshal an object of type RenameCustomSearchAttributeRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use RenameCustomSearchAttributeResponse.ProtoReflect.Descriptor instead.

func (*RenameCustomSearchAttributeResponse) Equal

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

Equal returns whether two RenameCustomSearchAttributeResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*RenameCustomSearchAttributeResponse) GetAsyncOperation

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

func (*RenameCustomSearchAttributeResponse) Marshal

func (val *RenameCustomSearchAttributeResponse) Marshal() ([]byte, error)

Marshal an object of type RenameCustomSearchAttributeResponse to the protobuf v3 wire format

func (*RenameCustomSearchAttributeResponse) ProtoMessage

func (*RenameCustomSearchAttributeResponse) ProtoMessage()

func (*RenameCustomSearchAttributeResponse) ProtoReflect

func (*RenameCustomSearchAttributeResponse) Reset

func (*RenameCustomSearchAttributeResponse) Size

Size returns the size of the object, in bytes, once serialized

func (*RenameCustomSearchAttributeResponse) String

func (*RenameCustomSearchAttributeResponse) Unmarshal

func (val *RenameCustomSearchAttributeResponse) Unmarshal(buf []byte) error

Unmarshal an object of type RenameCustomSearchAttributeResponse from the protobuf v3 wire format

type SetUserGroupNamespaceAccessRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use SetUserGroupNamespaceAccessRequest.ProtoReflect.Descriptor instead.

func (*SetUserGroupNamespaceAccessRequest) Equal added in v1.35.0

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

Equal returns whether two SetUserGroupNamespaceAccessRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*SetUserGroupNamespaceAccessRequest) GetAccess added in v1.35.0

func (*SetUserGroupNamespaceAccessRequest) GetAsyncOperationId added in v1.35.0

func (x *SetUserGroupNamespaceAccessRequest) GetAsyncOperationId() string

func (*SetUserGroupNamespaceAccessRequest) GetGroupId added in v1.35.0

func (*SetUserGroupNamespaceAccessRequest) GetNamespace added in v1.35.0

func (x *SetUserGroupNamespaceAccessRequest) GetNamespace() string

func (*SetUserGroupNamespaceAccessRequest) GetResourceVersion added in v1.35.0

func (x *SetUserGroupNamespaceAccessRequest) GetResourceVersion() string

func (*SetUserGroupNamespaceAccessRequest) Marshal added in v1.35.0

func (val *SetUserGroupNamespaceAccessRequest) Marshal() ([]byte, error)

Marshal an object of type SetUserGroupNamespaceAccessRequest to the protobuf v3 wire format

func (*SetUserGroupNamespaceAccessRequest) ProtoMessage added in v1.35.0

func (*SetUserGroupNamespaceAccessRequest) ProtoMessage()

func (*SetUserGroupNamespaceAccessRequest) ProtoReflect added in v1.35.0

func (*SetUserGroupNamespaceAccessRequest) Reset added in v1.35.0

func (*SetUserGroupNamespaceAccessRequest) Size added in v1.35.0

Size returns the size of the object, in bytes, once serialized

func (*SetUserGroupNamespaceAccessRequest) String added in v1.35.0

func (*SetUserGroupNamespaceAccessRequest) Unmarshal added in v1.35.0

func (val *SetUserGroupNamespaceAccessRequest) Unmarshal(buf []byte) error

Unmarshal an object of type SetUserGroupNamespaceAccessRequest from the protobuf v3 wire format

type SetUserGroupNamespaceAccessResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use SetUserGroupNamespaceAccessResponse.ProtoReflect.Descriptor instead.

func (*SetUserGroupNamespaceAccessResponse) Equal added in v1.35.0

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

Equal returns whether two SetUserGroupNamespaceAccessResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*SetUserGroupNamespaceAccessResponse) GetAsyncOperation added in v1.35.0

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

func (*SetUserGroupNamespaceAccessResponse) Marshal added in v1.35.0

func (val *SetUserGroupNamespaceAccessResponse) Marshal() ([]byte, error)

Marshal an object of type SetUserGroupNamespaceAccessResponse to the protobuf v3 wire format

func (*SetUserGroupNamespaceAccessResponse) ProtoMessage added in v1.35.0

func (*SetUserGroupNamespaceAccessResponse) ProtoMessage()

func (*SetUserGroupNamespaceAccessResponse) ProtoReflect added in v1.35.0

func (*SetUserGroupNamespaceAccessResponse) Reset added in v1.35.0

func (*SetUserGroupNamespaceAccessResponse) Size added in v1.35.0

Size returns the size of the object, in bytes, once serialized

func (*SetUserGroupNamespaceAccessResponse) String added in v1.35.0

func (*SetUserGroupNamespaceAccessResponse) Unmarshal added in v1.35.0

func (val *SetUserGroupNamespaceAccessResponse) Unmarshal(buf []byte) error

Unmarshal an object of type SetUserGroupNamespaceAccessResponse from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use SetUserNamespaceAccessRequest.ProtoReflect.Descriptor instead.

func (*SetUserNamespaceAccessRequest) Equal

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

Equal returns whether two SetUserNamespaceAccessRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

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

func (val *SetUserNamespaceAccessRequest) Marshal() ([]byte, error)

Marshal an object of type SetUserNamespaceAccessRequest to the protobuf v3 wire format

func (*SetUserNamespaceAccessRequest) ProtoMessage

func (*SetUserNamespaceAccessRequest) ProtoMessage()

func (*SetUserNamespaceAccessRequest) ProtoReflect

func (*SetUserNamespaceAccessRequest) Reset

func (x *SetUserNamespaceAccessRequest) Reset()

func (*SetUserNamespaceAccessRequest) Size

func (val *SetUserNamespaceAccessRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*SetUserNamespaceAccessRequest) String

func (*SetUserNamespaceAccessRequest) Unmarshal

func (val *SetUserNamespaceAccessRequest) Unmarshal(buf []byte) error

Unmarshal an object of type SetUserNamespaceAccessRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use SetUserNamespaceAccessResponse.ProtoReflect.Descriptor instead.

func (*SetUserNamespaceAccessResponse) Equal

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

Equal returns whether two SetUserNamespaceAccessResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*SetUserNamespaceAccessResponse) GetAsyncOperation

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

func (*SetUserNamespaceAccessResponse) Marshal

func (val *SetUserNamespaceAccessResponse) Marshal() ([]byte, error)

Marshal an object of type SetUserNamespaceAccessResponse to the protobuf v3 wire format

func (*SetUserNamespaceAccessResponse) ProtoMessage

func (*SetUserNamespaceAccessResponse) ProtoMessage()

func (*SetUserNamespaceAccessResponse) ProtoReflect

func (*SetUserNamespaceAccessResponse) Reset

func (x *SetUserNamespaceAccessResponse) Reset()

func (*SetUserNamespaceAccessResponse) Size

func (val *SetUserNamespaceAccessResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*SetUserNamespaceAccessResponse) String

func (*SetUserNamespaceAccessResponse) Unmarshal

func (val *SetUserNamespaceAccessResponse) Unmarshal(buf []byte) error

Unmarshal an object of type SetUserNamespaceAccessResponse from the protobuf v3 wire format

type UnimplementedCloudServiceServer

type UnimplementedCloudServiceServer struct{}

UnimplementedCloudServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedCloudServiceServer) AddNamespaceRegion added in v1.35.0

func (UnimplementedCloudServiceServer) CreateApiKey added in v1.35.0

func (UnimplementedCloudServiceServer) CreateNamespace

func (UnimplementedCloudServiceServer) CreateNamespaceExportSink added in v1.42.0

func (UnimplementedCloudServiceServer) CreateNexusEndpoint added in v1.40.0

func (UnimplementedCloudServiceServer) CreateServiceAccount added in v1.35.0

func (UnimplementedCloudServiceServer) CreateUser

func (UnimplementedCloudServiceServer) CreateUserGroup added in v1.35.0

func (UnimplementedCloudServiceServer) DeleteApiKey added in v1.35.0

func (UnimplementedCloudServiceServer) DeleteNamespace

func (UnimplementedCloudServiceServer) DeleteNamespaceExportSink added in v1.42.0

func (UnimplementedCloudServiceServer) DeleteNexusEndpoint added in v1.40.0

func (UnimplementedCloudServiceServer) DeleteServiceAccount added in v1.35.0

func (UnimplementedCloudServiceServer) DeleteUser

func (UnimplementedCloudServiceServer) DeleteUserGroup added in v1.35.0

func (UnimplementedCloudServiceServer) FailoverNamespaceRegion added in v1.35.0

func (UnimplementedCloudServiceServer) GetAccount added in v1.40.0

func (UnimplementedCloudServiceServer) GetApiKey added in v1.35.0

func (UnimplementedCloudServiceServer) GetApiKeys added in v1.35.0

func (UnimplementedCloudServiceServer) GetAsyncOperation

func (UnimplementedCloudServiceServer) GetNamespace

func (UnimplementedCloudServiceServer) GetNamespaceExportSink added in v1.42.0

func (UnimplementedCloudServiceServer) GetNamespaceExportSinks added in v1.42.0

func (UnimplementedCloudServiceServer) GetNamespaces

func (UnimplementedCloudServiceServer) GetNexusEndpoint added in v1.40.0

func (UnimplementedCloudServiceServer) GetNexusEndpoints added in v1.40.0

func (UnimplementedCloudServiceServer) GetRegion

func (UnimplementedCloudServiceServer) GetRegions

func (UnimplementedCloudServiceServer) GetServiceAccount added in v1.35.0

func (UnimplementedCloudServiceServer) GetServiceAccounts added in v1.35.0

func (UnimplementedCloudServiceServer) GetUsage added in v1.40.0

func (UnimplementedCloudServiceServer) GetUser

func (UnimplementedCloudServiceServer) GetUserGroup added in v1.35.0

func (UnimplementedCloudServiceServer) GetUserGroups added in v1.35.0

func (UnimplementedCloudServiceServer) GetUsers

func (UnimplementedCloudServiceServer) SetUserGroupNamespaceAccess added in v1.35.0

func (UnimplementedCloudServiceServer) UpdateAccount added in v1.40.0

func (UnimplementedCloudServiceServer) UpdateApiKey added in v1.35.0

func (UnimplementedCloudServiceServer) UpdateNamespace

func (UnimplementedCloudServiceServer) UpdateNamespaceExportSink added in v1.42.0

func (UnimplementedCloudServiceServer) UpdateNexusEndpoint added in v1.40.0

func (UnimplementedCloudServiceServer) UpdateServiceAccount added in v1.35.0

func (UnimplementedCloudServiceServer) UpdateUser

func (UnimplementedCloudServiceServer) UpdateUserGroup added in v1.35.0

func (UnimplementedCloudServiceServer) ValidateNamespaceExportSink added in v1.42.0

type UnsafeCloudServiceServer

type UnsafeCloudServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeCloudServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CloudServiceServer will result in compilation errors.

type UpdateAccountRequest added in v1.40.0

type UpdateAccountRequest struct {

	// The updated account specification to apply.
	Spec *v16.AccountSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// The version of the account for which this update is intended for.
	// The latest version can be found in the GetAccount operation response.
	ResourceVersion string `protobuf:"bytes,2,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation.
	// Optional, if not provided a random id will be generated.
	AsyncOperationId string `protobuf:"bytes,3,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAccountRequest) Descriptor deprecated added in v1.40.0

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

Deprecated: Use UpdateAccountRequest.ProtoReflect.Descriptor instead.

func (*UpdateAccountRequest) Equal added in v1.40.0

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

Equal returns whether two UpdateAccountRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*UpdateAccountRequest) GetAsyncOperationId added in v1.40.0

func (x *UpdateAccountRequest) GetAsyncOperationId() string

func (*UpdateAccountRequest) GetResourceVersion added in v1.40.0

func (x *UpdateAccountRequest) GetResourceVersion() string

func (*UpdateAccountRequest) GetSpec added in v1.40.0

func (x *UpdateAccountRequest) GetSpec() *v16.AccountSpec

func (*UpdateAccountRequest) Marshal added in v1.40.0

func (val *UpdateAccountRequest) Marshal() ([]byte, error)

Marshal an object of type UpdateAccountRequest to the protobuf v3 wire format

func (*UpdateAccountRequest) ProtoMessage added in v1.40.0

func (*UpdateAccountRequest) ProtoMessage()

func (*UpdateAccountRequest) ProtoReflect added in v1.40.0

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

func (*UpdateAccountRequest) Reset added in v1.40.0

func (x *UpdateAccountRequest) Reset()

func (*UpdateAccountRequest) Size added in v1.40.0

func (val *UpdateAccountRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*UpdateAccountRequest) String added in v1.40.0

func (x *UpdateAccountRequest) String() string

func (*UpdateAccountRequest) Unmarshal added in v1.40.0

func (val *UpdateAccountRequest) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateAccountRequest from the protobuf v3 wire format

type UpdateAccountResponse added in v1.40.0

type UpdateAccountResponse 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 (*UpdateAccountResponse) Descriptor deprecated added in v1.40.0

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

Deprecated: Use UpdateAccountResponse.ProtoReflect.Descriptor instead.

func (*UpdateAccountResponse) Equal added in v1.40.0

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

Equal returns whether two UpdateAccountResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*UpdateAccountResponse) GetAsyncOperation added in v1.40.0

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

func (*UpdateAccountResponse) Marshal added in v1.40.0

func (val *UpdateAccountResponse) Marshal() ([]byte, error)

Marshal an object of type UpdateAccountResponse to the protobuf v3 wire format

func (*UpdateAccountResponse) ProtoMessage added in v1.40.0

func (*UpdateAccountResponse) ProtoMessage()

func (*UpdateAccountResponse) ProtoReflect added in v1.40.0

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

func (*UpdateAccountResponse) Reset added in v1.40.0

func (x *UpdateAccountResponse) Reset()

func (*UpdateAccountResponse) Size added in v1.40.0

func (val *UpdateAccountResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*UpdateAccountResponse) String added in v1.40.0

func (x *UpdateAccountResponse) String() string

func (*UpdateAccountResponse) Unmarshal added in v1.40.0

func (val *UpdateAccountResponse) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateAccountResponse from the protobuf v3 wire format

type UpdateApiKeyRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use UpdateApiKeyRequest.ProtoReflect.Descriptor instead.

func (*UpdateApiKeyRequest) Equal added in v1.35.0

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

Equal returns whether two UpdateApiKeyRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*UpdateApiKeyRequest) GetAsyncOperationId added in v1.35.0

func (x *UpdateApiKeyRequest) GetAsyncOperationId() string

func (*UpdateApiKeyRequest) GetKeyId added in v1.35.0

func (x *UpdateApiKeyRequest) GetKeyId() string

func (*UpdateApiKeyRequest) GetResourceVersion added in v1.35.0

func (x *UpdateApiKeyRequest) GetResourceVersion() string

func (*UpdateApiKeyRequest) GetSpec added in v1.35.0

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

func (*UpdateApiKeyRequest) Marshal added in v1.35.0

func (val *UpdateApiKeyRequest) Marshal() ([]byte, error)

Marshal an object of type UpdateApiKeyRequest to the protobuf v3 wire format

func (*UpdateApiKeyRequest) ProtoMessage added in v1.35.0

func (*UpdateApiKeyRequest) ProtoMessage()

func (*UpdateApiKeyRequest) ProtoReflect added in v1.35.0

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

func (*UpdateApiKeyRequest) Reset added in v1.35.0

func (x *UpdateApiKeyRequest) Reset()

func (*UpdateApiKeyRequest) Size added in v1.35.0

func (val *UpdateApiKeyRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*UpdateApiKeyRequest) String added in v1.35.0

func (x *UpdateApiKeyRequest) String() string

func (*UpdateApiKeyRequest) Unmarshal added in v1.35.0

func (val *UpdateApiKeyRequest) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateApiKeyRequest from the protobuf v3 wire format

type UpdateApiKeyResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use UpdateApiKeyResponse.ProtoReflect.Descriptor instead.

func (*UpdateApiKeyResponse) Equal added in v1.35.0

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

Equal returns whether two UpdateApiKeyResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*UpdateApiKeyResponse) GetAsyncOperation added in v1.35.0

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

func (*UpdateApiKeyResponse) Marshal added in v1.35.0

func (val *UpdateApiKeyResponse) Marshal() ([]byte, error)

Marshal an object of type UpdateApiKeyResponse to the protobuf v3 wire format

func (*UpdateApiKeyResponse) ProtoMessage added in v1.35.0

func (*UpdateApiKeyResponse) ProtoMessage()

func (*UpdateApiKeyResponse) ProtoReflect added in v1.35.0

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

func (*UpdateApiKeyResponse) Reset added in v1.35.0

func (x *UpdateApiKeyResponse) Reset()

func (*UpdateApiKeyResponse) Size added in v1.35.0

func (val *UpdateApiKeyResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*UpdateApiKeyResponse) String added in v1.35.0

func (x *UpdateApiKeyResponse) String() string

func (*UpdateApiKeyResponse) Unmarshal added in v1.35.0

func (val *UpdateApiKeyResponse) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateApiKeyResponse from the protobuf v3 wire format

type UpdateNamespaceExportSinkRequest added in v1.42.0

type UpdateNamespaceExportSinkRequest struct {

	// The namespace to which the sink belongs.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The updated export sink specification.
	Spec *v12.ExportSinkSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// The version of the sink to update. The latest version can be
	// retrieved using the GetNamespaceExportSink call.
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The ID to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNamespaceExportSinkRequest) Descriptor deprecated added in v1.42.0

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

Deprecated: Use UpdateNamespaceExportSinkRequest.ProtoReflect.Descriptor instead.

func (*UpdateNamespaceExportSinkRequest) Equal added in v1.42.0

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

Equal returns whether two UpdateNamespaceExportSinkRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*UpdateNamespaceExportSinkRequest) GetAsyncOperationId added in v1.42.0

func (x *UpdateNamespaceExportSinkRequest) GetAsyncOperationId() string

func (*UpdateNamespaceExportSinkRequest) GetNamespace added in v1.42.0

func (x *UpdateNamespaceExportSinkRequest) GetNamespace() string

func (*UpdateNamespaceExportSinkRequest) GetResourceVersion added in v1.42.0

func (x *UpdateNamespaceExportSinkRequest) GetResourceVersion() string

func (*UpdateNamespaceExportSinkRequest) GetSpec added in v1.42.0

func (*UpdateNamespaceExportSinkRequest) Marshal added in v1.42.0

func (val *UpdateNamespaceExportSinkRequest) Marshal() ([]byte, error)

Marshal an object of type UpdateNamespaceExportSinkRequest to the protobuf v3 wire format

func (*UpdateNamespaceExportSinkRequest) ProtoMessage added in v1.42.0

func (*UpdateNamespaceExportSinkRequest) ProtoMessage()

func (*UpdateNamespaceExportSinkRequest) ProtoReflect added in v1.42.0

func (*UpdateNamespaceExportSinkRequest) Reset added in v1.42.0

func (*UpdateNamespaceExportSinkRequest) Size added in v1.42.0

Size returns the size of the object, in bytes, once serialized

func (*UpdateNamespaceExportSinkRequest) String added in v1.42.0

func (*UpdateNamespaceExportSinkRequest) Unmarshal added in v1.42.0

func (val *UpdateNamespaceExportSinkRequest) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateNamespaceExportSinkRequest from the protobuf v3 wire format

type UpdateNamespaceExportSinkResponse added in v1.42.0

type UpdateNamespaceExportSinkResponse 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 (*UpdateNamespaceExportSinkResponse) Descriptor deprecated added in v1.42.0

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

Deprecated: Use UpdateNamespaceExportSinkResponse.ProtoReflect.Descriptor instead.

func (*UpdateNamespaceExportSinkResponse) Equal added in v1.42.0

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

Equal returns whether two UpdateNamespaceExportSinkResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*UpdateNamespaceExportSinkResponse) GetAsyncOperation added in v1.42.0

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

func (*UpdateNamespaceExportSinkResponse) Marshal added in v1.42.0

func (val *UpdateNamespaceExportSinkResponse) Marshal() ([]byte, error)

Marshal an object of type UpdateNamespaceExportSinkResponse to the protobuf v3 wire format

func (*UpdateNamespaceExportSinkResponse) ProtoMessage added in v1.42.0

func (*UpdateNamespaceExportSinkResponse) ProtoMessage()

func (*UpdateNamespaceExportSinkResponse) ProtoReflect added in v1.42.0

func (*UpdateNamespaceExportSinkResponse) Reset added in v1.42.0

func (*UpdateNamespaceExportSinkResponse) Size added in v1.42.0

Size returns the size of the object, in bytes, once serialized

func (*UpdateNamespaceExportSinkResponse) String added in v1.42.0

func (*UpdateNamespaceExportSinkResponse) Unmarshal added in v1.42.0

func (val *UpdateNamespaceExportSinkResponse) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateNamespaceExportSinkResponse from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use UpdateNamespaceRequest.ProtoReflect.Descriptor instead.

func (*UpdateNamespaceRequest) Equal

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

Equal returns whether two UpdateNamespaceRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

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

func (val *UpdateNamespaceRequest) Marshal() ([]byte, error)

Marshal an object of type UpdateNamespaceRequest to the protobuf v3 wire format

func (*UpdateNamespaceRequest) ProtoMessage

func (*UpdateNamespaceRequest) ProtoMessage()

func (*UpdateNamespaceRequest) ProtoReflect

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

func (*UpdateNamespaceRequest) Reset

func (x *UpdateNamespaceRequest) Reset()

func (*UpdateNamespaceRequest) Size

func (val *UpdateNamespaceRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*UpdateNamespaceRequest) String

func (x *UpdateNamespaceRequest) String() string

func (*UpdateNamespaceRequest) Unmarshal

func (val *UpdateNamespaceRequest) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateNamespaceRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use UpdateNamespaceResponse.ProtoReflect.Descriptor instead.

func (*UpdateNamespaceResponse) Equal

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

Equal returns whether two UpdateNamespaceResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*UpdateNamespaceResponse) GetAsyncOperation

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

func (*UpdateNamespaceResponse) Marshal

func (val *UpdateNamespaceResponse) Marshal() ([]byte, error)

Marshal an object of type UpdateNamespaceResponse to the protobuf v3 wire format

func (*UpdateNamespaceResponse) ProtoMessage

func (*UpdateNamespaceResponse) ProtoMessage()

func (*UpdateNamespaceResponse) ProtoReflect

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

func (*UpdateNamespaceResponse) Reset

func (x *UpdateNamespaceResponse) Reset()

func (*UpdateNamespaceResponse) Size

func (val *UpdateNamespaceResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*UpdateNamespaceResponse) String

func (x *UpdateNamespaceResponse) String() string

func (*UpdateNamespaceResponse) Unmarshal

func (val *UpdateNamespaceResponse) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateNamespaceResponse from the protobuf v3 wire format

type UpdateNexusEndpointRequest added in v1.40.0

type UpdateNexusEndpointRequest struct {

	// The id of the nexus endpoint to update.
	EndpointId string `protobuf:"bytes,1,opt,name=endpoint_id,json=endpointId,proto3" json:"endpoint_id,omitempty"`
	// The updated nexus endpoint specification.
	Spec *v14.EndpointSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// The version of the nexus endpoint for which this update is intended for.
	// The latest version can be found in the GetNexusEndpoint operation response.
	ResourceVersion string `protobuf:"bytes,3,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	// The id to use for this async operation - optional.
	AsyncOperationId string `protobuf:"bytes,4,opt,name=async_operation_id,json=asyncOperationId,proto3" json:"async_operation_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateNexusEndpointRequest) Descriptor deprecated added in v1.40.0

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

Deprecated: Use UpdateNexusEndpointRequest.ProtoReflect.Descriptor instead.

func (*UpdateNexusEndpointRequest) Equal added in v1.40.0

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

Equal returns whether two UpdateNexusEndpointRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*UpdateNexusEndpointRequest) GetAsyncOperationId added in v1.40.0

func (x *UpdateNexusEndpointRequest) GetAsyncOperationId() string

func (*UpdateNexusEndpointRequest) GetEndpointId added in v1.40.0

func (x *UpdateNexusEndpointRequest) GetEndpointId() string

func (*UpdateNexusEndpointRequest) GetResourceVersion added in v1.40.0

func (x *UpdateNexusEndpointRequest) GetResourceVersion() string

func (*UpdateNexusEndpointRequest) GetSpec added in v1.40.0

func (*UpdateNexusEndpointRequest) Marshal added in v1.40.0

func (val *UpdateNexusEndpointRequest) Marshal() ([]byte, error)

Marshal an object of type UpdateNexusEndpointRequest to the protobuf v3 wire format

func (*UpdateNexusEndpointRequest) ProtoMessage added in v1.40.0

func (*UpdateNexusEndpointRequest) ProtoMessage()

func (*UpdateNexusEndpointRequest) ProtoReflect added in v1.40.0

func (*UpdateNexusEndpointRequest) Reset added in v1.40.0

func (x *UpdateNexusEndpointRequest) Reset()

func (*UpdateNexusEndpointRequest) Size added in v1.40.0

func (val *UpdateNexusEndpointRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*UpdateNexusEndpointRequest) String added in v1.40.0

func (x *UpdateNexusEndpointRequest) String() string

func (*UpdateNexusEndpointRequest) Unmarshal added in v1.40.0

func (val *UpdateNexusEndpointRequest) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateNexusEndpointRequest from the protobuf v3 wire format

type UpdateNexusEndpointResponse added in v1.40.0

type UpdateNexusEndpointResponse 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 (*UpdateNexusEndpointResponse) Descriptor deprecated added in v1.40.0

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

Deprecated: Use UpdateNexusEndpointResponse.ProtoReflect.Descriptor instead.

func (*UpdateNexusEndpointResponse) Equal added in v1.40.0

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

Equal returns whether two UpdateNexusEndpointResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*UpdateNexusEndpointResponse) GetAsyncOperation added in v1.40.0

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

func (*UpdateNexusEndpointResponse) Marshal added in v1.40.0

func (val *UpdateNexusEndpointResponse) Marshal() ([]byte, error)

Marshal an object of type UpdateNexusEndpointResponse to the protobuf v3 wire format

func (*UpdateNexusEndpointResponse) ProtoMessage added in v1.40.0

func (*UpdateNexusEndpointResponse) ProtoMessage()

func (*UpdateNexusEndpointResponse) ProtoReflect added in v1.40.0

func (*UpdateNexusEndpointResponse) Reset added in v1.40.0

func (x *UpdateNexusEndpointResponse) Reset()

func (*UpdateNexusEndpointResponse) Size added in v1.40.0

func (val *UpdateNexusEndpointResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*UpdateNexusEndpointResponse) String added in v1.40.0

func (x *UpdateNexusEndpointResponse) String() string

func (*UpdateNexusEndpointResponse) Unmarshal added in v1.40.0

func (val *UpdateNexusEndpointResponse) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateNexusEndpointResponse from the protobuf v3 wire format

type UpdateServiceAccountRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use UpdateServiceAccountRequest.ProtoReflect.Descriptor instead.

func (*UpdateServiceAccountRequest) Equal added in v1.35.0

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

Equal returns whether two UpdateServiceAccountRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*UpdateServiceAccountRequest) GetAsyncOperationId added in v1.35.0

func (x *UpdateServiceAccountRequest) GetAsyncOperationId() string

func (*UpdateServiceAccountRequest) GetResourceVersion added in v1.35.0

func (x *UpdateServiceAccountRequest) GetResourceVersion() string

func (*UpdateServiceAccountRequest) GetServiceAccountId added in v1.35.0

func (x *UpdateServiceAccountRequest) GetServiceAccountId() string

func (*UpdateServiceAccountRequest) GetSpec added in v1.35.0

func (*UpdateServiceAccountRequest) Marshal added in v1.35.0

func (val *UpdateServiceAccountRequest) Marshal() ([]byte, error)

Marshal an object of type UpdateServiceAccountRequest to the protobuf v3 wire format

func (*UpdateServiceAccountRequest) ProtoMessage added in v1.35.0

func (*UpdateServiceAccountRequest) ProtoMessage()

func (*UpdateServiceAccountRequest) ProtoReflect added in v1.35.0

func (*UpdateServiceAccountRequest) Reset added in v1.35.0

func (x *UpdateServiceAccountRequest) Reset()

func (*UpdateServiceAccountRequest) Size added in v1.35.0

func (val *UpdateServiceAccountRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*UpdateServiceAccountRequest) String added in v1.35.0

func (x *UpdateServiceAccountRequest) String() string

func (*UpdateServiceAccountRequest) Unmarshal added in v1.35.0

func (val *UpdateServiceAccountRequest) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateServiceAccountRequest from the protobuf v3 wire format

type UpdateServiceAccountResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use UpdateServiceAccountResponse.ProtoReflect.Descriptor instead.

func (*UpdateServiceAccountResponse) Equal added in v1.35.0

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

Equal returns whether two UpdateServiceAccountResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*UpdateServiceAccountResponse) GetAsyncOperation added in v1.35.0

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

func (*UpdateServiceAccountResponse) Marshal added in v1.35.0

func (val *UpdateServiceAccountResponse) Marshal() ([]byte, error)

Marshal an object of type UpdateServiceAccountResponse to the protobuf v3 wire format

func (*UpdateServiceAccountResponse) ProtoMessage added in v1.35.0

func (*UpdateServiceAccountResponse) ProtoMessage()

func (*UpdateServiceAccountResponse) ProtoReflect added in v1.35.0

func (*UpdateServiceAccountResponse) Reset added in v1.35.0

func (x *UpdateServiceAccountResponse) Reset()

func (*UpdateServiceAccountResponse) Size added in v1.35.0

func (val *UpdateServiceAccountResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*UpdateServiceAccountResponse) String added in v1.35.0

func (*UpdateServiceAccountResponse) Unmarshal added in v1.35.0

func (val *UpdateServiceAccountResponse) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateServiceAccountResponse from the protobuf v3 wire format

type UpdateUserGroupRequest added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use UpdateUserGroupRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserGroupRequest) Equal added in v1.35.0

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

Equal returns whether two UpdateUserGroupRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*UpdateUserGroupRequest) GetAsyncOperationId added in v1.35.0

func (x *UpdateUserGroupRequest) GetAsyncOperationId() string

func (*UpdateUserGroupRequest) GetGroupId added in v1.35.0

func (x *UpdateUserGroupRequest) GetGroupId() string

func (*UpdateUserGroupRequest) GetResourceVersion added in v1.35.0

func (x *UpdateUserGroupRequest) GetResourceVersion() string

func (*UpdateUserGroupRequest) GetSpec added in v1.35.0

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

func (*UpdateUserGroupRequest) Marshal added in v1.35.0

func (val *UpdateUserGroupRequest) Marshal() ([]byte, error)

Marshal an object of type UpdateUserGroupRequest to the protobuf v3 wire format

func (*UpdateUserGroupRequest) ProtoMessage added in v1.35.0

func (*UpdateUserGroupRequest) ProtoMessage()

func (*UpdateUserGroupRequest) ProtoReflect added in v1.35.0

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

func (*UpdateUserGroupRequest) Reset added in v1.35.0

func (x *UpdateUserGroupRequest) Reset()

func (*UpdateUserGroupRequest) Size added in v1.35.0

func (val *UpdateUserGroupRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*UpdateUserGroupRequest) String added in v1.35.0

func (x *UpdateUserGroupRequest) String() string

func (*UpdateUserGroupRequest) Unmarshal added in v1.35.0

func (val *UpdateUserGroupRequest) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateUserGroupRequest from the protobuf v3 wire format

type UpdateUserGroupResponse added in v1.35.0

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) Descriptor deprecated added in v1.35.0

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

Deprecated: Use UpdateUserGroupResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserGroupResponse) Equal added in v1.35.0

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

Equal returns whether two UpdateUserGroupResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*UpdateUserGroupResponse) GetAsyncOperation added in v1.35.0

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

func (*UpdateUserGroupResponse) Marshal added in v1.35.0

func (val *UpdateUserGroupResponse) Marshal() ([]byte, error)

Marshal an object of type UpdateUserGroupResponse to the protobuf v3 wire format

func (*UpdateUserGroupResponse) ProtoMessage added in v1.35.0

func (*UpdateUserGroupResponse) ProtoMessage()

func (*UpdateUserGroupResponse) ProtoReflect added in v1.35.0

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

func (*UpdateUserGroupResponse) Reset added in v1.35.0

func (x *UpdateUserGroupResponse) Reset()

func (*UpdateUserGroupResponse) Size added in v1.35.0

func (val *UpdateUserGroupResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*UpdateUserGroupResponse) String added in v1.35.0

func (x *UpdateUserGroupResponse) String() string

func (*UpdateUserGroupResponse) Unmarshal added in v1.35.0

func (val *UpdateUserGroupResponse) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateUserGroupResponse from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use UpdateUserRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserRequest) Equal

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

Equal returns whether two UpdateUserRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

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

func (val *UpdateUserRequest) Marshal() ([]byte, error)

Marshal an object of type UpdateUserRequest to the protobuf v3 wire format

func (*UpdateUserRequest) ProtoMessage

func (*UpdateUserRequest) ProtoMessage()

func (*UpdateUserRequest) ProtoReflect

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

func (*UpdateUserRequest) Reset

func (x *UpdateUserRequest) Reset()

func (*UpdateUserRequest) Size

func (val *UpdateUserRequest) Size() int

Size returns the size of the object, in bytes, once serialized

func (*UpdateUserRequest) String

func (x *UpdateUserRequest) String() string

func (*UpdateUserRequest) Unmarshal

func (val *UpdateUserRequest) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateUserRequest from the protobuf v3 wire format

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) Descriptor deprecated

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

Deprecated: Use UpdateUserResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserResponse) Equal

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

Equal returns whether two UpdateUserResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*UpdateUserResponse) GetAsyncOperation

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

func (*UpdateUserResponse) Marshal

func (val *UpdateUserResponse) Marshal() ([]byte, error)

Marshal an object of type UpdateUserResponse to the protobuf v3 wire format

func (*UpdateUserResponse) ProtoMessage

func (*UpdateUserResponse) ProtoMessage()

func (*UpdateUserResponse) ProtoReflect

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

func (*UpdateUserResponse) Reset

func (x *UpdateUserResponse) Reset()

func (*UpdateUserResponse) Size

func (val *UpdateUserResponse) Size() int

Size returns the size of the object, in bytes, once serialized

func (*UpdateUserResponse) String

func (x *UpdateUserResponse) String() string

func (*UpdateUserResponse) Unmarshal

func (val *UpdateUserResponse) Unmarshal(buf []byte) error

Unmarshal an object of type UpdateUserResponse from the protobuf v3 wire format

type ValidateNamespaceExportSinkRequest added in v1.42.0

type ValidateNamespaceExportSinkRequest struct {

	// The namespace to which the sink belongs.
	Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// The export sink specification to validate.
	Spec *v12.ExportSinkSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidateNamespaceExportSinkRequest) Descriptor deprecated added in v1.42.0

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

Deprecated: Use ValidateNamespaceExportSinkRequest.ProtoReflect.Descriptor instead.

func (*ValidateNamespaceExportSinkRequest) Equal added in v1.42.0

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

Equal returns whether two ValidateNamespaceExportSinkRequest values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*ValidateNamespaceExportSinkRequest) GetNamespace added in v1.42.0

func (x *ValidateNamespaceExportSinkRequest) GetNamespace() string

func (*ValidateNamespaceExportSinkRequest) GetSpec added in v1.42.0

func (*ValidateNamespaceExportSinkRequest) Marshal added in v1.42.0

func (val *ValidateNamespaceExportSinkRequest) Marshal() ([]byte, error)

Marshal an object of type ValidateNamespaceExportSinkRequest to the protobuf v3 wire format

func (*ValidateNamespaceExportSinkRequest) ProtoMessage added in v1.42.0

func (*ValidateNamespaceExportSinkRequest) ProtoMessage()

func (*ValidateNamespaceExportSinkRequest) ProtoReflect added in v1.42.0

func (*ValidateNamespaceExportSinkRequest) Reset added in v1.42.0

func (*ValidateNamespaceExportSinkRequest) Size added in v1.42.0

Size returns the size of the object, in bytes, once serialized

func (*ValidateNamespaceExportSinkRequest) String added in v1.42.0

func (*ValidateNamespaceExportSinkRequest) Unmarshal added in v1.42.0

func (val *ValidateNamespaceExportSinkRequest) Unmarshal(buf []byte) error

Unmarshal an object of type ValidateNamespaceExportSinkRequest from the protobuf v3 wire format

type ValidateNamespaceExportSinkResponse added in v1.42.0

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

func (*ValidateNamespaceExportSinkResponse) Descriptor deprecated added in v1.42.0

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

Deprecated: Use ValidateNamespaceExportSinkResponse.ProtoReflect.Descriptor instead.

func (*ValidateNamespaceExportSinkResponse) Equal added in v1.42.0

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

Equal returns whether two ValidateNamespaceExportSinkResponse values are equivalent by recursively comparing the message's fields. For more information see the documentation for https://pkg.go.dev/google.golang.org/protobuf/proto#Equal

func (*ValidateNamespaceExportSinkResponse) Marshal added in v1.42.0

func (val *ValidateNamespaceExportSinkResponse) Marshal() ([]byte, error)

Marshal an object of type ValidateNamespaceExportSinkResponse to the protobuf v3 wire format

func (*ValidateNamespaceExportSinkResponse) ProtoMessage added in v1.42.0

func (*ValidateNamespaceExportSinkResponse) ProtoMessage()

func (*ValidateNamespaceExportSinkResponse) ProtoReflect added in v1.42.0

func (*ValidateNamespaceExportSinkResponse) Reset added in v1.42.0

func (*ValidateNamespaceExportSinkResponse) Size added in v1.42.0

Size returns the size of the object, in bytes, once serialized

func (*ValidateNamespaceExportSinkResponse) String added in v1.42.0

func (*ValidateNamespaceExportSinkResponse) Unmarshal added in v1.42.0

func (val *ValidateNamespaceExportSinkResponse) Unmarshal(buf []byte) error

Unmarshal an object of type ValidateNamespaceExportSinkResponse from the protobuf v3 wire format

Jump to

Keyboard shortcuts

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