Class IAMCredentials.IAMCredentialsClient (1.0.0)

public class IAMCredentialsClient : ClientBase<IAMCredentials.IAMCredentialsClient>

Client for IAMCredentials

Inheritance

System.Object > Grpc.Core.ClientBase > Grpc.Core.ClientBase<IAMCredentials.IAMCredentialsClient> > IAMCredentials.IAMCredentialsClient

Namespace

Google.Cloud.Iam.Credentials.V1

Assembly

Google.Cloud.Iam.Credentials.V1.dll

Constructors

IAMCredentialsClient()

protected IAMCredentialsClient()

Protected parameterless constructor to allow creation of test doubles.

IAMCredentialsClient(CallInvoker)

public IAMCredentialsClient(CallInvoker callInvoker)

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

Parameter
Name Description
callInvoker Grpc.Core.CallInvoker

The callInvoker to use to make remote calls.

IAMCredentialsClient(ChannelBase)

public IAMCredentialsClient(ChannelBase channel)

Creates a new client for IAMCredentials

Parameter
Name Description
channel Grpc.Core.ChannelBase

The channel to use to make remote calls.

IAMCredentialsClient(ClientBase.ClientBaseConfiguration)

protected IAMCredentialsClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration Grpc.Core.ClientBase.ClientBaseConfiguration

The client configuration.

Methods

GenerateAccessToken(GenerateAccessTokenRequest, CallOptions)

public virtual GenerateAccessTokenResponse GenerateAccessToken(GenerateAccessTokenRequest request, CallOptions options)

Generates an OAuth 2.0 access token for a service account.

Parameters
Name Description
request GenerateAccessTokenRequest

The request to send to the server.

options Grpc.Core.CallOptions

The options for the call.

Returns
Type Description
GenerateAccessTokenResponse

The response received from the server.

GenerateAccessToken(GenerateAccessTokenRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual GenerateAccessTokenResponse GenerateAccessToken(GenerateAccessTokenRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Generates an OAuth 2.0 access token for a service account.

Parameters
Name Description
request GenerateAccessTokenRequest

The request to send to the server.

headers Grpc.Core.Metadata

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

deadline System.Nullable<System.DateTime>

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

cancellationToken System.Threading.CancellationToken

An optional token for canceling the call.

Returns
Type Description
GenerateAccessTokenResponse

The response received from the server.

GenerateAccessTokenAsync(GenerateAccessTokenRequest, CallOptions)

public virtual AsyncUnaryCall<GenerateAccessTokenResponse> GenerateAccessTokenAsync(GenerateAccessTokenRequest request, CallOptions options)

Generates an OAuth 2.0 access token for a service account.

Parameters
Name Description
request GenerateAccessTokenRequest

The request to send to the server.

options Grpc.Core.CallOptions

The options for the call.

Returns
Type Description
Grpc.Core.AsyncUnaryCall<GenerateAccessTokenResponse>

The call object.

GenerateAccessTokenAsync(GenerateAccessTokenRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<GenerateAccessTokenResponse> GenerateAccessTokenAsync(GenerateAccessTokenRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Generates an OAuth 2.0 access token for a service account.

Parameters
Name Description
request GenerateAccessTokenRequest

The request to send to the server.

headers Grpc.Core.Metadata

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

deadline System.Nullable<System.DateTime>

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

cancellationToken System.Threading.CancellationToken

An optional token for canceling the call.

Returns
Type Description
Grpc.Core.AsyncUnaryCall<GenerateAccessTokenResponse>

The call object.

GenerateIdToken(GenerateIdTokenRequest, CallOptions)

public virtual GenerateIdTokenResponse GenerateIdToken(GenerateIdTokenRequest request, CallOptions options)

Generates an OpenID Connect ID token for a service account.

Parameters
Name Description
request GenerateIdTokenRequest

The request to send to the server.

options Grpc.Core.CallOptions

The options for the call.

Returns
Type Description
GenerateIdTokenResponse

The response received from the server.

GenerateIdToken(GenerateIdTokenRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual GenerateIdTokenResponse GenerateIdToken(GenerateIdTokenRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Generates an OpenID Connect ID token for a service account.

Parameters
Name Description
request GenerateIdTokenRequest

The request to send to the server.

headers Grpc.Core.Metadata

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

deadline System.Nullable<System.DateTime>

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

cancellationToken System.Threading.CancellationToken

An optional token for canceling the call.

Returns
Type Description
GenerateIdTokenResponse

The response received from the server.

GenerateIdTokenAsync(GenerateIdTokenRequest, CallOptions)

public virtual AsyncUnaryCall<GenerateIdTokenResponse> GenerateIdTokenAsync(GenerateIdTokenRequest request, CallOptions options)

Generates an OpenID Connect ID token for a service account.

Parameters
Name Description
request GenerateIdTokenRequest

The request to send to the server.

options Grpc.Core.CallOptions

The options for the call.

Returns
Type Description
Grpc.Core.AsyncUnaryCall<GenerateIdTokenResponse>

The call object.

GenerateIdTokenAsync(GenerateIdTokenRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<GenerateIdTokenResponse> GenerateIdTokenAsync(GenerateIdTokenRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Generates an OpenID Connect ID token for a service account.

Parameters
Name Description
request GenerateIdTokenRequest

The request to send to the server.

headers Grpc.Core.Metadata

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

deadline System.Nullable<System.DateTime>

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

cancellationToken System.Threading.CancellationToken

An optional token for canceling the call.

Returns
Type Description
Grpc.Core.AsyncUnaryCall<GenerateIdTokenResponse>

The call object.

NewInstance(ClientBase.ClientBaseConfiguration)

protected override IAMCredentials.IAMCredentialsClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration Grpc.Core.ClientBase.ClientBaseConfiguration
Returns
Type Description
IAMCredentials.IAMCredentialsClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.Iam.Credentials.V1.IAMCredentials.IAMCredentialsClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

SignBlob(SignBlobRequest, CallOptions)

public virtual SignBlobResponse SignBlob(SignBlobRequest request, CallOptions options)

Signs a blob using a service account's system-managed private key.

Parameters
Name Description
request SignBlobRequest

The request to send to the server.

options Grpc.Core.CallOptions

The options for the call.

Returns
Type Description
SignBlobResponse

The response received from the server.

SignBlob(SignBlobRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual SignBlobResponse SignBlob(SignBlobRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Signs a blob using a service account's system-managed private key.

Parameters
Name Description
request SignBlobRequest

The request to send to the server.

headers Grpc.Core.Metadata

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

deadline System.Nullable<System.DateTime>

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

cancellationToken System.Threading.CancellationToken

An optional token for canceling the call.

Returns
Type Description
SignBlobResponse

The response received from the server.

SignBlobAsync(SignBlobRequest, CallOptions)

public virtual AsyncUnaryCall<SignBlobResponse> SignBlobAsync(SignBlobRequest request, CallOptions options)

Signs a blob using a service account's system-managed private key.

Parameters
Name Description
request SignBlobRequest

The request to send to the server.

options Grpc.Core.CallOptions

The options for the call.

Returns
Type Description
Grpc.Core.AsyncUnaryCall<SignBlobResponse>

The call object.

SignBlobAsync(SignBlobRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<SignBlobResponse> SignBlobAsync(SignBlobRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Signs a blob using a service account's system-managed private key.

Parameters
Name Description
request SignBlobRequest

The request to send to the server.

headers Grpc.Core.Metadata

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

deadline System.Nullable<System.DateTime>

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

cancellationToken System.Threading.CancellationToken

An optional token for canceling the call.

Returns
Type Description
Grpc.Core.AsyncUnaryCall<SignBlobResponse>

The call object.

SignJwt(SignJwtRequest, CallOptions)

public virtual SignJwtResponse SignJwt(SignJwtRequest request, CallOptions options)

Signs a JWT using a service account's system-managed private key.

Parameters
Name Description
request SignJwtRequest

The request to send to the server.

options Grpc.Core.CallOptions

The options for the call.

Returns
Type Description
SignJwtResponse

The response received from the server.

SignJwt(SignJwtRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual SignJwtResponse SignJwt(SignJwtRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Signs a JWT using a service account's system-managed private key.

Parameters
Name Description
request SignJwtRequest

The request to send to the server.

headers Grpc.Core.Metadata

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

deadline System.Nullable<System.DateTime>

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

cancellationToken System.Threading.CancellationToken

An optional token for canceling the call.

Returns
Type Description
SignJwtResponse

The response received from the server.

SignJwtAsync(SignJwtRequest, CallOptions)

public virtual AsyncUnaryCall<SignJwtResponse> SignJwtAsync(SignJwtRequest request, CallOptions options)

Signs a JWT using a service account's system-managed private key.

Parameters
Name Description
request SignJwtRequest

The request to send to the server.

options Grpc.Core.CallOptions

The options for the call.

Returns
Type Description
Grpc.Core.AsyncUnaryCall<SignJwtResponse>

The call object.

SignJwtAsync(SignJwtRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<SignJwtResponse> SignJwtAsync(SignJwtRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Signs a JWT using a service account's system-managed private key.

Parameters
Name Description
request SignJwtRequest

The request to send to the server.

headers Grpc.Core.Metadata

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

deadline System.Nullable<System.DateTime>

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

cancellationToken System.Threading.CancellationToken

An optional token for canceling the call.

Returns
Type Description
Grpc.Core.AsyncUnaryCall<SignJwtResponse>

The call object.