Uses of Class
com.google.cloud.iam.credentials.v1.SignJwtResponse
-
Packages that use SignJwtResponse Package Description com.google.cloud.iam.credentials.v1 A client to IAM Service Account Credentials APIcom.google.cloud.iam.credentials.v1.stub -
-
Uses of SignJwtResponse in com.google.cloud.iam.credentials.v1
Methods in com.google.cloud.iam.credentials.v1 that return SignJwtResponse Modifier and Type Method Description SignJwtResponse
SignJwtResponse.Builder. build()
SignJwtResponse
SignJwtResponse.Builder. buildPartial()
static SignJwtResponse
SignJwtResponse. getDefaultInstance()
SignJwtResponse
SignJwtResponse.Builder. getDefaultInstanceForType()
SignJwtResponse
SignJwtResponse. getDefaultInstanceForType()
static SignJwtResponse
SignJwtResponse. parseDelimitedFrom(InputStream input)
static SignJwtResponse
SignJwtResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtResponse
SignJwtResponse. parseFrom(byte[] data)
static SignJwtResponse
SignJwtResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtResponse
SignJwtResponse. parseFrom(com.google.protobuf.ByteString data)
static SignJwtResponse
SignJwtResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtResponse
SignJwtResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SignJwtResponse
SignJwtResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtResponse
SignJwtResponse. parseFrom(InputStream input)
static SignJwtResponse
SignJwtResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignJwtResponse
SignJwtResponse. parseFrom(ByteBuffer data)
static SignJwtResponse
SignJwtResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SignJwtResponse
IamCredentialsClient. signJwt(ServiceAccountName name, List<String> delegates, String payload)
Signs a JWT using a service account's system-managed private key.SignJwtResponse
IamCredentialsClient. signJwt(SignJwtRequest request)
Signs a JWT using a service account's system-managed private key.SignJwtResponse
IamCredentialsClient. signJwt(String name, List<String> delegates, String payload)
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.Methods in com.google.cloud.iam.credentials.v1 that return types with arguments of type SignJwtResponse Modifier and Type Method Description com.google.protobuf.Parser<SignJwtResponse>
SignJwtResponse. getParserForType()
static io.grpc.MethodDescriptor<SignJwtRequest,SignJwtResponse>
IAMCredentialsGrpc. getSignJwtMethod()
static com.google.protobuf.Parser<SignJwtResponse>
SignJwtResponse. parser()
com.google.common.util.concurrent.ListenableFuture<SignJwtResponse>
IAMCredentialsGrpc.IAMCredentialsFutureStub. signJwt(SignJwtRequest request)
Signs a JWT using a service account's system-managed private key.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 SignJwtResponse Modifier and Type Method Description SignJwtResponse.Builder
SignJwtResponse.Builder. mergeFrom(SignJwtResponse other)
static SignJwtResponse.Builder
SignJwtResponse. newBuilder(SignJwtResponse prototype)
Method parameters in com.google.cloud.iam.credentials.v1 with type arguments of type SignJwtResponse Modifier and Type Method Description 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.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 SignJwtResponse in com.google.cloud.iam.credentials.v1.stub
Methods in com.google.cloud.iam.credentials.v1.stub that return types with arguments of type SignJwtResponse 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.
-