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 RegionRegion.Builder. build()RegionRegion.Builder. buildPartial()RegionRegionsClient. get(GetRegionRequest request)Returns the specified Region resource.RegionRegionsClient. get(String project, String region)Returns the specified Region resource.static RegionRegion. getDefaultInstance()RegionRegion.Builder. getDefaultInstanceForType()RegionRegion. getDefaultInstanceForType()RegionRegionList.Builder. getItems(int index)A list of Region resources.RegionRegionList. getItems(int index)A list of Region resources.RegionRegionListOrBuilder. getItems(int index)A list of Region resources.static RegionRegion. parseDelimitedFrom(InputStream input)static RegionRegion. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegionRegion. parseFrom(byte[] data)static RegionRegion. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegionRegion. parseFrom(com.google.protobuf.ByteString data)static RegionRegion. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegionRegion. parseFrom(com.google.protobuf.CodedInputStream input)static RegionRegion. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegionRegion. parseFrom(InputStream input)static RegionRegion. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegionRegion. parseFrom(ByteBuffer data)static RegionRegion. 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.BuilderRegionList.Builder. addItems(int index, Region value)A list of Region resources.RegionList.BuilderRegionList.Builder. addItems(Region value)A list of Region resources.Region.BuilderRegion.Builder. mergeFrom(Region other)static Region.BuilderRegion. newBuilder(Region prototype)RegionList.BuilderRegionList.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.BuilderRegionList.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.ListPageRegionsClient.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.
-