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