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 GetZoneRequestGetZoneRequest.Builder. build()GetZoneRequestGetZoneRequest.Builder. buildPartial()static GetZoneRequestGetZoneRequest. getDefaultInstance()GetZoneRequestGetZoneRequest.Builder. getDefaultInstanceForType()GetZoneRequestGetZoneRequest. getDefaultInstanceForType()static GetZoneRequestGetZoneRequest. parseDelimitedFrom(InputStream input)static GetZoneRequestGetZoneRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetZoneRequestGetZoneRequest. parseFrom(byte[] data)static GetZoneRequestGetZoneRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetZoneRequestGetZoneRequest. parseFrom(com.google.protobuf.ByteString data)static GetZoneRequestGetZoneRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetZoneRequestGetZoneRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetZoneRequestGetZoneRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetZoneRequestGetZoneRequest. parseFrom(InputStream input)static GetZoneRequestGetZoneRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetZoneRequestGetZoneRequest. parseFrom(ByteBuffer data)static GetZoneRequestGetZoneRequest. 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 ZoneZonesClient. get(GetZoneRequest request)Returns the specified Zone resource.GetZoneRequest.BuilderGetZoneRequest.Builder. mergeFrom(GetZoneRequest other)static GetZoneRequest.BuilderGetZoneRequest. 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.
-