Class IAMCredentialsGrpc
- java.lang.Object
-
- com.google.cloud.iam.credentials.v1.IAMCredentialsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/iam/credentials/v1/iamcredentials.proto") public final class IAMCredentialsGrpc extends Object
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. Your application assumes the identity of the service account to call Google APIs, so that the users aren't directly involved. Service account credentials are used to temporarily assume the identity of the service account. Supported credential types include OAuth 2.0 access tokens, OpenID Connect ID tokens, self-signed JSON Web Tokens (JWTs), and more.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
IAMCredentialsGrpc.AsyncService
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.static class
IAMCredentialsGrpc.IAMCredentialsBlockingStub
A stub to allow clients to do synchronous rpc calls to service IAMCredentials.static class
IAMCredentialsGrpc.IAMCredentialsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service IAMCredentials.static class
IAMCredentialsGrpc.IAMCredentialsImplBase
Base class for the server implementation of the service IAMCredentials.static class
IAMCredentialsGrpc.IAMCredentialsStub
A stub to allow clients to do asynchronous rpc calls to service IAMCredentials.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(IAMCredentialsGrpc.AsyncService service)
static io.grpc.MethodDescriptor<GenerateAccessTokenRequest,GenerateAccessTokenResponse>
getGenerateAccessTokenMethod()
static io.grpc.MethodDescriptor<GenerateIdTokenRequest,GenerateIdTokenResponse>
getGenerateIdTokenMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<SignBlobRequest,SignBlobResponse>
getSignBlobMethod()
static io.grpc.MethodDescriptor<SignJwtRequest,SignJwtResponse>
getSignJwtMethod()
static IAMCredentialsGrpc.IAMCredentialsBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic IAMCredentialsGrpc.IAMCredentialsFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic IAMCredentialsGrpc.IAMCredentialsStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGenerateAccessTokenMethod
public static io.grpc.MethodDescriptor<GenerateAccessTokenRequest,GenerateAccessTokenResponse> getGenerateAccessTokenMethod()
-
getGenerateIdTokenMethod
public static io.grpc.MethodDescriptor<GenerateIdTokenRequest,GenerateIdTokenResponse> getGenerateIdTokenMethod()
-
getSignBlobMethod
public static io.grpc.MethodDescriptor<SignBlobRequest,SignBlobResponse> getSignBlobMethod()
-
getSignJwtMethod
public static io.grpc.MethodDescriptor<SignJwtRequest,SignJwtResponse> getSignJwtMethod()
-
newStub
public static IAMCredentialsGrpc.IAMCredentialsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static IAMCredentialsGrpc.IAMCredentialsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static IAMCredentialsGrpc.IAMCredentialsFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(IAMCredentialsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-