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 SignBlobResponse
IAMClient. signBlob(ServiceAccountName name, com.google.protobuf.ByteString bytesToSign)
Deprecated.This method is deprecated and will be removed in the next major version update.SignBlobResponse
IAMClient. signBlob(SignBlobRequest request)
Deprecated.This method is deprecated and will be removed in the next major version update.SignBlobResponse
IAMClient. 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 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
IAMGrpc.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.Builder
SignBlobResponse.Builder. mergeFrom(SignBlobResponse other)
static SignBlobResponse.Builder
SignBlobResponse. newBuilder(SignBlobResponse prototype)
Method parameters in com.google.iam.admin.v1 with type arguments of type SignBlobResponse Modifier and Type Method Description default void
IAMGrpc.AsyncService. signBlob(SignBlobRequest request, io.grpc.stub.StreamObserver<SignBlobResponse> responseObserver)
Deprecated.void
IAMGrpc.IAMStub. signBlob(SignBlobRequest request, io.grpc.stub.StreamObserver<SignBlobResponse> responseObserver)
Deprecated.
-