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