Uses of Class
com.google.iam.admin.v1.SignBlobRequest
-
Packages that use SignBlobRequest Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.cloud.iam.admin.v1.stub com.google.iam.admin.v1 -
-
Uses of SignBlobRequest in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type SignBlobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SignBlobRequest,SignBlobResponse>
IAMClient. signBlobCallable()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings.Builder<SignBlobRequest,SignBlobResponse>
IAMSettings.Builder. signBlobSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings<SignBlobRequest,SignBlobResponse>
IAMSettings. signBlobSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.Methods in com.google.cloud.iam.admin.v1 with parameters of type SignBlobRequest Modifier and Type Method Description SignBlobResponse
IAMClient. signBlob(SignBlobRequest request)
Deprecated.This method is deprecated and will be removed in the next major version update. -
Uses of SignBlobRequest in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type SignBlobRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SignBlobRequest,SignBlobResponse>
GrpcIAMStub. signBlobCallable()
com.google.api.gax.rpc.UnaryCallable<SignBlobRequest,SignBlobResponse>
IAMStub. signBlobCallable()
Deprecated.com.google.api.gax.rpc.UnaryCallSettings.Builder<SignBlobRequest,SignBlobResponse>
IAMStubSettings.Builder. signBlobSettings()
Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings<SignBlobRequest,SignBlobResponse>
IAMStubSettings. signBlobSettings()
Deprecated.This method is deprecated and will be removed in the next major version update. -
Uses of SignBlobRequest in com.google.iam.admin.v1
Methods in com.google.iam.admin.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.iam.admin.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>
IAMGrpc. getSignBlobMethod()
static com.google.protobuf.Parser<SignBlobRequest>
SignBlobRequest. parser()
Methods in com.google.iam.admin.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)
default void
IAMGrpc.AsyncService. signBlob(SignBlobRequest request, io.grpc.stub.StreamObserver<SignBlobResponse> responseObserver)
Deprecated.SignBlobResponse
IAMGrpc.IAMBlockingStub. signBlob(SignBlobRequest request)
Deprecated.com.google.common.util.concurrent.ListenableFuture<SignBlobResponse>
IAMGrpc.IAMFutureStub. signBlob(SignBlobRequest request)
Deprecated.void
IAMGrpc.IAMStub. signBlob(SignBlobRequest request, io.grpc.stub.StreamObserver<SignBlobResponse> responseObserver)
Deprecated.
-