Uses of Class
com.google.cloud.compute.v1.ListRegionCommitmentsRequest
-
Packages that use ListRegionCommitmentsRequest 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 ListRegionCommitmentsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListRegionCommitmentsRequest Modifier and Type Method Description ListRegionCommitmentsRequest
ListRegionCommitmentsRequest.Builder. build()
ListRegionCommitmentsRequest
ListRegionCommitmentsRequest.Builder. buildPartial()
static ListRegionCommitmentsRequest
ListRegionCommitmentsRequest. getDefaultInstance()
ListRegionCommitmentsRequest
ListRegionCommitmentsRequest.Builder. getDefaultInstanceForType()
ListRegionCommitmentsRequest
ListRegionCommitmentsRequest. getDefaultInstanceForType()
static ListRegionCommitmentsRequest
ListRegionCommitmentsRequest. parseDelimitedFrom(InputStream input)
static ListRegionCommitmentsRequest
ListRegionCommitmentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRegionCommitmentsRequest
ListRegionCommitmentsRequest. parseFrom(byte[] data)
static ListRegionCommitmentsRequest
ListRegionCommitmentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRegionCommitmentsRequest
ListRegionCommitmentsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListRegionCommitmentsRequest
ListRegionCommitmentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRegionCommitmentsRequest
ListRegionCommitmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListRegionCommitmentsRequest
ListRegionCommitmentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRegionCommitmentsRequest
ListRegionCommitmentsRequest. parseFrom(InputStream input)
static ListRegionCommitmentsRequest
ListRegionCommitmentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListRegionCommitmentsRequest
ListRegionCommitmentsRequest. parseFrom(ByteBuffer data)
static ListRegionCommitmentsRequest
ListRegionCommitmentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ListRegionCommitmentsRequest Modifier and Type Method Description com.google.protobuf.Parser<ListRegionCommitmentsRequest>
ListRegionCommitmentsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListRegionCommitmentsRequest,CommitmentList>
RegionCommitmentsClient. listCallable()
Retrieves a list of commitments contained within the specified region.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.static com.google.protobuf.Parser<ListRegionCommitmentsRequest>
ListRegionCommitmentsRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ListRegionCommitmentsRequest Modifier and Type Method Description RegionCommitmentsClient.ListPagedResponse
RegionCommitmentsClient. list(ListRegionCommitmentsRequest request)
Retrieves a list of commitments contained within the specified region.ListRegionCommitmentsRequest.Builder
ListRegionCommitmentsRequest.Builder. mergeFrom(ListRegionCommitmentsRequest other)
static ListRegionCommitmentsRequest.Builder
ListRegionCommitmentsRequest. newBuilder(ListRegionCommitmentsRequest prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ListRegionCommitmentsRequest 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)
protected RegionCommitmentsClient.ListPage
RegionCommitmentsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListRegionCommitmentsRequest,CommitmentList,Commitment> context, CommitmentList response)
com.google.api.core.ApiFuture<RegionCommitmentsClient.ListPage>
RegionCommitmentsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRegionCommitmentsRequest,CommitmentList,Commitment> context, com.google.api.core.ApiFuture<CommitmentList> futureResponse)
-
Uses of ListRegionCommitmentsRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListRegionCommitmentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRegionCommitmentsRequest,CommitmentList>
HttpJsonRegionCommitmentsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListRegionCommitmentsRequest,CommitmentList>
RegionCommitmentsStub. listCallable()
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.
-