Uses of Class
com.google.cloud.compute.v1.Zone
-
Packages that use Zone 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 Zone in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Zone Modifier and Type Method Description Zone
Zone.Builder. build()
Zone
Zone.Builder. buildPartial()
Zone
ZonesClient. get(GetZoneRequest request)
Returns the specified Zone resource.Zone
ZonesClient. get(String project, String zone)
Returns the specified Zone resource.static Zone
Zone. getDefaultInstance()
Zone
Zone.Builder. getDefaultInstanceForType()
Zone
Zone. getDefaultInstanceForType()
Zone
ZoneList.Builder. getItems(int index)
A list of Zone resources.Zone
ZoneList. getItems(int index)
A list of Zone resources.Zone
ZoneListOrBuilder. getItems(int index)
A list of Zone resources.static Zone
Zone. parseDelimitedFrom(InputStream input)
static Zone
Zone. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Zone
Zone. parseFrom(byte[] data)
static Zone
Zone. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Zone
Zone. parseFrom(com.google.protobuf.ByteString data)
static Zone
Zone. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Zone
Zone. parseFrom(com.google.protobuf.CodedInputStream input)
static Zone
Zone. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Zone
Zone. parseFrom(InputStream input)
static Zone
Zone. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Zone
Zone. parseFrom(ByteBuffer data)
static Zone
Zone. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Zone Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetZoneRequest,Zone>
ZonesClient. getCallable()
Returns the specified Zone resource.List<Zone>
ZoneList.Builder. getItemsList()
A list of Zone resources.List<Zone>
ZoneList. getItemsList()
A list of Zone resources.List<Zone>
ZoneListOrBuilder. getItemsList()
A list of Zone resources.com.google.protobuf.Parser<Zone>
Zone. 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<Zone>
Zone. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Zone Modifier and Type Method Description ZoneList.Builder
ZoneList.Builder. addItems(int index, Zone value)
A list of Zone resources.ZoneList.Builder
ZoneList.Builder. addItems(Zone value)
A list of Zone resources.Zone.Builder
Zone.Builder. mergeFrom(Zone other)
static Zone.Builder
Zone. newBuilder(Zone prototype)
ZoneList.Builder
ZoneList.Builder. setItems(int index, Zone value)
A list of Zone resources.Method parameters in com.google.cloud.compute.v1 with type arguments of type Zone Modifier and Type Method Description ZoneList.Builder
ZoneList.Builder. addAllItems(Iterable<? extends Zone> values)
A list of Zone resources.static com.google.api.core.ApiFuture<ZonesClient.ListPagedResponse>
ZonesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListZonesRequest,ZoneList,Zone> context, com.google.api.core.ApiFuture<ZoneList> futureResponse)
protected ZonesClient.ListPage
ZonesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListZonesRequest,ZoneList,Zone> context, ZoneList response)
com.google.api.core.ApiFuture<ZonesClient.ListPage>
ZonesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListZonesRequest,ZoneList,Zone> context, com.google.api.core.ApiFuture<ZoneList> futureResponse)
-
Uses of Zone in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type Zone 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.
-