public interface MergeCapacityCommitmentsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCapacityCommitmentIds(int index)
Ids of capacity commitments to merge.
|
com.google.protobuf.ByteString |
getCapacityCommitmentIdsBytes(int index)
Ids of capacity commitments to merge.
|
int |
getCapacityCommitmentIdsCount()
Ids of capacity commitments to merge.
|
List<String> |
getCapacityCommitmentIdsList()
Ids of capacity commitments to merge.
|
String |
getParent()
Parent resource that identifies admin project and location e.g.,
`projects/myproject/locations/us`
|
com.google.protobuf.ByteString |
getParentBytes()
Parent resource that identifies admin project and location e.g.,
`projects/myproject/locations/us`
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Parent resource that identifies admin project and location e.g., `projects/myproject/locations/us`
string parent = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getParentBytes()
Parent resource that identifies admin project and location e.g., `projects/myproject/locations/us`
string parent = 1 [(.google.api.resource_reference) = { ... }List<String> getCapacityCommitmentIdsList()
Ids of capacity commitments to merge. These capacity commitments must exist under admin project and location specified in the parent. ID is the last portion of capacity commitment name e.g., 'abc' for projects/myproject/locations/US/capacityCommitments/abc
repeated string capacity_commitment_ids = 2;int getCapacityCommitmentIdsCount()
Ids of capacity commitments to merge. These capacity commitments must exist under admin project and location specified in the parent. ID is the last portion of capacity commitment name e.g., 'abc' for projects/myproject/locations/US/capacityCommitments/abc
repeated string capacity_commitment_ids = 2;String getCapacityCommitmentIds(int index)
Ids of capacity commitments to merge. These capacity commitments must exist under admin project and location specified in the parent. ID is the last portion of capacity commitment name e.g., 'abc' for projects/myproject/locations/US/capacityCommitments/abc
repeated string capacity_commitment_ids = 2;index - The index of the element to return.com.google.protobuf.ByteString getCapacityCommitmentIdsBytes(int index)
Ids of capacity commitments to merge. These capacity commitments must exist under admin project and location specified in the parent. ID is the last portion of capacity commitment name e.g., 'abc' for projects/myproject/locations/US/capacityCommitments/abc
repeated string capacity_commitment_ids = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.