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 SignBlobRequest
SignBlobRequest.Builder. build()
SignBlobRequest
SignBlobRequest.Builder. buildPartial()
static SignBlobRequest
SignBlobRequest. getDefaultInstance()
SignBlobRequest
SignBlobRequest.Builder. getDefaultInstanceForType()
SignBlobRequest
SignBlobRequest. getDefaultInstanceForType()
static SignBlobRequest
SignBlobRequest. parseDelimitedFrom(InputStream input)
static SignBlobRequest
SignBlobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignBlobRequest
SignBlobRequest. parseFrom(byte[] data)
static SignBlobRequest
SignBlobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignBlobRequest
SignBlobRequest. parseFrom(com.google.protobuf.ByteString data)
static SignBlobRequest
SignBlobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignBlobRequest
SignBlobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SignBlobRequest
SignBlobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignBlobRequest
SignBlobRequest. parseFrom(InputStream input)
static SignBlobRequest
SignBlobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SignBlobRequest
SignBlobRequest. parseFrom(ByteBuffer data)
static SignBlobRequest
SignBlobRequest. 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.Builder
SignBlobRequest.Builder. mergeFrom(SignBlobRequest other)
static SignBlobRequest.Builder
SignBlobRequest. newBuilder(SignBlobRequest prototype)
SignBlobResponse
IamCredentialsClient. signBlob(SignBlobRequest request)
Signs a blob using a service account's system-managed private key.default void
IAMCredentialsGrpc.AsyncService. signBlob(SignBlobRequest request, io.grpc.stub.StreamObserver<SignBlobResponse> responseObserver)
Signs a blob using a service account's system-managed private key.SignBlobResponse
IAMCredentialsGrpc.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.void
IAMCredentialsGrpc.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.
-