@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 class |
IAMCredentialsGrpc.IAMCredentialsBlockingStub
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.IAMCredentialsFutureStub
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.IAMCredentialsImplBase
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.IAMCredentialsStub
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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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 io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020 Google LLC. All rights reserved.