GKE Hub v1 API - Class GkeHub.GkeHubClient (2.8.0)

public class GkeHub.GkeHubClient : ClientBase<GkeHub.GkeHubClient>

Reference documentation and code samples for the GKE Hub v1 API class GkeHub.GkeHubClient.

Client for GkeHub

Inheritance

object > ClientBase > ClientBaseGkeHubGkeHubClient > GkeHub.GkeHubClient

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

GkeHubClient()

protected GkeHubClient()

Protected parameterless constructor to allow creation of test doubles.

GkeHubClient(CallInvoker)

public GkeHubClient(CallInvoker callInvoker)

Creates a new client for GkeHub that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

GkeHubClient(ChannelBase)

public GkeHubClient(ChannelBase channel)

Creates a new client for GkeHub

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

GkeHubClient(ClientBaseConfiguration)

protected GkeHubClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateFeature(CreateFeatureRequest, CallOptions)

public virtual Operation CreateFeature(CreateFeatureRequest request, CallOptions options)

Adds a new Feature.

Parameters
Name Description
request CreateFeatureRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateFeature(CreateFeatureRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateFeature(CreateFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Adds a new Feature.

Parameters
Name Description
request CreateFeatureRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateFeatureAsync(CreateFeatureRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateFeatureAsync(CreateFeatureRequest request, CallOptions options)

Adds a new Feature.

Parameters
Name Description
request CreateFeatureRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateFeatureAsync(CreateFeatureRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateFeatureAsync(CreateFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Adds a new Feature.

Parameters
Name Description
request CreateFeatureRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateFleet(CreateFleetRequest, CallOptions)

public virtual Operation CreateFleet(CreateFleetRequest request, CallOptions options)

Creates a fleet.

Parameters
Name Description
request CreateFleetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateFleet(CreateFleetRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateFleet(CreateFleetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a fleet.

Parameters
Name Description
request CreateFleetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateFleetAsync(CreateFleetRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateFleetAsync(CreateFleetRequest request, CallOptions options)

Creates a fleet.

Parameters
Name Description
request CreateFleetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateFleetAsync(CreateFleetRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateFleetAsync(CreateFleetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a fleet.

Parameters
Name Description
request CreateFleetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateMembership(CreateMembershipRequest, CallOptions)

public virtual Operation CreateMembership(CreateMembershipRequest request, CallOptions options)

Creates a new Membership.

This is currently only supported for GKE clusters on Google Cloud. To register other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster.

Parameters
Name Description
request CreateMembershipRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateMembership(CreateMembershipRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateMembership(CreateMembershipRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Membership.

This is currently only supported for GKE clusters on Google Cloud. To register other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster.

Parameters
Name Description
request CreateMembershipRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateMembershipAsync(CreateMembershipRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateMembershipAsync(CreateMembershipRequest request, CallOptions options)

Creates a new Membership.

This is currently only supported for GKE clusters on Google Cloud. To register other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster.

Parameters
Name Description
request CreateMembershipRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateMembershipAsync(CreateMembershipRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateMembershipAsync(CreateMembershipRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Membership.

This is currently only supported for GKE clusters on Google Cloud. To register other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster.

Parameters
Name Description
request CreateMembershipRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateMembershipBinding(CreateMembershipBindingRequest, CallOptions)

public virtual Operation CreateMembershipBinding(CreateMembershipBindingRequest request, CallOptions options)

Creates a MembershipBinding.

Parameters
Name Description
request CreateMembershipBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateMembershipBinding(CreateMembershipBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateMembershipBinding(CreateMembershipBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a MembershipBinding.

Parameters
Name Description
request CreateMembershipBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateMembershipBindingAsync(CreateMembershipBindingRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateMembershipBindingAsync(CreateMembershipBindingRequest request, CallOptions options)

Creates a MembershipBinding.

Parameters
Name Description
request CreateMembershipBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateMembershipBindingAsync(CreateMembershipBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateMembershipBindingAsync(CreateMembershipBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a MembershipBinding.

Parameters
Name Description
request CreateMembershipBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateMembershipRBACRoleBinding(CreateMembershipRBACRoleBindingRequest, CallOptions)

public virtual Operation CreateMembershipRBACRoleBinding(CreateMembershipRBACRoleBindingRequest request, CallOptions options)

Creates a Membership RBACRoleBinding.

Parameters
Name Description
request CreateMembershipRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateMembershipRBACRoleBinding(CreateMembershipRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateMembershipRBACRoleBinding(CreateMembershipRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a Membership RBACRoleBinding.

Parameters
Name Description
request CreateMembershipRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateMembershipRBACRoleBindingAsync(CreateMembershipRBACRoleBindingRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateMembershipRBACRoleBindingAsync(CreateMembershipRBACRoleBindingRequest request, CallOptions options)

Creates a Membership RBACRoleBinding.

Parameters
Name Description
request CreateMembershipRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateMembershipRBACRoleBindingAsync(CreateMembershipRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateMembershipRBACRoleBindingAsync(CreateMembershipRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a Membership RBACRoleBinding.

Parameters
Name Description
request CreateMembershipRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
Type Description
OperationsOperationsClient

A new Operations client for the same target as this client.

CreateScope(CreateScopeRequest, CallOptions)

public virtual Operation CreateScope(CreateScopeRequest request, CallOptions options)

Creates a Scope.

Parameters
Name Description
request CreateScopeRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateScope(CreateScopeRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateScope(CreateScopeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a Scope.

Parameters
Name Description
request CreateScopeRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateScopeAsync(CreateScopeRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateScopeAsync(CreateScopeRequest request, CallOptions options)

Creates a Scope.

Parameters
Name Description
request CreateScopeRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateScopeAsync(CreateScopeRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateScopeAsync(CreateScopeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a Scope.

Parameters
Name Description
request CreateScopeRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateScopeNamespace(CreateScopeNamespaceRequest, CallOptions)

public virtual Operation CreateScopeNamespace(CreateScopeNamespaceRequest request, CallOptions options)

Creates a fleet namespace.

Parameters
Name Description
request CreateScopeNamespaceRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateScopeNamespace(CreateScopeNamespaceRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateScopeNamespace(CreateScopeNamespaceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a fleet namespace.

Parameters
Name Description
request CreateScopeNamespaceRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateScopeNamespaceAsync(CreateScopeNamespaceRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateScopeNamespaceAsync(CreateScopeNamespaceRequest request, CallOptions options)

Creates a fleet namespace.

Parameters
Name Description
request CreateScopeNamespaceRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateScopeNamespaceAsync(CreateScopeNamespaceRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateScopeNamespaceAsync(CreateScopeNamespaceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a fleet namespace.

Parameters
Name Description
request CreateScopeNamespaceRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateScopeRBACRoleBinding(CreateScopeRBACRoleBindingRequest, CallOptions)

public virtual Operation CreateScopeRBACRoleBinding(CreateScopeRBACRoleBindingRequest request, CallOptions options)

Creates a Scope RBACRoleBinding.

Parameters
Name Description
request CreateScopeRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateScopeRBACRoleBinding(CreateScopeRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateScopeRBACRoleBinding(CreateScopeRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a Scope RBACRoleBinding.

Parameters
Name Description
request CreateScopeRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateScopeRBACRoleBindingAsync(CreateScopeRBACRoleBindingRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateScopeRBACRoleBindingAsync(CreateScopeRBACRoleBindingRequest request, CallOptions options)

Creates a Scope RBACRoleBinding.

Parameters
Name Description
request CreateScopeRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateScopeRBACRoleBindingAsync(CreateScopeRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateScopeRBACRoleBindingAsync(CreateScopeRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a Scope RBACRoleBinding.

Parameters
Name Description
request CreateScopeRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteFeature(DeleteFeatureRequest, CallOptions)

public virtual Operation DeleteFeature(DeleteFeatureRequest request, CallOptions options)

Removes a Feature.

Parameters
Name Description
request DeleteFeatureRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteFeature(DeleteFeatureRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteFeature(DeleteFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Removes a Feature.

Parameters
Name Description
request DeleteFeatureRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteFeatureAsync(DeleteFeatureRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteFeatureAsync(DeleteFeatureRequest request, CallOptions options)

Removes a Feature.

Parameters
Name Description
request DeleteFeatureRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteFeatureAsync(DeleteFeatureRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteFeatureAsync(DeleteFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Removes a Feature.

Parameters
Name Description
request DeleteFeatureRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteFleet(DeleteFleetRequest, CallOptions)

public virtual Operation DeleteFleet(DeleteFleetRequest request, CallOptions options)

Removes a Fleet. There must be no memberships remaining in the Fleet.

Parameters
Name Description
request DeleteFleetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteFleet(DeleteFleetRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteFleet(DeleteFleetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Removes a Fleet. There must be no memberships remaining in the Fleet.

Parameters
Name Description
request DeleteFleetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteFleetAsync(DeleteFleetRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteFleetAsync(DeleteFleetRequest request, CallOptions options)

Removes a Fleet. There must be no memberships remaining in the Fleet.

Parameters
Name Description
request DeleteFleetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteFleetAsync(DeleteFleetRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteFleetAsync(DeleteFleetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Removes a Fleet. There must be no memberships remaining in the Fleet.

Parameters
Name Description
request DeleteFleetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteMembership(DeleteMembershipRequest, CallOptions)

public virtual Operation DeleteMembership(DeleteMembershipRequest request, CallOptions options)

Removes a Membership.

This is currently only supported for GKE clusters on Google Cloud. To unregister other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/unregistering-a-cluster.

Parameters
Name Description
request DeleteMembershipRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteMembership(DeleteMembershipRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteMembership(DeleteMembershipRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Removes a Membership.

This is currently only supported for GKE clusters on Google Cloud. To unregister other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/unregistering-a-cluster.

Parameters
Name Description
request DeleteMembershipRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteMembershipAsync(DeleteMembershipRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteMembershipAsync(DeleteMembershipRequest request, CallOptions options)

Removes a Membership.

This is currently only supported for GKE clusters on Google Cloud. To unregister other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/unregistering-a-cluster.

Parameters
Name Description
request DeleteMembershipRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteMembershipAsync(DeleteMembershipRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteMembershipAsync(DeleteMembershipRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Removes a Membership.

This is currently only supported for GKE clusters on Google Cloud. To unregister other clusters, follow the instructions at https://cloud.google.com/anthos/multicluster-management/connect/unregistering-a-cluster.

Parameters
Name Description
request DeleteMembershipRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteMembershipBinding(DeleteMembershipBindingRequest, CallOptions)

public virtual Operation DeleteMembershipBinding(DeleteMembershipBindingRequest request, CallOptions options)

Deletes a MembershipBinding.

Parameters
Name Description
request DeleteMembershipBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteMembershipBinding(DeleteMembershipBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteMembershipBinding(DeleteMembershipBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a MembershipBinding.

Parameters
Name Description
request DeleteMembershipBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteMembershipBindingAsync(DeleteMembershipBindingRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteMembershipBindingAsync(DeleteMembershipBindingRequest request, CallOptions options)

Deletes a MembershipBinding.

Parameters
Name Description
request DeleteMembershipBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteMembershipBindingAsync(DeleteMembershipBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteMembershipBindingAsync(DeleteMembershipBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a MembershipBinding.

Parameters
Name Description
request DeleteMembershipBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteMembershipRBACRoleBinding(DeleteMembershipRBACRoleBindingRequest, CallOptions)

public virtual Operation DeleteMembershipRBACRoleBinding(DeleteMembershipRBACRoleBindingRequest request, CallOptions options)

Deletes a Membership RBACRoleBinding.

Parameters
Name Description
request DeleteMembershipRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteMembershipRBACRoleBinding(DeleteMembershipRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteMembershipRBACRoleBinding(DeleteMembershipRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a Membership RBACRoleBinding.

Parameters
Name Description
request DeleteMembershipRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteMembershipRBACRoleBindingAsync(DeleteMembershipRBACRoleBindingRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteMembershipRBACRoleBindingAsync(DeleteMembershipRBACRoleBindingRequest request, CallOptions options)

Deletes a Membership RBACRoleBinding.

Parameters
Name Description
request DeleteMembershipRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteMembershipRBACRoleBindingAsync(DeleteMembershipRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteMembershipRBACRoleBindingAsync(DeleteMembershipRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a Membership RBACRoleBinding.

Parameters
Name Description
request DeleteMembershipRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteScope(DeleteScopeRequest, CallOptions)

public virtual Operation DeleteScope(DeleteScopeRequest request, CallOptions options)

Deletes a Scope.

Parameters
Name Description
request DeleteScopeRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteScope(DeleteScopeRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteScope(DeleteScopeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a Scope.

Parameters
Name Description
request DeleteScopeRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteScopeAsync(DeleteScopeRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteScopeAsync(DeleteScopeRequest request, CallOptions options)

Deletes a Scope.

Parameters
Name Description
request DeleteScopeRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteScopeAsync(DeleteScopeRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteScopeAsync(DeleteScopeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a Scope.

Parameters
Name Description
request DeleteScopeRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteScopeNamespace(DeleteScopeNamespaceRequest, CallOptions)

public virtual Operation DeleteScopeNamespace(DeleteScopeNamespaceRequest request, CallOptions options)

Deletes a fleet namespace.

Parameters
Name Description
request DeleteScopeNamespaceRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteScopeNamespace(DeleteScopeNamespaceRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteScopeNamespace(DeleteScopeNamespaceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a fleet namespace.

Parameters
Name Description
request DeleteScopeNamespaceRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteScopeNamespaceAsync(DeleteScopeNamespaceRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteScopeNamespaceAsync(DeleteScopeNamespaceRequest request, CallOptions options)

Deletes a fleet namespace.

Parameters
Name Description
request DeleteScopeNamespaceRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteScopeNamespaceAsync(DeleteScopeNamespaceRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteScopeNamespaceAsync(DeleteScopeNamespaceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a fleet namespace.

Parameters
Name Description
request DeleteScopeNamespaceRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteScopeRBACRoleBinding(DeleteScopeRBACRoleBindingRequest, CallOptions)

public virtual Operation DeleteScopeRBACRoleBinding(DeleteScopeRBACRoleBindingRequest request, CallOptions options)

Deletes a Scope RBACRoleBinding.

Parameters
Name Description
request DeleteScopeRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteScopeRBACRoleBinding(DeleteScopeRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteScopeRBACRoleBinding(DeleteScopeRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a Scope RBACRoleBinding.

Parameters
Name Description
request DeleteScopeRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteScopeRBACRoleBindingAsync(DeleteScopeRBACRoleBindingRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteScopeRBACRoleBindingAsync(DeleteScopeRBACRoleBindingRequest request, CallOptions options)

Deletes a Scope RBACRoleBinding.

Parameters
Name Description
request DeleteScopeRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteScopeRBACRoleBindingAsync(DeleteScopeRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteScopeRBACRoleBindingAsync(DeleteScopeRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a Scope RBACRoleBinding.

Parameters
Name Description
request DeleteScopeRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

GenerateConnectManifest(GenerateConnectManifestRequest, CallOptions)

public virtual GenerateConnectManifestResponse GenerateConnectManifest(GenerateConnectManifestRequest request, CallOptions options)

Generates the manifest for deployment of the GKE connect agent.

This method is used internally by Google-provided libraries. Most clients should not need to call this method directly.

Parameters
Name Description
request GenerateConnectManifestRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
GenerateConnectManifestResponse

The response received from the server.

GenerateConnectManifest(GenerateConnectManifestRequest, Metadata, DateTime?, CancellationToken)

public virtual GenerateConnectManifestResponse GenerateConnectManifest(GenerateConnectManifestRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Generates the manifest for deployment of the GKE connect agent.

This method is used internally by Google-provided libraries. Most clients should not need to call this method directly.

Parameters
Name Description
request GenerateConnectManifestRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
GenerateConnectManifestResponse

The response received from the server.

GenerateConnectManifestAsync(GenerateConnectManifestRequest, CallOptions)

public virtual AsyncUnaryCall<GenerateConnectManifestResponse> GenerateConnectManifestAsync(GenerateConnectManifestRequest request, CallOptions options)

Generates the manifest for deployment of the GKE connect agent.

This method is used internally by Google-provided libraries. Most clients should not need to call this method directly.

Parameters
Name Description
request GenerateConnectManifestRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallGenerateConnectManifestResponse

The call object.

GenerateConnectManifestAsync(GenerateConnectManifestRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<GenerateConnectManifestResponse> GenerateConnectManifestAsync(GenerateConnectManifestRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Generates the manifest for deployment of the GKE connect agent.

This method is used internally by Google-provided libraries. Most clients should not need to call this method directly.

Parameters
Name Description
request GenerateConnectManifestRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallGenerateConnectManifestResponse

The call object.

GenerateMembershipRBACRoleBindingYAML(GenerateMembershipRBACRoleBindingYAMLRequest, CallOptions)

public virtual GenerateMembershipRBACRoleBindingYAMLResponse GenerateMembershipRBACRoleBindingYAML(GenerateMembershipRBACRoleBindingYAMLRequest request, CallOptions options)

Generates a YAML of the RBAC policies for the specified RoleBinding and its associated impersonation resources.

Parameters
Name Description
request GenerateMembershipRBACRoleBindingYAMLRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
GenerateMembershipRBACRoleBindingYAMLResponse

The response received from the server.

GenerateMembershipRBACRoleBindingYAML(GenerateMembershipRBACRoleBindingYAMLRequest, Metadata, DateTime?, CancellationToken)

public virtual GenerateMembershipRBACRoleBindingYAMLResponse GenerateMembershipRBACRoleBindingYAML(GenerateMembershipRBACRoleBindingYAMLRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Generates a YAML of the RBAC policies for the specified RoleBinding and its associated impersonation resources.

Parameters
Name Description
request GenerateMembershipRBACRoleBindingYAMLRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
GenerateMembershipRBACRoleBindingYAMLResponse

The response received from the server.

GenerateMembershipRBACRoleBindingYAMLAsync(GenerateMembershipRBACRoleBindingYAMLRequest, CallOptions)

public virtual AsyncUnaryCall<GenerateMembershipRBACRoleBindingYAMLResponse> GenerateMembershipRBACRoleBindingYAMLAsync(GenerateMembershipRBACRoleBindingYAMLRequest request, CallOptions options)

Generates a YAML of the RBAC policies for the specified RoleBinding and its associated impersonation resources.

Parameters
Name Description
request GenerateMembershipRBACRoleBindingYAMLRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallGenerateMembershipRBACRoleBindingYAMLResponse

The call object.

GenerateMembershipRBACRoleBindingYAMLAsync(GenerateMembershipRBACRoleBindingYAMLRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<GenerateMembershipRBACRoleBindingYAMLResponse> GenerateMembershipRBACRoleBindingYAMLAsync(GenerateMembershipRBACRoleBindingYAMLRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Generates a YAML of the RBAC policies for the specified RoleBinding and its associated impersonation resources.

Parameters
Name Description
request GenerateMembershipRBACRoleBindingYAMLRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallGenerateMembershipRBACRoleBindingYAMLResponse

The call object.

GetFeature(GetFeatureRequest, CallOptions)

public virtual Feature GetFeature(GetFeatureRequest request, CallOptions options)

Gets details of a single Feature.

Parameters
Name Description
request GetFeatureRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Feature

The response received from the server.

GetFeature(GetFeatureRequest, Metadata, DateTime?, CancellationToken)

public virtual Feature GetFeature(GetFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Feature.

Parameters
Name Description
request GetFeatureRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Feature

The response received from the server.

GetFeatureAsync(GetFeatureRequest, CallOptions)

public virtual AsyncUnaryCall<Feature> GetFeatureAsync(GetFeatureRequest request, CallOptions options)

Gets details of a single Feature.

Parameters
Name Description
request GetFeatureRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallFeature

The call object.

GetFeatureAsync(GetFeatureRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Feature> GetFeatureAsync(GetFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Feature.

Parameters
Name Description
request GetFeatureRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallFeature

The call object.

GetFleet(GetFleetRequest, CallOptions)

public virtual Fleet GetFleet(GetFleetRequest request, CallOptions options)

Returns the details of a fleet.

Parameters
Name Description
request GetFleetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Fleet

The response received from the server.

GetFleet(GetFleetRequest, Metadata, DateTime?, CancellationToken)

public virtual Fleet GetFleet(GetFleetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the details of a fleet.

Parameters
Name Description
request GetFleetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Fleet

The response received from the server.

GetFleetAsync(GetFleetRequest, CallOptions)

public virtual AsyncUnaryCall<Fleet> GetFleetAsync(GetFleetRequest request, CallOptions options)

Returns the details of a fleet.

Parameters
Name Description
request GetFleetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallFleet

The call object.

GetFleetAsync(GetFleetRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Fleet> GetFleetAsync(GetFleetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the details of a fleet.

Parameters
Name Description
request GetFleetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallFleet

The call object.

GetMembership(GetMembershipRequest, CallOptions)

public virtual Membership GetMembership(GetMembershipRequest request, CallOptions options)

Gets the details of a Membership.

Parameters
Name Description
request GetMembershipRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Membership

The response received from the server.

GetMembership(GetMembershipRequest, Metadata, DateTime?, CancellationToken)

public virtual Membership GetMembership(GetMembershipRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the details of a Membership.

Parameters
Name Description
request GetMembershipRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Membership

The response received from the server.

GetMembershipAsync(GetMembershipRequest, CallOptions)

public virtual AsyncUnaryCall<Membership> GetMembershipAsync(GetMembershipRequest request, CallOptions options)

Gets the details of a Membership.

Parameters
Name Description
request GetMembershipRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallMembership

The call object.

GetMembershipAsync(GetMembershipRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Membership> GetMembershipAsync(GetMembershipRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the details of a Membership.

Parameters
Name Description
request GetMembershipRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallMembership

The call object.

GetMembershipBinding(GetMembershipBindingRequest, CallOptions)

public virtual MembershipBinding GetMembershipBinding(GetMembershipBindingRequest request, CallOptions options)

Returns the details of a MembershipBinding.

Parameters
Name Description
request GetMembershipBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
MembershipBinding

The response received from the server.

GetMembershipBinding(GetMembershipBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual MembershipBinding GetMembershipBinding(GetMembershipBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the details of a MembershipBinding.

Parameters
Name Description
request GetMembershipBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
MembershipBinding

The response received from the server.

GetMembershipBindingAsync(GetMembershipBindingRequest, CallOptions)

public virtual AsyncUnaryCall<MembershipBinding> GetMembershipBindingAsync(GetMembershipBindingRequest request, CallOptions options)

Returns the details of a MembershipBinding.

Parameters
Name Description
request GetMembershipBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallMembershipBinding

The call object.

GetMembershipBindingAsync(GetMembershipBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<MembershipBinding> GetMembershipBindingAsync(GetMembershipBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the details of a MembershipBinding.

Parameters
Name Description
request GetMembershipBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallMembershipBinding

The call object.

GetMembershipRBACRoleBinding(GetMembershipRBACRoleBindingRequest, CallOptions)

public virtual RBACRoleBinding GetMembershipRBACRoleBinding(GetMembershipRBACRoleBindingRequest request, CallOptions options)

Returns the details of a Membership RBACRoleBinding.

Parameters
Name Description
request GetMembershipRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
RBACRoleBinding

The response received from the server.

GetMembershipRBACRoleBinding(GetMembershipRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual RBACRoleBinding GetMembershipRBACRoleBinding(GetMembershipRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the details of a Membership RBACRoleBinding.

Parameters
Name Description
request GetMembershipRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
RBACRoleBinding

The response received from the server.

GetMembershipRBACRoleBindingAsync(GetMembershipRBACRoleBindingRequest, CallOptions)

public virtual AsyncUnaryCall<RBACRoleBinding> GetMembershipRBACRoleBindingAsync(GetMembershipRBACRoleBindingRequest request, CallOptions options)

Returns the details of a Membership RBACRoleBinding.

Parameters
Name Description
request GetMembershipRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallRBACRoleBinding

The call object.

GetMembershipRBACRoleBindingAsync(GetMembershipRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<RBACRoleBinding> GetMembershipRBACRoleBindingAsync(GetMembershipRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the details of a Membership RBACRoleBinding.

Parameters
Name Description
request GetMembershipRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallRBACRoleBinding

The call object.

GetScope(GetScopeRequest, CallOptions)

public virtual Scope GetScope(GetScopeRequest request, CallOptions options)

Returns the details of a Scope.

Parameters
Name Description
request GetScopeRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Scope

The response received from the server.

GetScope(GetScopeRequest, Metadata, DateTime?, CancellationToken)

public virtual Scope GetScope(GetScopeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the details of a Scope.

Parameters
Name Description
request GetScopeRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Scope

The response received from the server.

GetScopeAsync(GetScopeRequest, CallOptions)

public virtual AsyncUnaryCall<Scope> GetScopeAsync(GetScopeRequest request, CallOptions options)

Returns the details of a Scope.

Parameters
Name Description
request GetScopeRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallScope

The call object.

GetScopeAsync(GetScopeRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Scope> GetScopeAsync(GetScopeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the details of a Scope.

Parameters
Name Description
request GetScopeRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallScope

The call object.

GetScopeNamespace(GetScopeNamespaceRequest, CallOptions)

public virtual Namespace GetScopeNamespace(GetScopeNamespaceRequest request, CallOptions options)

Returns the details of a fleet namespace.

Parameters
Name Description
request GetScopeNamespaceRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Namespace

The response received from the server.

GetScopeNamespace(GetScopeNamespaceRequest, Metadata, DateTime?, CancellationToken)

public virtual Namespace GetScopeNamespace(GetScopeNamespaceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the details of a fleet namespace.

Parameters
Name Description
request GetScopeNamespaceRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Namespace

The response received from the server.

GetScopeNamespaceAsync(GetScopeNamespaceRequest, CallOptions)

public virtual AsyncUnaryCall<Namespace> GetScopeNamespaceAsync(GetScopeNamespaceRequest request, CallOptions options)

Returns the details of a fleet namespace.

Parameters
Name Description
request GetScopeNamespaceRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallNamespace

The call object.

GetScopeNamespaceAsync(GetScopeNamespaceRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Namespace> GetScopeNamespaceAsync(GetScopeNamespaceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the details of a fleet namespace.

Parameters
Name Description
request GetScopeNamespaceRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallNamespace

The call object.

GetScopeRBACRoleBinding(GetScopeRBACRoleBindingRequest, CallOptions)

public virtual RBACRoleBinding GetScopeRBACRoleBinding(GetScopeRBACRoleBindingRequest request, CallOptions options)

Returns the details of a Scope RBACRoleBinding.

Parameters
Name Description
request GetScopeRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
RBACRoleBinding

The response received from the server.

GetScopeRBACRoleBinding(GetScopeRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual RBACRoleBinding GetScopeRBACRoleBinding(GetScopeRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the details of a Scope RBACRoleBinding.

Parameters
Name Description
request GetScopeRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
RBACRoleBinding

The response received from the server.

GetScopeRBACRoleBindingAsync(GetScopeRBACRoleBindingRequest, CallOptions)

public virtual AsyncUnaryCall<RBACRoleBinding> GetScopeRBACRoleBindingAsync(GetScopeRBACRoleBindingRequest request, CallOptions options)

Returns the details of a Scope RBACRoleBinding.

Parameters
Name Description
request GetScopeRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallRBACRoleBinding

The call object.

GetScopeRBACRoleBindingAsync(GetScopeRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<RBACRoleBinding> GetScopeRBACRoleBindingAsync(GetScopeRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the details of a Scope RBACRoleBinding.

Parameters
Name Description
request GetScopeRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallRBACRoleBinding

The call object.

ListBoundMemberships(ListBoundMembershipsRequest, CallOptions)

public virtual ListBoundMembershipsResponse ListBoundMemberships(ListBoundMembershipsRequest request, CallOptions options)

Lists Memberships bound to a Scope. The response includes relevant Memberships from all regions.

Parameters
Name Description
request ListBoundMembershipsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListBoundMembershipsResponse

The response received from the server.

ListBoundMemberships(ListBoundMembershipsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListBoundMembershipsResponse ListBoundMemberships(ListBoundMembershipsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Memberships bound to a Scope. The response includes relevant Memberships from all regions.

Parameters
Name Description
request ListBoundMembershipsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListBoundMembershipsResponse

The response received from the server.

ListBoundMembershipsAsync(ListBoundMembershipsRequest, CallOptions)

public virtual AsyncUnaryCall<ListBoundMembershipsResponse> ListBoundMembershipsAsync(ListBoundMembershipsRequest request, CallOptions options)

Lists Memberships bound to a Scope. The response includes relevant Memberships from all regions.

Parameters
Name Description
request ListBoundMembershipsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListBoundMembershipsResponse

The call object.

ListBoundMembershipsAsync(ListBoundMembershipsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListBoundMembershipsResponse> ListBoundMembershipsAsync(ListBoundMembershipsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Memberships bound to a Scope. The response includes relevant Memberships from all regions.

Parameters
Name Description
request ListBoundMembershipsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListBoundMembershipsResponse

The call object.

ListFeatures(ListFeaturesRequest, CallOptions)

public virtual ListFeaturesResponse ListFeatures(ListFeaturesRequest request, CallOptions options)

Lists Features in a given project and location.

Parameters
Name Description
request ListFeaturesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListFeaturesResponse

The response received from the server.

ListFeatures(ListFeaturesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListFeaturesResponse ListFeatures(ListFeaturesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Features in a given project and location.

Parameters
Name Description
request ListFeaturesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListFeaturesResponse

The response received from the server.

ListFeaturesAsync(ListFeaturesRequest, CallOptions)

public virtual AsyncUnaryCall<ListFeaturesResponse> ListFeaturesAsync(ListFeaturesRequest request, CallOptions options)

Lists Features in a given project and location.

Parameters
Name Description
request ListFeaturesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListFeaturesResponse

The call object.

ListFeaturesAsync(ListFeaturesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListFeaturesResponse> ListFeaturesAsync(ListFeaturesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Features in a given project and location.

Parameters
Name Description
request ListFeaturesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListFeaturesResponse

The call object.

ListFleets(ListFleetsRequest, CallOptions)

public virtual ListFleetsResponse ListFleets(ListFleetsRequest request, CallOptions options)

Returns all fleets within an organization or a project that the caller has access to.

Parameters
Name Description
request ListFleetsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListFleetsResponse

The response received from the server.

ListFleets(ListFleetsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListFleetsResponse ListFleets(ListFleetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns all fleets within an organization or a project that the caller has access to.

Parameters
Name Description
request ListFleetsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListFleetsResponse

The response received from the server.

ListFleetsAsync(ListFleetsRequest, CallOptions)

public virtual AsyncUnaryCall<ListFleetsResponse> ListFleetsAsync(ListFleetsRequest request, CallOptions options)

Returns all fleets within an organization or a project that the caller has access to.

Parameters
Name Description
request ListFleetsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListFleetsResponse

The call object.

ListFleetsAsync(ListFleetsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListFleetsResponse> ListFleetsAsync(ListFleetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns all fleets within an organization or a project that the caller has access to.

Parameters
Name Description
request ListFleetsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListFleetsResponse

The call object.

ListMembershipBindings(ListMembershipBindingsRequest, CallOptions)

public virtual ListMembershipBindingsResponse ListMembershipBindings(ListMembershipBindingsRequest request, CallOptions options)

Lists MembershipBindings.

Parameters
Name Description
request ListMembershipBindingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListMembershipBindingsResponse

The response received from the server.

ListMembershipBindings(ListMembershipBindingsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListMembershipBindingsResponse ListMembershipBindings(ListMembershipBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists MembershipBindings.

Parameters
Name Description
request ListMembershipBindingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListMembershipBindingsResponse

The response received from the server.

ListMembershipBindingsAsync(ListMembershipBindingsRequest, CallOptions)

public virtual AsyncUnaryCall<ListMembershipBindingsResponse> ListMembershipBindingsAsync(ListMembershipBindingsRequest request, CallOptions options)

Lists MembershipBindings.

Parameters
Name Description
request ListMembershipBindingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListMembershipBindingsResponse

The call object.

ListMembershipBindingsAsync(ListMembershipBindingsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListMembershipBindingsResponse> ListMembershipBindingsAsync(ListMembershipBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists MembershipBindings.

Parameters
Name Description
request ListMembershipBindingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListMembershipBindingsResponse

The call object.

ListMembershipRBACRoleBindings(ListMembershipRBACRoleBindingsRequest, CallOptions)

public virtual ListMembershipRBACRoleBindingsResponse ListMembershipRBACRoleBindings(ListMembershipRBACRoleBindingsRequest request, CallOptions options)

Lists all Membership RBACRoleBindings.

Parameters
Name Description
request ListMembershipRBACRoleBindingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListMembershipRBACRoleBindingsResponse

The response received from the server.

ListMembershipRBACRoleBindings(ListMembershipRBACRoleBindingsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListMembershipRBACRoleBindingsResponse ListMembershipRBACRoleBindings(ListMembershipRBACRoleBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all Membership RBACRoleBindings.

Parameters
Name Description
request ListMembershipRBACRoleBindingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListMembershipRBACRoleBindingsResponse

The response received from the server.

ListMembershipRBACRoleBindingsAsync(ListMembershipRBACRoleBindingsRequest, CallOptions)

public virtual AsyncUnaryCall<ListMembershipRBACRoleBindingsResponse> ListMembershipRBACRoleBindingsAsync(ListMembershipRBACRoleBindingsRequest request, CallOptions options)

Lists all Membership RBACRoleBindings.

Parameters
Name Description
request ListMembershipRBACRoleBindingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListMembershipRBACRoleBindingsResponse

The call object.

ListMembershipRBACRoleBindingsAsync(ListMembershipRBACRoleBindingsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListMembershipRBACRoleBindingsResponse> ListMembershipRBACRoleBindingsAsync(ListMembershipRBACRoleBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all Membership RBACRoleBindings.

Parameters
Name Description
request ListMembershipRBACRoleBindingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListMembershipRBACRoleBindingsResponse

The call object.

ListMemberships(ListMembershipsRequest, CallOptions)

public virtual ListMembershipsResponse ListMemberships(ListMembershipsRequest request, CallOptions options)

Lists Memberships in a given project and location.

Parameters
Name Description
request ListMembershipsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListMembershipsResponse

The response received from the server.

ListMemberships(ListMembershipsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListMembershipsResponse ListMemberships(ListMembershipsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Memberships in a given project and location.

Parameters
Name Description
request ListMembershipsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListMembershipsResponse

The response received from the server.

ListMembershipsAsync(ListMembershipsRequest, CallOptions)

public virtual AsyncUnaryCall<ListMembershipsResponse> ListMembershipsAsync(ListMembershipsRequest request, CallOptions options)

Lists Memberships in a given project and location.

Parameters
Name Description
request ListMembershipsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListMembershipsResponse

The call object.

ListMembershipsAsync(ListMembershipsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListMembershipsResponse> ListMembershipsAsync(ListMembershipsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Memberships in a given project and location.

Parameters
Name Description
request ListMembershipsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListMembershipsResponse

The call object.

ListPermittedScopes(ListPermittedScopesRequest, CallOptions)

public virtual ListPermittedScopesResponse ListPermittedScopes(ListPermittedScopesRequest request, CallOptions options)

Lists permitted Scopes.

Parameters
Name Description
request ListPermittedScopesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListPermittedScopesResponse

The response received from the server.

ListPermittedScopes(ListPermittedScopesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListPermittedScopesResponse ListPermittedScopes(ListPermittedScopesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists permitted Scopes.

Parameters
Name Description
request ListPermittedScopesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListPermittedScopesResponse

The response received from the server.

ListPermittedScopesAsync(ListPermittedScopesRequest, CallOptions)

public virtual AsyncUnaryCall<ListPermittedScopesResponse> ListPermittedScopesAsync(ListPermittedScopesRequest request, CallOptions options)

Lists permitted Scopes.

Parameters
Name Description
request ListPermittedScopesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListPermittedScopesResponse

The call object.

ListPermittedScopesAsync(ListPermittedScopesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListPermittedScopesResponse> ListPermittedScopesAsync(ListPermittedScopesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists permitted Scopes.

Parameters
Name Description
request ListPermittedScopesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListPermittedScopesResponse

The call object.

ListScopeNamespaces(ListScopeNamespacesRequest, CallOptions)

public virtual ListScopeNamespacesResponse ListScopeNamespaces(ListScopeNamespacesRequest request, CallOptions options)

Lists fleet namespaces.

Parameters
Name Description
request ListScopeNamespacesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListScopeNamespacesResponse

The response received from the server.

ListScopeNamespaces(ListScopeNamespacesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListScopeNamespacesResponse ListScopeNamespaces(ListScopeNamespacesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists fleet namespaces.

Parameters
Name Description
request ListScopeNamespacesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListScopeNamespacesResponse

The response received from the server.

ListScopeNamespacesAsync(ListScopeNamespacesRequest, CallOptions)

public virtual AsyncUnaryCall<ListScopeNamespacesResponse> ListScopeNamespacesAsync(ListScopeNamespacesRequest request, CallOptions options)

Lists fleet namespaces.

Parameters
Name Description
request ListScopeNamespacesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListScopeNamespacesResponse

The call object.

ListScopeNamespacesAsync(ListScopeNamespacesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListScopeNamespacesResponse> ListScopeNamespacesAsync(ListScopeNamespacesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists fleet namespaces.

Parameters
Name Description
request ListScopeNamespacesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListScopeNamespacesResponse

The call object.

ListScopeRBACRoleBindings(ListScopeRBACRoleBindingsRequest, CallOptions)

public virtual ListScopeRBACRoleBindingsResponse ListScopeRBACRoleBindings(ListScopeRBACRoleBindingsRequest request, CallOptions options)

Lists all Scope RBACRoleBindings.

Parameters
Name Description
request ListScopeRBACRoleBindingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListScopeRBACRoleBindingsResponse

The response received from the server.

ListScopeRBACRoleBindings(ListScopeRBACRoleBindingsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListScopeRBACRoleBindingsResponse ListScopeRBACRoleBindings(ListScopeRBACRoleBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all Scope RBACRoleBindings.

Parameters
Name Description
request ListScopeRBACRoleBindingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListScopeRBACRoleBindingsResponse

The response received from the server.

ListScopeRBACRoleBindingsAsync(ListScopeRBACRoleBindingsRequest, CallOptions)

public virtual AsyncUnaryCall<ListScopeRBACRoleBindingsResponse> ListScopeRBACRoleBindingsAsync(ListScopeRBACRoleBindingsRequest request, CallOptions options)

Lists all Scope RBACRoleBindings.

Parameters
Name Description
request ListScopeRBACRoleBindingsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListScopeRBACRoleBindingsResponse

The call object.

ListScopeRBACRoleBindingsAsync(ListScopeRBACRoleBindingsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListScopeRBACRoleBindingsResponse> ListScopeRBACRoleBindingsAsync(ListScopeRBACRoleBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all Scope RBACRoleBindings.

Parameters
Name Description
request ListScopeRBACRoleBindingsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListScopeRBACRoleBindingsResponse

The call object.

ListScopes(ListScopesRequest, CallOptions)

public virtual ListScopesResponse ListScopes(ListScopesRequest request, CallOptions options)

Lists Scopes.

Parameters
Name Description
request ListScopesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListScopesResponse

The response received from the server.

ListScopes(ListScopesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListScopesResponse ListScopes(ListScopesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Scopes.

Parameters
Name Description
request ListScopesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListScopesResponse

The response received from the server.

ListScopesAsync(ListScopesRequest, CallOptions)

public virtual AsyncUnaryCall<ListScopesResponse> ListScopesAsync(ListScopesRequest request, CallOptions options)

Lists Scopes.

Parameters
Name Description
request ListScopesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListScopesResponse

The call object.

ListScopesAsync(ListScopesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListScopesResponse> ListScopesAsync(ListScopesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Scopes.

Parameters
Name Description
request ListScopesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListScopesResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override GkeHub.GkeHubClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
GkeHubGkeHubClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.GkeHub.V1.GkeHub.GkeHubClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

UpdateFeature(UpdateFeatureRequest, CallOptions)

public virtual Operation UpdateFeature(UpdateFeatureRequest request, CallOptions options)

Updates an existing Feature.

Parameters
Name Description
request UpdateFeatureRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateFeature(UpdateFeatureRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateFeature(UpdateFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates an existing Feature.

Parameters
Name Description
request UpdateFeatureRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateFeatureAsync(UpdateFeatureRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateFeatureAsync(UpdateFeatureRequest request, CallOptions options)

Updates an existing Feature.

Parameters
Name Description
request UpdateFeatureRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateFeatureAsync(UpdateFeatureRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateFeatureAsync(UpdateFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates an existing Feature.

Parameters
Name Description
request UpdateFeatureRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateFleet(UpdateFleetRequest, CallOptions)

public virtual Operation UpdateFleet(UpdateFleetRequest request, CallOptions options)

Updates a fleet.

Parameters
Name Description
request UpdateFleetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateFleet(UpdateFleetRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateFleet(UpdateFleetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a fleet.

Parameters
Name Description
request UpdateFleetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateFleetAsync(UpdateFleetRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateFleetAsync(UpdateFleetRequest request, CallOptions options)

Updates a fleet.

Parameters
Name Description
request UpdateFleetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateFleetAsync(UpdateFleetRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateFleetAsync(UpdateFleetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a fleet.

Parameters
Name Description
request UpdateFleetRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateMembership(UpdateMembershipRequest, CallOptions)

public virtual Operation UpdateMembership(UpdateMembershipRequest request, CallOptions options)

Updates an existing Membership.

Parameters
Name Description
request UpdateMembershipRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateMembership(UpdateMembershipRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateMembership(UpdateMembershipRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates an existing Membership.

Parameters
Name Description
request UpdateMembershipRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateMembershipAsync(UpdateMembershipRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateMembershipAsync(UpdateMembershipRequest request, CallOptions options)

Updates an existing Membership.

Parameters
Name Description
request UpdateMembershipRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateMembershipAsync(UpdateMembershipRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateMembershipAsync(UpdateMembershipRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates an existing Membership.

Parameters
Name Description
request UpdateMembershipRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateMembershipBinding(UpdateMembershipBindingRequest, CallOptions)

public virtual Operation UpdateMembershipBinding(UpdateMembershipBindingRequest request, CallOptions options)

Updates a MembershipBinding.

Parameters
Name Description
request UpdateMembershipBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateMembershipBinding(UpdateMembershipBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateMembershipBinding(UpdateMembershipBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a MembershipBinding.

Parameters
Name Description
request UpdateMembershipBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateMembershipBindingAsync(UpdateMembershipBindingRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateMembershipBindingAsync(UpdateMembershipBindingRequest request, CallOptions options)

Updates a MembershipBinding.

Parameters
Name Description
request UpdateMembershipBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateMembershipBindingAsync(UpdateMembershipBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateMembershipBindingAsync(UpdateMembershipBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a MembershipBinding.

Parameters
Name Description
request UpdateMembershipBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateMembershipRBACRoleBinding(UpdateMembershipRBACRoleBindingRequest, CallOptions)

public virtual Operation UpdateMembershipRBACRoleBinding(UpdateMembershipRBACRoleBindingRequest request, CallOptions options)

Updates a Membership RBACRoleBinding.

Parameters
Name Description
request UpdateMembershipRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateMembershipRBACRoleBinding(UpdateMembershipRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateMembershipRBACRoleBinding(UpdateMembershipRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a Membership RBACRoleBinding.

Parameters
Name Description
request UpdateMembershipRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateMembershipRBACRoleBindingAsync(UpdateMembershipRBACRoleBindingRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateMembershipRBACRoleBindingAsync(UpdateMembershipRBACRoleBindingRequest request, CallOptions options)

Updates a Membership RBACRoleBinding.

Parameters
Name Description
request UpdateMembershipRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateMembershipRBACRoleBindingAsync(UpdateMembershipRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateMembershipRBACRoleBindingAsync(UpdateMembershipRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a Membership RBACRoleBinding.

Parameters
Name Description
request UpdateMembershipRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateScope(UpdateScopeRequest, CallOptions)

public virtual Operation UpdateScope(UpdateScopeRequest request, CallOptions options)

Updates a scopes.

Parameters
Name Description
request UpdateScopeRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateScope(UpdateScopeRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateScope(UpdateScopeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a scopes.

Parameters
Name Description
request UpdateScopeRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateScopeAsync(UpdateScopeRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateScopeAsync(UpdateScopeRequest request, CallOptions options)

Updates a scopes.

Parameters
Name Description
request UpdateScopeRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateScopeAsync(UpdateScopeRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateScopeAsync(UpdateScopeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a scopes.

Parameters
Name Description
request UpdateScopeRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateScopeNamespace(UpdateScopeNamespaceRequest, CallOptions)

public virtual Operation UpdateScopeNamespace(UpdateScopeNamespaceRequest request, CallOptions options)

Updates a fleet namespace.

Parameters
Name Description
request UpdateScopeNamespaceRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateScopeNamespace(UpdateScopeNamespaceRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateScopeNamespace(UpdateScopeNamespaceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a fleet namespace.

Parameters
Name Description
request UpdateScopeNamespaceRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateScopeNamespaceAsync(UpdateScopeNamespaceRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateScopeNamespaceAsync(UpdateScopeNamespaceRequest request, CallOptions options)

Updates a fleet namespace.

Parameters
Name Description
request UpdateScopeNamespaceRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateScopeNamespaceAsync(UpdateScopeNamespaceRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateScopeNamespaceAsync(UpdateScopeNamespaceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a fleet namespace.

Parameters
Name Description
request UpdateScopeNamespaceRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateScopeRBACRoleBinding(UpdateScopeRBACRoleBindingRequest, CallOptions)

public virtual Operation UpdateScopeRBACRoleBinding(UpdateScopeRBACRoleBindingRequest request, CallOptions options)

Updates a Scope RBACRoleBinding.

Parameters
Name Description
request UpdateScopeRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateScopeRBACRoleBinding(UpdateScopeRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateScopeRBACRoleBinding(UpdateScopeRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a Scope RBACRoleBinding.

Parameters
Name Description
request UpdateScopeRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

UpdateScopeRBACRoleBindingAsync(UpdateScopeRBACRoleBindingRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateScopeRBACRoleBindingAsync(UpdateScopeRBACRoleBindingRequest request, CallOptions options)

Updates a Scope RBACRoleBinding.

Parameters
Name Description
request UpdateScopeRBACRoleBindingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateScopeRBACRoleBindingAsync(UpdateScopeRBACRoleBindingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateScopeRBACRoleBindingAsync(UpdateScopeRBACRoleBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a Scope RBACRoleBinding.

Parameters
Name Description
request UpdateScopeRBACRoleBindingRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.