Uses of Class
com.google.cloud.compute.v1.Region
-
Packages that use Region 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 Region in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Region Modifier and Type Method Description Region
Region.Builder. build()
Region
Region.Builder. buildPartial()
Region
RegionsClient. get(GetRegionRequest request)
Returns the specified Region resource.Region
RegionsClient. get(String project, String region)
Returns the specified Region resource.static Region
Region. getDefaultInstance()
Region
Region.Builder. getDefaultInstanceForType()
Region
Region. getDefaultInstanceForType()
Region
RegionList.Builder. getItems(int index)
A list of Region resources.Region
RegionList. getItems(int index)
A list of Region resources.Region
RegionListOrBuilder. getItems(int index)
A list of Region resources.static Region
Region. parseDelimitedFrom(InputStream input)
static Region
Region. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Region
Region. parseFrom(byte[] data)
static Region
Region. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Region
Region. parseFrom(com.google.protobuf.ByteString data)
static Region
Region. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Region
Region. parseFrom(com.google.protobuf.CodedInputStream input)
static Region
Region. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Region
Region. parseFrom(InputStream input)
static Region
Region. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Region
Region. parseFrom(ByteBuffer data)
static Region
Region. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Region Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRegionRequest,Region>
RegionsClient. getCallable()
Returns the specified Region resource.List<Region>
RegionList.Builder. getItemsList()
A list of Region resources.List<Region>
RegionList. getItemsList()
A list of Region resources.List<Region>
RegionListOrBuilder. getItemsList()
A list of Region resources.com.google.protobuf.Parser<Region>
Region. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRegionRequest,Region>
RegionsSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetRegionRequest,Region>
RegionsSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<Region>
Region. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Region Modifier and Type Method Description RegionList.Builder
RegionList.Builder. addItems(int index, Region value)
A list of Region resources.RegionList.Builder
RegionList.Builder. addItems(Region value)
A list of Region resources.Region.Builder
Region.Builder. mergeFrom(Region other)
static Region.Builder
Region. newBuilder(Region prototype)
RegionList.Builder
RegionList.Builder. setItems(int index, Region value)
A list of Region resources.Method parameters in com.google.cloud.compute.v1 with type arguments of type Region Modifier and Type Method Description RegionList.Builder
RegionList.Builder. addAllItems(Iterable<? extends Region> values)
A list of Region resources.static com.google.api.core.ApiFuture<RegionsClient.ListPagedResponse>
RegionsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionsRequest,RegionList,Region> context, com.google.api.core.ApiFuture<RegionList> futureResponse)
protected RegionsClient.ListPage
RegionsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListRegionsRequest,RegionList,Region> context, RegionList response)
com.google.api.core.ApiFuture<RegionsClient.ListPage>
RegionsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRegionsRequest,RegionList,Region> context, com.google.api.core.ApiFuture<RegionList> futureResponse)
-
Uses of Region in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type Region Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRegionRequest,Region>
HttpJsonRegionsStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetRegionRequest,Region>
RegionsStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRegionRequest,Region>
RegionsStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetRegionRequest,Region>
RegionsStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-