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 RegionListRegionList.Builder. build()RegionListRegionList.Builder. buildPartial()static RegionListRegionList. getDefaultInstance()RegionListRegionList.Builder. getDefaultInstanceForType()RegionListRegionList. getDefaultInstanceForType()static RegionListRegionList. parseDelimitedFrom(InputStream input)static RegionListRegionList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegionListRegionList. parseFrom(byte[] data)static RegionListRegionList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegionListRegionList. parseFrom(com.google.protobuf.ByteString data)static RegionListRegionList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegionListRegionList. parseFrom(com.google.protobuf.CodedInputStream input)static RegionListRegionList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegionListRegionList. parseFrom(InputStream input)static RegionListRegionList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RegionListRegionList. parseFrom(ByteBuffer data)static RegionListRegionList. 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.ListPageRegionsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListRegionsRequest,RegionList,Region> context, RegionList response)RegionList.BuilderRegionList.Builder. mergeFrom(RegionList other)static RegionList.BuilderRegionList. 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.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)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.
-