public interface ResolveAmendmentTargetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBaseStandardOffer()
public abstract String getBaseStandardOffer()Required. The base standard offer that the private offer will be based on. Format: projects/{project}/locations/{location}/services/{service}/standardOffers/{standard_offer}.
string base_standard_offer = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The baseStandardOffer. |
getBaseStandardOfferBytes()
public abstract ByteString getBaseStandardOfferBytes()Required. The base standard offer that the private offer will be based on. Format: projects/{project}/locations/{location}/services/{service}/standardOffers/{standard_offer}.
string base_standard_offer = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for baseStandardOffer. |
getParent()
public abstract String getParent()Required. Parent value for ResolveAmendmentTargetRequest
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Parent value for ResolveAmendmentTargetRequest
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getTargetBillingAccount()
public abstract String getTargetBillingAccount()Required. The customer's billing account targeted by the offer. This is the billing account for which the new private offer will be created on. Format: billingAccounts/{billing_account}.
string target_billing_account = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The targetBillingAccount. |
getTargetBillingAccountBytes()
public abstract ByteString getTargetBillingAccountBytes()Required. The customer's billing account targeted by the offer. This is the billing account for which the new private offer will be created on. Format: billingAccounts/{billing_account}.
string target_billing_account = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for targetBillingAccount. |