Uses of Class
com.google.cloud.iam.credentials.v1.SignJwtRequest
-
Packages that use SignJwtRequest Package Description com.google.cloud.iam.credentials.v1 A client to IAM Service Account Credentials APIcom.google.cloud.iam.credentials.v1.stub -
-
Uses of SignJwtRequest in com.google.cloud.iam.credentials.v1
Methods in com.google.cloud.iam.credentials.v1 that return SignJwtRequest Modifier and Type Method Description SignJwtRequest
SignJwtRequest.Builder. build()
SignJwtRequest
SignJwtRequest.Builder. buildPartial()
static SignJwtRequest
SignJwtRequest. getDefaultInstance()
SignJwtRequest
SignJwtRequest.Builder. getDefaultInstanceForType()
SignJwtRequest
SignJwtRequest. getDefaultInstanceForType()
static SignJwtRequest
SignJwtRequest. parseDelimitedFrom(InputStream input)
static SignJwtRequest
SignJwtRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtRequest
SignJwtRequest. parseFrom(byte[] data)
static SignJwtRequest
SignJwtRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtRequest
SignJwtRequest. parseFrom(com.google.protobuf.ByteString data)
static SignJwtRequest
SignJwtRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtRequest
SignJwtRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SignJwtRequest
SignJwtRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtRequest
SignJwtRequest. parseFrom(InputStream input)
static SignJwtRequest
SignJwtRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtRequest
SignJwtRequest. parseFrom(ByteBuffer data)
static SignJwtRequest
SignJwtRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iam.credentials.v1 that return types with arguments of type SignJwtRequest Modifier and Type Method Description com.google.protobuf.Parser<SignJwtRequest>
SignJwtRequest. getParserForType()
static io.grpc.MethodDescriptor<SignJwtRequest,SignJwtResponse>
IAMCredentialsGrpc. getSignJwtMethod()
static com.google.protobuf.Parser<SignJwtRequest>
SignJwtRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SignJwtRequest,SignJwtResponse>
IamCredentialsClient. signJwtCallable()
Signs a JWT using a service account's system-managed private key.com.google.api.gax.rpc.UnaryCallSettings.Builder<SignJwtRequest,SignJwtResponse>
IamCredentialsSettings.Builder. signJwtSettings()
Returns the builder for the settings used for calls to signJwt.com.google.api.gax.rpc.UnaryCallSettings<SignJwtRequest,SignJwtResponse>
IamCredentialsSettings. signJwtSettings()
Returns the object with the settings used for calls to signJwt.Methods in com.google.cloud.iam.credentials.v1 with parameters of type SignJwtRequest Modifier and Type Method Description SignJwtRequest.Builder
SignJwtRequest.Builder. mergeFrom(SignJwtRequest other)
static SignJwtRequest.Builder
SignJwtRequest. newBuilder(SignJwtRequest prototype)
SignJwtResponse
IamCredentialsClient. signJwt(SignJwtRequest request)
Signs a JWT using a service account's system-managed private key.default void
IAMCredentialsGrpc.AsyncService. signJwt(SignJwtRequest request, io.grpc.stub.StreamObserver<SignJwtResponse> responseObserver)
Signs a JWT using a service account's system-managed private key.SignJwtResponse
IAMCredentialsGrpc.IAMCredentialsBlockingStub. signJwt(SignJwtRequest request)
Signs a JWT using a service account's system-managed private key.com.google.common.util.concurrent.ListenableFuture<SignJwtResponse>
IAMCredentialsGrpc.IAMCredentialsFutureStub. signJwt(SignJwtRequest request)
Signs a JWT using a service account's system-managed private key.void
IAMCredentialsGrpc.IAMCredentialsStub. signJwt(SignJwtRequest request, io.grpc.stub.StreamObserver<SignJwtResponse> responseObserver)
Signs a JWT using a service account's system-managed private key. -
Uses of SignJwtRequest in com.google.cloud.iam.credentials.v1.stub
Methods in com.google.cloud.iam.credentials.v1.stub that return types with arguments of type SignJwtRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SignJwtRequest,SignJwtResponse>
GrpcIamCredentialsStub. signJwtCallable()
com.google.api.gax.rpc.UnaryCallable<SignJwtRequest,SignJwtResponse>
HttpJsonIamCredentialsStub. signJwtCallable()
com.google.api.gax.rpc.UnaryCallable<SignJwtRequest,SignJwtResponse>
IamCredentialsStub. signJwtCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SignJwtRequest,SignJwtResponse>
IamCredentialsStubSettings.Builder. signJwtSettings()
Returns the builder for the settings used for calls to signJwt.com.google.api.gax.rpc.UnaryCallSettings<SignJwtRequest,SignJwtResponse>
IamCredentialsStubSettings. signJwtSettings()
Returns the object with the settings used for calls to signJwt.
-