Uses of Class
com.google.cloud.compute.v1.Commitment
-
Packages that use Commitment 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 Commitment in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Commitment Modifier and Type Method Description CommitmentCommitment.Builder. build()CommitmentCommitment.Builder. buildPartial()CommitmentRegionCommitmentsClient. get(GetRegionCommitmentRequest request)Returns the specified commitment resource.CommitmentRegionCommitmentsClient. get(String project, String region, String commitment)Returns the specified commitment resource.CommitmentInsertRegionCommitmentRequest.Builder. getCommitmentResource()The body resource for this requestCommitmentInsertRegionCommitmentRequest. getCommitmentResource()The body resource for this requestCommitmentInsertRegionCommitmentRequestOrBuilder. getCommitmentResource()The body resource for this requestCommitmentUpdateRegionCommitmentRequest.Builder. getCommitmentResource()The body resource for this requestCommitmentUpdateRegionCommitmentRequest. getCommitmentResource()The body resource for this requestCommitmentUpdateRegionCommitmentRequestOrBuilder. getCommitmentResource()The body resource for this requestCommitmentCommitmentsScopedList.Builder. getCommitments(int index)[Output Only] A list of commitments contained in this scope.CommitmentCommitmentsScopedList. getCommitments(int index)[Output Only] A list of commitments contained in this scope.CommitmentCommitmentsScopedListOrBuilder. getCommitments(int index)[Output Only] A list of commitments contained in this scope.static CommitmentCommitment. getDefaultInstance()CommitmentCommitment.Builder. getDefaultInstanceForType()CommitmentCommitment. getDefaultInstanceForType()CommitmentCommitmentList.Builder. getItems(int index)A list of Commitment resources.CommitmentCommitmentList. getItems(int index)A list of Commitment resources.CommitmentCommitmentListOrBuilder. getItems(int index)A list of Commitment resources.static CommitmentCommitment. parseDelimitedFrom(InputStream input)static CommitmentCommitment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitmentCommitment. parseFrom(byte[] data)static CommitmentCommitment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitmentCommitment. parseFrom(com.google.protobuf.ByteString data)static CommitmentCommitment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitmentCommitment. parseFrom(com.google.protobuf.CodedInputStream input)static CommitmentCommitment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitmentCommitment. parseFrom(InputStream input)static CommitmentCommitment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitmentCommitment. parseFrom(ByteBuffer data)static CommitmentCommitment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type Commitment Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRegionCommitmentRequest,Commitment>RegionCommitmentsClient. getCallable()Returns the specified commitment resource.List<Commitment>CommitmentsScopedList.Builder. getCommitmentsList()[Output Only] A list of commitments contained in this scope.List<Commitment>CommitmentsScopedList. getCommitmentsList()[Output Only] A list of commitments contained in this scope.List<Commitment>CommitmentsScopedListOrBuilder. getCommitmentsList()[Output Only] A list of commitments contained in this scope.List<Commitment>CommitmentList.Builder. getItemsList()A list of Commitment resources.List<Commitment>CommitmentList. getItemsList()A list of Commitment resources.List<Commitment>CommitmentListOrBuilder. getItemsList()A list of Commitment resources.com.google.protobuf.Parser<Commitment>Commitment. getParserForType()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRegionCommitmentRequest,Commitment>RegionCommitmentsSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetRegionCommitmentRequest,Commitment>RegionCommitmentsSettings. getSettings()Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<Commitment>Commitment. parser()Methods in com.google.cloud.compute.v1 with parameters of type Commitment Modifier and Type Method Description CommitmentsScopedList.BuilderCommitmentsScopedList.Builder. addCommitments(int index, Commitment value)[Output Only] A list of commitments contained in this scope.CommitmentsScopedList.BuilderCommitmentsScopedList.Builder. addCommitments(Commitment value)[Output Only] A list of commitments contained in this scope.CommitmentList.BuilderCommitmentList.Builder. addItems(int index, Commitment value)A list of Commitment resources.CommitmentList.BuilderCommitmentList.Builder. addItems(Commitment value)A list of Commitment resources.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>RegionCommitmentsClient. insertAsync(String project, String region, Commitment commitmentResource)Creates a commitment in the specified project using the data included in the request.InsertRegionCommitmentRequest.BuilderInsertRegionCommitmentRequest.Builder. mergeCommitmentResource(Commitment value)The body resource for this requestUpdateRegionCommitmentRequest.BuilderUpdateRegionCommitmentRequest.Builder. mergeCommitmentResource(Commitment value)The body resource for this requestCommitment.BuilderCommitment.Builder. mergeFrom(Commitment other)static Commitment.BuilderCommitment. newBuilder(Commitment prototype)InsertRegionCommitmentRequest.BuilderInsertRegionCommitmentRequest.Builder. setCommitmentResource(Commitment value)The body resource for this requestUpdateRegionCommitmentRequest.BuilderUpdateRegionCommitmentRequest.Builder. setCommitmentResource(Commitment value)The body resource for this requestCommitmentsScopedList.BuilderCommitmentsScopedList.Builder. setCommitments(int index, Commitment value)[Output Only] A list of commitments contained in this scope.CommitmentList.BuilderCommitmentList.Builder. setItems(int index, Commitment value)A list of Commitment resources.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>RegionCommitmentsClient. updateAsync(String project, String region, String commitment, Commitment commitmentResource)Updates the specified commitment with the data included in the request.Method parameters in com.google.cloud.compute.v1 with type arguments of type Commitment Modifier and Type Method Description CommitmentsScopedList.BuilderCommitmentsScopedList.Builder. addAllCommitments(Iterable<? extends Commitment> values)[Output Only] A list of commitments contained in this scope.CommitmentList.BuilderCommitmentList.Builder. addAllItems(Iterable<? extends Commitment> values)A list of Commitment resources.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.ListPageRegionCommitmentsClient.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 Commitment in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type Commitment Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRegionCommitmentRequest,Commitment>HttpJsonRegionCommitmentsStub. getCallable()com.google.api.gax.rpc.UnaryCallable<GetRegionCommitmentRequest,Commitment>RegionCommitmentsStub. getCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRegionCommitmentRequest,Commitment>RegionCommitmentsStubSettings.Builder. getSettings()Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetRegionCommitmentRequest,Commitment>RegionCommitmentsStubSettings. getSettings()Returns the object with the settings used for calls to get.
-