@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.
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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 service
|
static IAMCredentialsGrpc.IAMCredentialsFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static IAMCredentialsGrpc.IAMCredentialsStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<GenerateAccessTokenRequest,GenerateAccessTokenResponse> getGenerateAccessTokenMethod()
public static io.grpc.MethodDescriptor<GenerateIdTokenRequest,GenerateIdTokenResponse> getGenerateIdTokenMethod()
public static io.grpc.MethodDescriptor<SignBlobRequest,SignBlobResponse> getSignBlobMethod()
public static io.grpc.MethodDescriptor<SignJwtRequest,SignJwtResponse> getSignJwtMethod()
public static IAMCredentialsGrpc.IAMCredentialsStub newStub(io.grpc.Channel channel)
public static IAMCredentialsGrpc.IAMCredentialsBlockingStub newBlockingStub(io.grpc.Channel channel)
public static IAMCredentialsGrpc.IAMCredentialsFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(IAMCredentialsGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2025 Google LLC. All rights reserved.