Uses of Class
com.google.cloud.alloydb.v1.ListSupportedDatabaseFlagsRequest
-
Packages that use ListSupportedDatabaseFlagsRequest Package Description com.google.cloud.alloydb.v1 A client to AlloyDB APIcom.google.cloud.alloydb.v1.stub -
-
Uses of ListSupportedDatabaseFlagsRequest in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return ListSupportedDatabaseFlagsRequest Modifier and Type Method Description ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest.Builder. build()ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest.Builder. buildPartial()static ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest. getDefaultInstance()ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest.Builder. getDefaultInstanceForType()ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest. getDefaultInstanceForType()static ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest. parseDelimitedFrom(InputStream input)static ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest. parseFrom(byte[] data)static ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest. parseFrom(com.google.protobuf.ByteString data)static ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest. parseFrom(InputStream input)static ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest. parseFrom(ByteBuffer data)static ListSupportedDatabaseFlagsRequestListSupportedDatabaseFlagsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.alloydb.v1 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.v1 with parameters of type ListSupportedDatabaseFlagsRequest Modifier and Type Method Description AlloyDBAdminClient.ListSupportedDatabaseFlagsPagedResponseAlloyDBAdminClient. listSupportedDatabaseFlags(ListSupportedDatabaseFlagsRequest request)Lists SupportedDatabaseFlags for a given project and location.ListSupportedDatabaseFlagsResponseAlloyDBAdminGrpc.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.voidAlloyDBAdminGrpc.AlloyDBAdminStub. listSupportedDatabaseFlags(ListSupportedDatabaseFlagsRequest request, io.grpc.stub.StreamObserver<ListSupportedDatabaseFlagsResponse> responseObserver)Lists SupportedDatabaseFlags for a given project and location.default voidAlloyDBAdminGrpc.AsyncService. listSupportedDatabaseFlags(ListSupportedDatabaseFlagsRequest request, io.grpc.stub.StreamObserver<ListSupportedDatabaseFlagsResponse> responseObserver)Lists SupportedDatabaseFlags for a given project and location.ListSupportedDatabaseFlagsRequest.BuilderListSupportedDatabaseFlagsRequest.Builder. mergeFrom(ListSupportedDatabaseFlagsRequest other)static ListSupportedDatabaseFlagsRequest.BuilderListSupportedDatabaseFlagsRequest. newBuilder(ListSupportedDatabaseFlagsRequest prototype) -
Uses of ListSupportedDatabaseFlagsRequest in com.google.cloud.alloydb.v1.stub
-