Uses of Class
com.google.cloud.alloydb.v1alpha.ListSupportedDatabaseFlagsRequest
-
Packages that use ListSupportedDatabaseFlagsRequest Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB APIcom.google.cloud.alloydb.v1alpha.stub -
-
Uses of ListSupportedDatabaseFlagsRequest in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha that return ListSupportedDatabaseFlagsRequest Modifier and Type Method Description ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest.Builder. build()
ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest.Builder. buildPartial()
static ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest. getDefaultInstance()
ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest.Builder. getDefaultInstanceForType()
ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest. getDefaultInstanceForType()
static ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest. parseDelimitedFrom(InputStream input)
static ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest. parseFrom(byte[] data)
static ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest. parseFrom(InputStream input)
static ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest. parseFrom(ByteBuffer data)
static ListSupportedDatabaseFlagsRequest
ListSupportedDatabaseFlagsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.alloydb.v1alpha that return types with arguments of type ListSupportedDatabaseFlagsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse>
AlloyDBAdminGrpc. getListSupportedDatabaseFlagsMethod()
com.google.protobuf.Parser<ListSupportedDatabaseFlagsRequest>
ListSupportedDatabaseFlagsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse>
AlloyDBAdminClient. listSupportedDatabaseFlagsCallable()
Lists SupportedDatabaseFlags for a given project and location.com.google.api.gax.rpc.UnaryCallable<ListSupportedDatabaseFlagsRequest,AlloyDBAdminClient.ListSupportedDatabaseFlagsPagedResponse>
AlloyDBAdminClient. listSupportedDatabaseFlagsPagedCallable()
Lists SupportedDatabaseFlags for a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,AlloyDBAdminClient.ListSupportedDatabaseFlagsPagedResponse>
AlloyDBAdminSettings.Builder. listSupportedDatabaseFlagsSettings()
Returns the builder for the settings used for calls to listSupportedDatabaseFlags.com.google.api.gax.rpc.PagedCallSettings<ListSupportedDatabaseFlagsRequest,ListSupportedDatabaseFlagsResponse,AlloyDBAdminClient.ListSupportedDatabaseFlagsPagedResponse>
AlloyDBAdminSettings. listSupportedDatabaseFlagsSettings()
Returns the object with the settings used for calls to listSupportedDatabaseFlags.static com.google.protobuf.Parser<ListSupportedDatabaseFlagsRequest>
ListSupportedDatabaseFlagsRequest. parser()
Methods in com.google.cloud.alloydb.v1alpha with parameters of type ListSupportedDatabaseFlagsRequest Modifier and Type Method Description AlloyDBAdminClient.ListSupportedDatabaseFlagsPagedResponse
AlloyDBAdminClient. listSupportedDatabaseFlags(ListSupportedDatabaseFlagsRequest request)
Lists SupportedDatabaseFlags for a given project and location.ListSupportedDatabaseFlagsResponse
AlloyDBAdminGrpc.AlloyDBAdminBlockingStub. listSupportedDatabaseFlags(ListSupportedDatabaseFlagsRequest request)
Lists SupportedDatabaseFlags for a given project and location.com.google.common.util.concurrent.ListenableFuture<ListSupportedDatabaseFlagsResponse>
AlloyDBAdminGrpc.AlloyDBAdminFutureStub. listSupportedDatabaseFlags(ListSupportedDatabaseFlagsRequest request)
Lists SupportedDatabaseFlags for a given project and location.void
AlloyDBAdminGrpc.AlloyDBAdminStub. listSupportedDatabaseFlags(ListSupportedDatabaseFlagsRequest request, io.grpc.stub.StreamObserver<ListSupportedDatabaseFlagsResponse> responseObserver)
Lists SupportedDatabaseFlags for a given project and location.default void
AlloyDBAdminGrpc.AsyncService. listSupportedDatabaseFlags(ListSupportedDatabaseFlagsRequest request, io.grpc.stub.StreamObserver<ListSupportedDatabaseFlagsResponse> responseObserver)
Lists SupportedDatabaseFlags for a given project and location.ListSupportedDatabaseFlagsRequest.Builder
ListSupportedDatabaseFlagsRequest.Builder. mergeFrom(ListSupportedDatabaseFlagsRequest other)
static ListSupportedDatabaseFlagsRequest.Builder
ListSupportedDatabaseFlagsRequest. newBuilder(ListSupportedDatabaseFlagsRequest prototype)
-
Uses of ListSupportedDatabaseFlagsRequest in com.google.cloud.alloydb.v1alpha.stub
-