public class InterconnectGroups.InterconnectGroupsClient : ClientBase<InterconnectGroups.InterconnectGroupsClient>
Reference documentation and code samples for the Compute Engine v1 API class InterconnectGroups.InterconnectGroupsClient.
Client for InterconnectGroups
Inheritance
object > ClientBase > ClientBaseInterconnectGroupsInterconnectGroupsClient > InterconnectGroups.InterconnectGroupsClientNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InterconnectGroupsClient()
protected InterconnectGroupsClient()
Protected parameterless constructor to allow creation of test doubles.
InterconnectGroupsClient(CallInvoker)
public InterconnectGroupsClient(CallInvoker callInvoker)
Creates a new client for InterconnectGroups that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker |
CallInvoker The callInvoker to use to make remote calls. |
InterconnectGroupsClient(ChannelBase)
public InterconnectGroupsClient(ChannelBase channel)
Creates a new client for InterconnectGroups
Parameter | |
---|---|
Name | Description |
channel |
ChannelBase The channel to use to make remote calls. |
InterconnectGroupsClient(ClientBaseConfiguration)
protected InterconnectGroupsClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration The client configuration. |
Methods
CreateMembers(CreateMembersInterconnectGroupRequest, CallOptions)
public virtual Operation CreateMembers(CreateMembersInterconnectGroupRequest request, CallOptions options)
Create Interconnects with redundancy by creating them in a specified interconnect group.
Parameters | |
---|---|
Name | Description |
request |
CreateMembersInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateMembers(CreateMembersInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateMembers(CreateMembersInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Create Interconnects with redundancy by creating them in a specified interconnect group.
Parameters | |
---|---|
Name | Description |
request |
CreateMembersInterconnectGroupRequest 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. |
CreateMembersAsync(CreateMembersInterconnectGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateMembersAsync(CreateMembersInterconnectGroupRequest request, CallOptions options)
Create Interconnects with redundancy by creating them in a specified interconnect group.
Parameters | |
---|---|
Name | Description |
request |
CreateMembersInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateMembersAsync(CreateMembersInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateMembersAsync(CreateMembersInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Create Interconnects with redundancy by creating them in a specified interconnect group.
Parameters | |
---|---|
Name | Description |
request |
CreateMembersInterconnectGroupRequest 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. |
CreateOperationsClientForGlobalOperations()
public virtual Operations.OperationsClient CreateOperationsClientForGlobalOperations()
Creates a new instance of Operations.OperationsClient using the same call invoker as this client, delegating to GlobalOperations.
Returns | |
---|---|
Type | Description |
OperationsOperationsClient |
A new Operations client for the same target as this client. |
Delete(DeleteInterconnectGroupRequest, CallOptions)
public virtual Operation Delete(DeleteInterconnectGroupRequest request, CallOptions options)
Deletes the specified InterconnectGroup in the given scope
Parameters | |
---|---|
Name | Description |
request |
DeleteInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
Delete(DeleteInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation Delete(DeleteInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes the specified InterconnectGroup in the given scope
Parameters | |
---|---|
Name | Description |
request |
DeleteInterconnectGroupRequest 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. |
DeleteAsync(DeleteInterconnectGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteAsync(DeleteInterconnectGroupRequest request, CallOptions options)
Deletes the specified InterconnectGroup in the given scope
Parameters | |
---|---|
Name | Description |
request |
DeleteInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteAsync(DeleteInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteAsync(DeleteInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes the specified InterconnectGroup in the given scope
Parameters | |
---|---|
Name | Description |
request |
DeleteInterconnectGroupRequest 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. |
Get(GetInterconnectGroupRequest, CallOptions)
public virtual InterconnectGroup Get(GetInterconnectGroupRequest request, CallOptions options)
Returns the specified InterconnectGroup resource in the given scope.
Parameters | |
---|---|
Name | Description |
request |
GetInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
InterconnectGroup |
The response received from the server. |
Get(GetInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual InterconnectGroup Get(GetInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Returns the specified InterconnectGroup resource in the given scope.
Parameters | |
---|---|
Name | Description |
request |
GetInterconnectGroupRequest 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 |
InterconnectGroup |
The response received from the server. |
GetAsync(GetInterconnectGroupRequest, CallOptions)
public virtual AsyncUnaryCall<InterconnectGroup> GetAsync(GetInterconnectGroupRequest request, CallOptions options)
Returns the specified InterconnectGroup resource in the given scope.
Parameters | |
---|---|
Name | Description |
request |
GetInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallInterconnectGroup |
The call object. |
GetAsync(GetInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<InterconnectGroup> GetAsync(GetInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Returns the specified InterconnectGroup resource in the given scope.
Parameters | |
---|---|
Name | Description |
request |
GetInterconnectGroupRequest 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 |
AsyncUnaryCallInterconnectGroup |
The call object. |
GetIamPolicy(GetIamPolicyInterconnectGroupRequest, CallOptions)
public virtual Policy GetIamPolicy(GetIamPolicyInterconnectGroupRequest request, CallOptions options)
Gets the access control policy for a resource. May be empty if no such policy or resource exists.
Parameters | |
---|---|
Name | Description |
request |
GetIamPolicyInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Policy |
The response received from the server. |
GetIamPolicy(GetIamPolicyInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Policy GetIamPolicy(GetIamPolicyInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the access control policy for a resource. May be empty if no such policy or resource exists.
Parameters | |
---|---|
Name | Description |
request |
GetIamPolicyInterconnectGroupRequest 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 |
Policy |
The response received from the server. |
GetIamPolicyAsync(GetIamPolicyInterconnectGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Policy> GetIamPolicyAsync(GetIamPolicyInterconnectGroupRequest request, CallOptions options)
Gets the access control policy for a resource. May be empty if no such policy or resource exists.
Parameters | |
---|---|
Name | Description |
request |
GetIamPolicyInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallPolicy |
The call object. |
GetIamPolicyAsync(GetIamPolicyInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Policy> GetIamPolicyAsync(GetIamPolicyInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the access control policy for a resource. May be empty if no such policy or resource exists.
Parameters | |
---|---|
Name | Description |
request |
GetIamPolicyInterconnectGroupRequest 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 |
AsyncUnaryCallPolicy |
The call object. |
GetOperationalStatus(GetOperationalStatusInterconnectGroupRequest, CallOptions)
public virtual InterconnectGroupsGetOperationalStatusResponse GetOperationalStatus(GetOperationalStatusInterconnectGroupRequest request, CallOptions options)
Returns the interconnectStatuses for the specified InterconnectGroup.
Parameters | |
---|---|
Name | Description |
request |
GetOperationalStatusInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
InterconnectGroupsGetOperationalStatusResponse |
The response received from the server. |
GetOperationalStatus(GetOperationalStatusInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual InterconnectGroupsGetOperationalStatusResponse GetOperationalStatus(GetOperationalStatusInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Returns the interconnectStatuses for the specified InterconnectGroup.
Parameters | |
---|---|
Name | Description |
request |
GetOperationalStatusInterconnectGroupRequest 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 |
InterconnectGroupsGetOperationalStatusResponse |
The response received from the server. |
GetOperationalStatusAsync(GetOperationalStatusInterconnectGroupRequest, CallOptions)
public virtual AsyncUnaryCall<InterconnectGroupsGetOperationalStatusResponse> GetOperationalStatusAsync(GetOperationalStatusInterconnectGroupRequest request, CallOptions options)
Returns the interconnectStatuses for the specified InterconnectGroup.
Parameters | |
---|---|
Name | Description |
request |
GetOperationalStatusInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallInterconnectGroupsGetOperationalStatusResponse |
The call object. |
GetOperationalStatusAsync(GetOperationalStatusInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<InterconnectGroupsGetOperationalStatusResponse> GetOperationalStatusAsync(GetOperationalStatusInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Returns the interconnectStatuses for the specified InterconnectGroup.
Parameters | |
---|---|
Name | Description |
request |
GetOperationalStatusInterconnectGroupRequest 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 |
AsyncUnaryCallInterconnectGroupsGetOperationalStatusResponse |
The call object. |
Insert(InsertInterconnectGroupRequest, CallOptions)
public virtual Operation Insert(InsertInterconnectGroupRequest request, CallOptions options)
Creates a InterconnectGroup in the specified project in the given scope using the parameters that are included in the request.
Parameters | |
---|---|
Name | Description |
request |
InsertInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
Insert(InsertInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation Insert(InsertInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a InterconnectGroup in the specified project in the given scope using the parameters that are included in the request.
Parameters | |
---|---|
Name | Description |
request |
InsertInterconnectGroupRequest 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. |
InsertAsync(InsertInterconnectGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> InsertAsync(InsertInterconnectGroupRequest request, CallOptions options)
Creates a InterconnectGroup in the specified project in the given scope using the parameters that are included in the request.
Parameters | |
---|---|
Name | Description |
request |
InsertInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
InsertAsync(InsertInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> InsertAsync(InsertInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a InterconnectGroup in the specified project in the given scope using the parameters that are included in the request.
Parameters | |
---|---|
Name | Description |
request |
InsertInterconnectGroupRequest 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. |
List(ListInterconnectGroupsRequest, CallOptions)
public virtual InterconnectGroupsListResponse List(ListInterconnectGroupsRequest request, CallOptions options)
Lists the InterconnectGroups for a project in the given scope.
Parameters | |
---|---|
Name | Description |
request |
ListInterconnectGroupsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
InterconnectGroupsListResponse |
The response received from the server. |
List(ListInterconnectGroupsRequest, Metadata, DateTime?, CancellationToken)
public virtual InterconnectGroupsListResponse List(ListInterconnectGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists the InterconnectGroups for a project in the given scope.
Parameters | |
---|---|
Name | Description |
request |
ListInterconnectGroupsRequest 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 |
InterconnectGroupsListResponse |
The response received from the server. |
ListAsync(ListInterconnectGroupsRequest, CallOptions)
public virtual AsyncUnaryCall<InterconnectGroupsListResponse> ListAsync(ListInterconnectGroupsRequest request, CallOptions options)
Lists the InterconnectGroups for a project in the given scope.
Parameters | |
---|---|
Name | Description |
request |
ListInterconnectGroupsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallInterconnectGroupsListResponse |
The call object. |
ListAsync(ListInterconnectGroupsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<InterconnectGroupsListResponse> ListAsync(ListInterconnectGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists the InterconnectGroups for a project in the given scope.
Parameters | |
---|---|
Name | Description |
request |
ListInterconnectGroupsRequest 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 |
AsyncUnaryCallInterconnectGroupsListResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override InterconnectGroups.InterconnectGroupsClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
InterconnectGroupsInterconnectGroupsClient |
Patch(PatchInterconnectGroupRequest, CallOptions)
public virtual Operation Patch(PatchInterconnectGroupRequest request, CallOptions options)
Patches the specified InterconnectGroup resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
Parameters | |
---|---|
Name | Description |
request |
PatchInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
Patch(PatchInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation Patch(PatchInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Patches the specified InterconnectGroup resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
Parameters | |
---|---|
Name | Description |
request |
PatchInterconnectGroupRequest 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. |
PatchAsync(PatchInterconnectGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> PatchAsync(PatchInterconnectGroupRequest request, CallOptions options)
Patches the specified InterconnectGroup resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
Parameters | |
---|---|
Name | Description |
request |
PatchInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
PatchAsync(PatchInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> PatchAsync(PatchInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Patches the specified InterconnectGroup resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
Parameters | |
---|---|
Name | Description |
request |
PatchInterconnectGroupRequest 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. |
SetIamPolicy(SetIamPolicyInterconnectGroupRequest, CallOptions)
public virtual Policy SetIamPolicy(SetIamPolicyInterconnectGroupRequest request, CallOptions options)
Sets the access control policy on the specified resource. Replaces any existing policy.
Parameters | |
---|---|
Name | Description |
request |
SetIamPolicyInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Policy |
The response received from the server. |
SetIamPolicy(SetIamPolicyInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Policy SetIamPolicy(SetIamPolicyInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Sets the access control policy on the specified resource. Replaces any existing policy.
Parameters | |
---|---|
Name | Description |
request |
SetIamPolicyInterconnectGroupRequest 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 |
Policy |
The response received from the server. |
SetIamPolicyAsync(SetIamPolicyInterconnectGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Policy> SetIamPolicyAsync(SetIamPolicyInterconnectGroupRequest request, CallOptions options)
Sets the access control policy on the specified resource. Replaces any existing policy.
Parameters | |
---|---|
Name | Description |
request |
SetIamPolicyInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallPolicy |
The call object. |
SetIamPolicyAsync(SetIamPolicyInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Policy> SetIamPolicyAsync(SetIamPolicyInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Sets the access control policy on the specified resource. Replaces any existing policy.
Parameters | |
---|---|
Name | Description |
request |
SetIamPolicyInterconnectGroupRequest 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 |
AsyncUnaryCallPolicy |
The call object. |
TestIamPermissions(TestIamPermissionsInterconnectGroupRequest, CallOptions)
public virtual TestPermissionsResponse TestIamPermissions(TestIamPermissionsInterconnectGroupRequest request, CallOptions options)
Returns permissions that a caller has on the specified resource.
Parameters | |
---|---|
Name | Description |
request |
TestIamPermissionsInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
TestPermissionsResponse |
The response received from the server. |
TestIamPermissions(TestIamPermissionsInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual TestPermissionsResponse TestIamPermissions(TestIamPermissionsInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Returns permissions that a caller has on the specified resource.
Parameters | |
---|---|
Name | Description |
request |
TestIamPermissionsInterconnectGroupRequest 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 |
TestPermissionsResponse |
The response received from the server. |
TestIamPermissionsAsync(TestIamPermissionsInterconnectGroupRequest, CallOptions)
public virtual AsyncUnaryCall<TestPermissionsResponse> TestIamPermissionsAsync(TestIamPermissionsInterconnectGroupRequest request, CallOptions options)
Returns permissions that a caller has on the specified resource.
Parameters | |
---|---|
Name | Description |
request |
TestIamPermissionsInterconnectGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallTestPermissionsResponse |
The call object. |
TestIamPermissionsAsync(TestIamPermissionsInterconnectGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<TestPermissionsResponse> TestIamPermissionsAsync(TestIamPermissionsInterconnectGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Returns permissions that a caller has on the specified resource.
Parameters | |
---|---|
Name | Description |
request |
TestIamPermissionsInterconnectGroupRequest 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 |
AsyncUnaryCallTestPermissionsResponse |
The call object. |