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 SignJwtRequestSignJwtRequest.Builder. build()SignJwtRequestSignJwtRequest.Builder. buildPartial()static SignJwtRequestSignJwtRequest. getDefaultInstance()SignJwtRequestSignJwtRequest.Builder. getDefaultInstanceForType()SignJwtRequestSignJwtRequest. getDefaultInstanceForType()static SignJwtRequestSignJwtRequest. parseDelimitedFrom(InputStream input)static SignJwtRequestSignJwtRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtRequestSignJwtRequest. parseFrom(byte[] data)static SignJwtRequestSignJwtRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtRequestSignJwtRequest. parseFrom(com.google.protobuf.ByteString data)static SignJwtRequestSignJwtRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtRequestSignJwtRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SignJwtRequestSignJwtRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtRequestSignJwtRequest. parseFrom(InputStream input)static SignJwtRequestSignJwtRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignJwtRequestSignJwtRequest. parseFrom(ByteBuffer data)static SignJwtRequestSignJwtRequest. 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.BuilderSignJwtRequest.Builder. mergeFrom(SignJwtRequest other)static SignJwtRequest.BuilderSignJwtRequest. newBuilder(SignJwtRequest prototype)SignJwtResponseIamCredentialsClient. signJwt(SignJwtRequest request)Signs a JWT using a service account's system-managed private key.default voidIAMCredentialsGrpc.AsyncService. signJwt(SignJwtRequest request, io.grpc.stub.StreamObserver<SignJwtResponse> responseObserver)Signs a JWT using a service account's system-managed private key.SignJwtResponseIAMCredentialsGrpc.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.voidIAMCredentialsGrpc.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.
-