Uses of Class
com.google.cloud.dataplex.v1.GetZoneRequest
-
Packages that use GetZoneRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of GetZoneRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return GetZoneRequest Modifier and Type Method Description GetZoneRequest
GetZoneRequest.Builder. build()
GetZoneRequest
GetZoneRequest.Builder. buildPartial()
static GetZoneRequest
GetZoneRequest. getDefaultInstance()
GetZoneRequest
GetZoneRequest.Builder. getDefaultInstanceForType()
GetZoneRequest
GetZoneRequest. getDefaultInstanceForType()
static GetZoneRequest
GetZoneRequest. parseDelimitedFrom(InputStream input)
static GetZoneRequest
GetZoneRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetZoneRequest
GetZoneRequest. parseFrom(byte[] data)
static GetZoneRequest
GetZoneRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetZoneRequest
GetZoneRequest. parseFrom(com.google.protobuf.ByteString data)
static GetZoneRequest
GetZoneRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetZoneRequest
GetZoneRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetZoneRequest
GetZoneRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetZoneRequest
GetZoneRequest. parseFrom(InputStream input)
static GetZoneRequest
GetZoneRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetZoneRequest
GetZoneRequest. parseFrom(ByteBuffer data)
static GetZoneRequest
GetZoneRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type GetZoneRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetZoneRequest,Zone>
DataplexServiceGrpc. getGetZoneMethod()
com.google.protobuf.Parser<GetZoneRequest>
GetZoneRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetZoneRequest,Zone>
DataplexServiceClient. getZoneCallable()
Retrieves a zone resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetZoneRequest,Zone>
DataplexServiceSettings.Builder. getZoneSettings()
Returns the builder for the settings used for calls to getZone.com.google.api.gax.rpc.UnaryCallSettings<GetZoneRequest,Zone>
DataplexServiceSettings. getZoneSettings()
Returns the object with the settings used for calls to getZone.static com.google.protobuf.Parser<GetZoneRequest>
GetZoneRequest. parser()
Methods in com.google.cloud.dataplex.v1 with parameters of type GetZoneRequest Modifier and Type Method Description Zone
DataplexServiceClient. getZone(GetZoneRequest request)
Retrieves a zone resource.default void
DataplexServiceGrpc.AsyncService. getZone(GetZoneRequest request, io.grpc.stub.StreamObserver<Zone> responseObserver)
Retrieves a zone resource.Zone
DataplexServiceGrpc.DataplexServiceBlockingStub. getZone(GetZoneRequest request)
Retrieves a zone resource.com.google.common.util.concurrent.ListenableFuture<Zone>
DataplexServiceGrpc.DataplexServiceFutureStub. getZone(GetZoneRequest request)
Retrieves a zone resource.void
DataplexServiceGrpc.DataplexServiceStub. getZone(GetZoneRequest request, io.grpc.stub.StreamObserver<Zone> responseObserver)
Retrieves a zone resource.GetZoneRequest.Builder
GetZoneRequest.Builder. mergeFrom(GetZoneRequest other)
static GetZoneRequest.Builder
GetZoneRequest. newBuilder(GetZoneRequest prototype)
-
Uses of GetZoneRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type GetZoneRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetZoneRequest,Zone>
DataplexServiceStub. getZoneCallable()
com.google.api.gax.rpc.UnaryCallable<GetZoneRequest,Zone>
GrpcDataplexServiceStub. getZoneCallable()
com.google.api.gax.rpc.UnaryCallable<GetZoneRequest,Zone>
HttpJsonDataplexServiceStub. getZoneCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetZoneRequest,Zone>
DataplexServiceStubSettings.Builder. getZoneSettings()
Returns the builder for the settings used for calls to getZone.com.google.api.gax.rpc.UnaryCallSettings<GetZoneRequest,Zone>
DataplexServiceStubSettings. getZoneSettings()
Returns the object with the settings used for calls to getZone.
-