Uses of Class
com.google.cloud.alloydb.v1beta.GenerateClientCertificateResponse
-
Packages that use GenerateClientCertificateResponse Package Description com.google.cloud.alloydb.v1beta A client to AlloyDB APIcom.google.cloud.alloydb.v1beta.stub -
-
Uses of GenerateClientCertificateResponse in com.google.cloud.alloydb.v1beta
Methods in com.google.cloud.alloydb.v1beta that return GenerateClientCertificateResponse Modifier and Type Method Description GenerateClientCertificateResponse
GenerateClientCertificateResponse.Builder. build()
GenerateClientCertificateResponse
GenerateClientCertificateResponse.Builder. buildPartial()
GenerateClientCertificateResponse
AlloyDBAdminClient. generateClientCertificate(ClusterName parent)
Generate a client certificate signed by a Cluster CA.GenerateClientCertificateResponse
AlloyDBAdminClient. generateClientCertificate(GenerateClientCertificateRequest request)
Generate a client certificate signed by a Cluster CA.GenerateClientCertificateResponse
AlloyDBAdminClient. generateClientCertificate(String parent)
Generate a client certificate signed by a Cluster CA.GenerateClientCertificateResponse
AlloyDBAdminGrpc.AlloyDBAdminBlockingStub. generateClientCertificate(GenerateClientCertificateRequest request)
Generate a client certificate signed by a Cluster CA.static GenerateClientCertificateResponse
GenerateClientCertificateResponse. getDefaultInstance()
GenerateClientCertificateResponse
GenerateClientCertificateResponse.Builder. getDefaultInstanceForType()
GenerateClientCertificateResponse
GenerateClientCertificateResponse. getDefaultInstanceForType()
static GenerateClientCertificateResponse
GenerateClientCertificateResponse. parseDelimitedFrom(InputStream input)
static GenerateClientCertificateResponse
GenerateClientCertificateResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateClientCertificateResponse
GenerateClientCertificateResponse. parseFrom(byte[] data)
static GenerateClientCertificateResponse
GenerateClientCertificateResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateClientCertificateResponse
GenerateClientCertificateResponse. parseFrom(com.google.protobuf.ByteString data)
static GenerateClientCertificateResponse
GenerateClientCertificateResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateClientCertificateResponse
GenerateClientCertificateResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static GenerateClientCertificateResponse
GenerateClientCertificateResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateClientCertificateResponse
GenerateClientCertificateResponse. parseFrom(InputStream input)
static GenerateClientCertificateResponse
GenerateClientCertificateResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GenerateClientCertificateResponse
GenerateClientCertificateResponse. parseFrom(ByteBuffer data)
static GenerateClientCertificateResponse
GenerateClientCertificateResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1beta that return types with arguments of type GenerateClientCertificateResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<GenerateClientCertificateResponse>
AlloyDBAdminGrpc.AlloyDBAdminFutureStub. generateClientCertificate(GenerateClientCertificateRequest request)
Generate a client certificate signed by a Cluster CA.com.google.api.gax.rpc.UnaryCallable<GenerateClientCertificateRequest,GenerateClientCertificateResponse>
AlloyDBAdminClient. generateClientCertificateCallable()
Generate a client certificate signed by a Cluster CA.com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateClientCertificateRequest,GenerateClientCertificateResponse>
AlloyDBAdminSettings.Builder. generateClientCertificateSettings()
Returns the builder for the settings used for calls to generateClientCertificate.com.google.api.gax.rpc.UnaryCallSettings<GenerateClientCertificateRequest,GenerateClientCertificateResponse>
AlloyDBAdminSettings. generateClientCertificateSettings()
Returns the object with the settings used for calls to generateClientCertificate.static io.grpc.MethodDescriptor<GenerateClientCertificateRequest,GenerateClientCertificateResponse>
AlloyDBAdminGrpc. getGenerateClientCertificateMethod()
com.google.protobuf.Parser<GenerateClientCertificateResponse>
GenerateClientCertificateResponse. getParserForType()
static com.google.protobuf.Parser<GenerateClientCertificateResponse>
GenerateClientCertificateResponse. parser()
Methods in com.google.cloud.alloydb.v1beta with parameters of type GenerateClientCertificateResponse Modifier and Type Method Description GenerateClientCertificateResponse.Builder
GenerateClientCertificateResponse.Builder. mergeFrom(GenerateClientCertificateResponse other)
static GenerateClientCertificateResponse.Builder
GenerateClientCertificateResponse. newBuilder(GenerateClientCertificateResponse prototype)
Method parameters in com.google.cloud.alloydb.v1beta with type arguments of type GenerateClientCertificateResponse Modifier and Type Method Description void
AlloyDBAdminGrpc.AlloyDBAdminStub. generateClientCertificate(GenerateClientCertificateRequest request, io.grpc.stub.StreamObserver<GenerateClientCertificateResponse> responseObserver)
Generate a client certificate signed by a Cluster CA.default void
AlloyDBAdminGrpc.AsyncService. generateClientCertificate(GenerateClientCertificateRequest request, io.grpc.stub.StreamObserver<GenerateClientCertificateResponse> responseObserver)
Generate a client certificate signed by a Cluster CA. -
Uses of GenerateClientCertificateResponse in com.google.cloud.alloydb.v1beta.stub
Methods in com.google.cloud.alloydb.v1beta.stub that return types with arguments of type GenerateClientCertificateResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GenerateClientCertificateRequest,GenerateClientCertificateResponse>
AlloyDBAdminStub. generateClientCertificateCallable()
com.google.api.gax.rpc.UnaryCallable<GenerateClientCertificateRequest,GenerateClientCertificateResponse>
GrpcAlloyDBAdminStub. generateClientCertificateCallable()
com.google.api.gax.rpc.UnaryCallable<GenerateClientCertificateRequest,GenerateClientCertificateResponse>
HttpJsonAlloyDBAdminStub. generateClientCertificateCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateClientCertificateRequest,GenerateClientCertificateResponse>
AlloyDBAdminStubSettings.Builder. generateClientCertificateSettings()
Returns the builder for the settings used for calls to generateClientCertificate.com.google.api.gax.rpc.UnaryCallSettings<GenerateClientCertificateRequest,GenerateClientCertificateResponse>
AlloyDBAdminStubSettings. generateClientCertificateSettings()
Returns the object with the settings used for calls to generateClientCertificate.
-