Uses of Class
com.google.cloud.compute.v1.RegionList
-
Packages that use RegionList 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 RegionList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RegionList Modifier and Type Method Description RegionList
RegionList.Builder. build()
RegionList
RegionList.Builder. buildPartial()
static RegionList
RegionList. getDefaultInstance()
RegionList
RegionList.Builder. getDefaultInstanceForType()
RegionList
RegionList. getDefaultInstanceForType()
static RegionList
RegionList. parseDelimitedFrom(InputStream input)
static RegionList
RegionList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegionList
RegionList. parseFrom(byte[] data)
static RegionList
RegionList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegionList
RegionList. parseFrom(com.google.protobuf.ByteString data)
static RegionList
RegionList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegionList
RegionList. parseFrom(com.google.protobuf.CodedInputStream input)
static RegionList
RegionList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegionList
RegionList. parseFrom(InputStream input)
static RegionList
RegionList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RegionList
RegionList. parseFrom(ByteBuffer data)
static RegionList
RegionList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type RegionList Modifier and Type Method Description com.google.protobuf.Parser<RegionList>
RegionList. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListRegionsRequest,RegionList>
RegionsClient. listCallable()
Retrieves the list of region resources available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionsRequest,RegionList,RegionsClient.ListPagedResponse>
RegionsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionsRequest,RegionList,RegionsClient.ListPagedResponse>
RegionsSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<RegionList>
RegionList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type RegionList Modifier and Type Method Description protected RegionsClient.ListPage
RegionsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListRegionsRequest,RegionList,Region> context, RegionList response)
RegionList.Builder
RegionList.Builder. mergeFrom(RegionList other)
static RegionList.Builder
RegionList. newBuilder(RegionList prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type RegionList Modifier and Type Method Description 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)
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)
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 RegionList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RegionList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRegionsRequest,RegionList>
HttpJsonRegionsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListRegionsRequest,RegionList>
RegionsStub. listCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionsRequest,RegionList,RegionsClient.ListPagedResponse>
RegionsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionsRequest,RegionList,RegionsClient.ListPagedResponse>
RegionsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-