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 SignBlobResponseIAMClient. 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 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.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.BuilderSignBlobRequest.Builder. mergeFrom(SignBlobRequest other)static SignBlobRequest.BuilderSignBlobRequest. newBuilder(SignBlobRequest prototype)default voidIAMGrpc.AsyncService. signBlob(SignBlobRequest request, io.grpc.stub.StreamObserver<SignBlobResponse> responseObserver)Deprecated.SignBlobResponseIAMGrpc.IAMBlockingStub. signBlob(SignBlobRequest request)Deprecated.com.google.common.util.concurrent.ListenableFuture<SignBlobResponse>IAMGrpc.IAMFutureStub. signBlob(SignBlobRequest request)Deprecated.voidIAMGrpc.IAMStub. signBlob(SignBlobRequest request, io.grpc.stub.StreamObserver<SignBlobResponse> responseObserver)Deprecated.
-