Uses of Class
com.google.cloud.compute.v1.GetZoneRequest
-
Packages that use GetZoneRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of GetZoneRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.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.compute.v1 that return types with arguments of type GetZoneRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetZoneRequest,Zone>
ZonesClient. getCallable()
Returns the specified Zone resource.com.google.protobuf.Parser<GetZoneRequest>
GetZoneRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetZoneRequest,Zone>
ZonesSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetZoneRequest,Zone>
ZonesSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<GetZoneRequest>
GetZoneRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetZoneRequest Modifier and Type Method Description Zone
ZonesClient. get(GetZoneRequest request)
Returns the specified Zone resource.GetZoneRequest.Builder
GetZoneRequest.Builder. mergeFrom(GetZoneRequest other)
static GetZoneRequest.Builder
GetZoneRequest. newBuilder(GetZoneRequest prototype)
-
Uses of GetZoneRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetZoneRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetZoneRequest,Zone>
HttpJsonZonesStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetZoneRequest,Zone>
ZonesStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetZoneRequest,Zone>
ZonesStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetZoneRequest,Zone>
ZonesStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-