Uses of Class
com.google.cloud.compute.v1.RegionCommitmentsClient.ListPagedResponse
-
Packages that use RegionCommitmentsClient.ListPagedResponse 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 RegionCommitmentsClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RegionCommitmentsClient.ListPagedResponse Modifier and Type Method Description RegionCommitmentsClient.ListPagedResponse
RegionCommitmentsClient. list(ListRegionCommitmentsRequest request)
Retrieves a list of commitments contained within the specified region.RegionCommitmentsClient.ListPagedResponse
RegionCommitmentsClient. list(String project, String region)
Retrieves a list of commitments contained within the specified region.Methods in com.google.cloud.compute.v1 that return types with arguments of type RegionCommitmentsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RegionCommitmentsClient.ListPagedResponse>
RegionCommitmentsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionCommitmentsRequest,CommitmentList,Commitment> context, com.google.api.core.ApiFuture<CommitmentList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListRegionCommitmentsRequest,RegionCommitmentsClient.ListPagedResponse>
RegionCommitmentsClient. listPagedCallable()
Retrieves a list of commitments contained within the specified region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionCommitmentsRequest,CommitmentList,RegionCommitmentsClient.ListPagedResponse>
RegionCommitmentsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionCommitmentsRequest,CommitmentList,RegionCommitmentsClient.ListPagedResponse>
RegionCommitmentsSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of RegionCommitmentsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RegionCommitmentsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRegionCommitmentsRequest,RegionCommitmentsClient.ListPagedResponse>
HttpJsonRegionCommitmentsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRegionCommitmentsRequest,RegionCommitmentsClient.ListPagedResponse>
RegionCommitmentsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionCommitmentsRequest,CommitmentList,RegionCommitmentsClient.ListPagedResponse>
RegionCommitmentsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionCommitmentsRequest,CommitmentList,RegionCommitmentsClient.ListPagedResponse>
RegionCommitmentsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-