Uses of Class
com.google.cloud.dataplex.v1.ListZonesRequest
-
Packages that use ListZonesRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of ListZonesRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return ListZonesRequest Modifier and Type Method Description ListZonesRequest
ListZonesRequest.Builder. build()
ListZonesRequest
ListZonesRequest.Builder. buildPartial()
static ListZonesRequest
ListZonesRequest. getDefaultInstance()
ListZonesRequest
ListZonesRequest.Builder. getDefaultInstanceForType()
ListZonesRequest
ListZonesRequest. getDefaultInstanceForType()
static ListZonesRequest
ListZonesRequest. parseDelimitedFrom(InputStream input)
static ListZonesRequest
ListZonesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListZonesRequest
ListZonesRequest. parseFrom(byte[] data)
static ListZonesRequest
ListZonesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListZonesRequest
ListZonesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListZonesRequest
ListZonesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListZonesRequest
ListZonesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListZonesRequest
ListZonesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListZonesRequest
ListZonesRequest. parseFrom(InputStream input)
static ListZonesRequest
ListZonesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListZonesRequest
ListZonesRequest. parseFrom(ByteBuffer data)
static ListZonesRequest
ListZonesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type ListZonesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListZonesRequest,ListZonesResponse>
DataplexServiceGrpc. getListZonesMethod()
com.google.protobuf.Parser<ListZonesRequest>
ListZonesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,ListZonesResponse>
DataplexServiceClient. listZonesCallable()
Lists zone resources in a lake.com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,DataplexServiceClient.ListZonesPagedResponse>
DataplexServiceClient. listZonesPagedCallable()
Lists zone resources in a lake.com.google.api.gax.rpc.PagedCallSettings.Builder<ListZonesRequest,ListZonesResponse,DataplexServiceClient.ListZonesPagedResponse>
DataplexServiceSettings.Builder. listZonesSettings()
Returns the builder for the settings used for calls to listZones.com.google.api.gax.rpc.PagedCallSettings<ListZonesRequest,ListZonesResponse,DataplexServiceClient.ListZonesPagedResponse>
DataplexServiceSettings. listZonesSettings()
Returns the object with the settings used for calls to listZones.static com.google.protobuf.Parser<ListZonesRequest>
ListZonesRequest. parser()
Methods in com.google.cloud.dataplex.v1 with parameters of type ListZonesRequest Modifier and Type Method Description DataplexServiceClient.ListZonesPagedResponse
DataplexServiceClient. listZones(ListZonesRequest request)
Lists zone resources in a lake.default void
DataplexServiceGrpc.AsyncService. listZones(ListZonesRequest request, io.grpc.stub.StreamObserver<ListZonesResponse> responseObserver)
Lists zone resources in a lake.ListZonesResponse
DataplexServiceGrpc.DataplexServiceBlockingStub. listZones(ListZonesRequest request)
Lists zone resources in a lake.com.google.common.util.concurrent.ListenableFuture<ListZonesResponse>
DataplexServiceGrpc.DataplexServiceFutureStub. listZones(ListZonesRequest request)
Lists zone resources in a lake.void
DataplexServiceGrpc.DataplexServiceStub. listZones(ListZonesRequest request, io.grpc.stub.StreamObserver<ListZonesResponse> responseObserver)
Lists zone resources in a lake.ListZonesRequest.Builder
ListZonesRequest.Builder. mergeFrom(ListZonesRequest other)
static ListZonesRequest.Builder
ListZonesRequest. newBuilder(ListZonesRequest prototype)
Method parameters in com.google.cloud.dataplex.v1 with type arguments of type ListZonesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DataplexServiceClient.ListZonesPagedResponse>
DataplexServiceClient.ListZonesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListZonesRequest,ListZonesResponse,Zone> context, com.google.api.core.ApiFuture<ListZonesResponse> futureResponse)
protected DataplexServiceClient.ListZonesPage
DataplexServiceClient.ListZonesPage. createPage(com.google.api.gax.rpc.PageContext<ListZonesRequest,ListZonesResponse,Zone> context, ListZonesResponse response)
com.google.api.core.ApiFuture<DataplexServiceClient.ListZonesPage>
DataplexServiceClient.ListZonesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListZonesRequest,ListZonesResponse,Zone> context, com.google.api.core.ApiFuture<ListZonesResponse> futureResponse)
-
Uses of ListZonesRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type ListZonesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,ListZonesResponse>
DataplexServiceStub. listZonesCallable()
com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,ListZonesResponse>
GrpcDataplexServiceStub. listZonesCallable()
com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,ListZonesResponse>
HttpJsonDataplexServiceStub. listZonesCallable()
com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,DataplexServiceClient.ListZonesPagedResponse>
DataplexServiceStub. listZonesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,DataplexServiceClient.ListZonesPagedResponse>
GrpcDataplexServiceStub. listZonesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,DataplexServiceClient.ListZonesPagedResponse>
HttpJsonDataplexServiceStub. listZonesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListZonesRequest,ListZonesResponse,DataplexServiceClient.ListZonesPagedResponse>
DataplexServiceStubSettings.Builder. listZonesSettings()
Returns the builder for the settings used for calls to listZones.com.google.api.gax.rpc.PagedCallSettings<ListZonesRequest,ListZonesResponse,DataplexServiceClient.ListZonesPagedResponse>
DataplexServiceStubSettings. listZonesSettings()
Returns the object with the settings used for calls to listZones.
-