Uses of Class
com.google.iam.admin.v1.SignBlobResponse
-
Packages that use SignBlobResponse 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 SignBlobResponse in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return SignBlobResponse Modifier and Type Method Description SignBlobResponseIAMClient. signBlob(ServiceAccountName name, com.google.protobuf.ByteString bytesToSign)Deprecated.This method is deprecated and will be removed in the next major version update.SignBlobResponseIAMClient. signBlob(SignBlobRequest request)Deprecated.This method is deprecated and will be removed in the next major version update.SignBlobResponseIAMClient. signBlob(String name, com.google.protobuf.ByteString bytesToSign)Deprecated.This method is deprecated and will be removed in the next major version update.Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type SignBlobResponse 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. -
Uses of SignBlobResponse in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type SignBlobResponse 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 SignBlobResponse in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return SignBlobResponse Modifier and Type Method Description SignBlobResponseSignBlobResponse.Builder. build()SignBlobResponseSignBlobResponse.Builder. buildPartial()static SignBlobResponseSignBlobResponse. getDefaultInstance()SignBlobResponseSignBlobResponse.Builder. getDefaultInstanceForType()SignBlobResponseSignBlobResponse. getDefaultInstanceForType()static SignBlobResponseSignBlobResponse. parseDelimitedFrom(InputStream input)static SignBlobResponseSignBlobResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignBlobResponseSignBlobResponse. parseFrom(byte[] data)static SignBlobResponseSignBlobResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignBlobResponseSignBlobResponse. parseFrom(com.google.protobuf.ByteString data)static SignBlobResponseSignBlobResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignBlobResponseSignBlobResponse. parseFrom(com.google.protobuf.CodedInputStream input)static SignBlobResponseSignBlobResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignBlobResponseSignBlobResponse. parseFrom(InputStream input)static SignBlobResponseSignBlobResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SignBlobResponseSignBlobResponse. parseFrom(ByteBuffer data)static SignBlobResponseSignBlobResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)SignBlobResponseIAMGrpc.IAMBlockingStub. signBlob(SignBlobRequest request)Deprecated.Methods in com.google.iam.admin.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>IAMGrpc. getSignBlobMethod()static com.google.protobuf.Parser<SignBlobResponse>SignBlobResponse. parser()com.google.common.util.concurrent.ListenableFuture<SignBlobResponse>IAMGrpc.IAMFutureStub. signBlob(SignBlobRequest request)Deprecated.Methods in com.google.iam.admin.v1 with parameters of type SignBlobResponse Modifier and Type Method Description SignBlobResponse.BuilderSignBlobResponse.Builder. mergeFrom(SignBlobResponse other)static SignBlobResponse.BuilderSignBlobResponse. newBuilder(SignBlobResponse prototype)Method parameters in com.google.iam.admin.v1 with type arguments of type SignBlobResponse Modifier and Type Method Description default voidIAMGrpc.AsyncService. signBlob(SignBlobRequest request, io.grpc.stub.StreamObserver<SignBlobResponse> responseObserver)Deprecated.voidIAMGrpc.IAMStub. signBlob(SignBlobRequest request, io.grpc.stub.StreamObserver<SignBlobResponse> responseObserver)Deprecated.
-