Skip navigation links
B C G I N S 

B

bindService() - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsImplBase
 
build(Channel, CallOptions) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsFutureStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsStub
 

C

com.google.cloud.iam.credentials.v1 - package com.google.cloud.iam.credentials.v1
 

G

generateAccessToken(GenerateAccessTokenRequest) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsBlockingStub
Generates an OAuth 2.0 access token for a service account.
generateAccessToken(GenerateAccessTokenRequest) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsFutureStub
Generates an OAuth 2.0 access token for a service account.
generateAccessToken(GenerateAccessTokenRequest, StreamObserver<GenerateAccessTokenResponse>) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsImplBase
Generates an OAuth 2.0 access token for a service account.
generateAccessToken(GenerateAccessTokenRequest, StreamObserver<GenerateAccessTokenResponse>) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsStub
Generates an OAuth 2.0 access token for a service account.
generateIdToken(GenerateIdTokenRequest) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsBlockingStub
Generates an OpenID Connect ID token for a service account.
generateIdToken(GenerateIdTokenRequest) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsFutureStub
Generates an OpenID Connect ID token for a service account.
generateIdToken(GenerateIdTokenRequest, StreamObserver<GenerateIdTokenResponse>) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsImplBase
Generates an OpenID Connect ID token for a service account.
generateIdToken(GenerateIdTokenRequest, StreamObserver<GenerateIdTokenResponse>) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsStub
Generates an OpenID Connect ID token for a service account.
getGenerateAccessTokenMethod() - Static method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc
 
getGenerateIdTokenMethod() - Static method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc
 
getServiceDescriptor() - Static method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc
 
getSignBlobMethod() - Static method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc
 
getSignJwtMethod() - Static method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc
 

I

IAMCredentialsGrpc - Class in com.google.cloud.iam.credentials.v1
A service account is a special type of Google account that belongs to your application or a virtual machine (VM), instead of to an individual end user.
IAMCredentialsGrpc.IAMCredentialsBlockingStub - Class in com.google.cloud.iam.credentials.v1
A service account is a special type of Google account that belongs to your application or a virtual machine (VM), instead of to an individual end user.
IAMCredentialsGrpc.IAMCredentialsFutureStub - Class in com.google.cloud.iam.credentials.v1
A service account is a special type of Google account that belongs to your application or a virtual machine (VM), instead of to an individual end user.
IAMCredentialsGrpc.IAMCredentialsImplBase - Class in com.google.cloud.iam.credentials.v1
A service account is a special type of Google account that belongs to your application or a virtual machine (VM), instead of to an individual end user.
IAMCredentialsGrpc.IAMCredentialsStub - Class in com.google.cloud.iam.credentials.v1
A service account is a special type of Google account that belongs to your application or a virtual machine (VM), instead of to an individual end user.
IAMCredentialsImplBase() - Constructor for class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsImplBase
 

N

newBlockingStub(Channel) - Static method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newFutureStub(Channel) - Static method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newStub(Channel) - Static method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc
Creates a new async stub that supports all call types for the service

S

SERVICE_NAME - Static variable in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc
 
signBlob(SignBlobRequest) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsBlockingStub
Signs a blob using a service account's system-managed private key.
signBlob(SignBlobRequest) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsFutureStub
Signs a blob using a service account's system-managed private key.
signBlob(SignBlobRequest, StreamObserver<SignBlobResponse>) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsImplBase
Signs a blob using a service account's system-managed private key.
signBlob(SignBlobRequest, StreamObserver<SignBlobResponse>) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsStub
Signs a blob using a service account's system-managed private key.
signJwt(SignJwtRequest) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsBlockingStub
Signs a JWT using a service account's system-managed private key.
signJwt(SignJwtRequest) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsFutureStub
Signs a JWT using a service account's system-managed private key.
signJwt(SignJwtRequest, StreamObserver<SignJwtResponse>) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsImplBase
Signs a JWT using a service account's system-managed private key.
signJwt(SignJwtRequest, StreamObserver<SignJwtResponse>) - Method in class com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc.IAMCredentialsStub
Signs a JWT using a service account's system-managed private key.
B C G I N S 
Skip navigation links

Copyright © 2020 Google LLC. All rights reserved.