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 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)SignBlobResponseIamCredentialsClient. signBlob(ServiceAccountName name, List<String> delegates, com.google.protobuf.ByteString payload)Signs a blob using a service account's system-managed private key.SignBlobResponseIamCredentialsClient. signBlob(SignBlobRequest request)Signs a blob using a service account's system-managed private key.SignBlobResponseIamCredentialsClient. signBlob(String name, List<String> delegates, com.google.protobuf.ByteString payload)Signs a blob using a service account's system-managed private key.SignBlobResponseIAMCredentialsGrpc.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.BuilderSignBlobResponse.Builder. mergeFrom(SignBlobResponse other)static SignBlobResponse.BuilderSignBlobResponse. newBuilder(SignBlobResponse prototype)Method parameters in com.google.cloud.iam.credentials.v1 with type arguments of type SignBlobResponse Modifier and Type Method Description default voidIAMCredentialsGrpc.AsyncService. signBlob(SignBlobRequest request, io.grpc.stub.StreamObserver<SignBlobResponse> responseObserver)Signs a blob using a service account's system-managed private key.voidIAMCredentialsGrpc.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.
-