Class AccountBudgetProposalName
- java.lang.Object
-
- com.google.ads.googleads.v10.resources.AccountBudgetProposalName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class AccountBudgetProposalName extends java.lang.Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountBudgetProposalName.BuilderBuilder for customers/{customer_id}/accountBudgetProposals/{account_budget_proposal_id}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccountBudgetProposalName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static java.lang.Stringformat(java.lang.String customerId, java.lang.String accountBudgetProposalId)java.lang.StringgetAccountBudgetProposalId()java.lang.StringgetCustomerId()java.lang.StringgetFieldValue(java.lang.String fieldName)java.util.Map<java.lang.String,java.lang.String>getFieldValuesMap()inthashCode()static booleanisParsableFrom(java.lang.String formattedString)static AccountBudgetProposalName.BuildernewBuilder()static AccountBudgetProposalNameof(java.lang.String customerId, java.lang.String accountBudgetProposalId)static AccountBudgetProposalNameparse(java.lang.String formattedString)static java.util.List<AccountBudgetProposalName>parseList(java.util.List<java.lang.String> formattedStrings)AccountBudgetProposalName.BuildertoBuilder()java.lang.StringtoString()static java.util.List<java.lang.String>toStringList(java.util.List<AccountBudgetProposalName> values)
-
-
-
Method Detail
-
getCustomerId
public java.lang.String getCustomerId()
-
getAccountBudgetProposalId
public java.lang.String getAccountBudgetProposalId()
-
newBuilder
public static AccountBudgetProposalName.Builder newBuilder()
-
toBuilder
public AccountBudgetProposalName.Builder toBuilder()
-
of
public static AccountBudgetProposalName of(java.lang.String customerId, java.lang.String accountBudgetProposalId)
-
format
public static java.lang.String format(java.lang.String customerId, java.lang.String accountBudgetProposalId)
-
parse
public static AccountBudgetProposalName parse(java.lang.String formattedString)
-
parseList
public static java.util.List<AccountBudgetProposalName> parseList(java.util.List<java.lang.String> formattedStrings)
-
toStringList
public static java.util.List<java.lang.String> toStringList(java.util.List<AccountBudgetProposalName> values)
-
isParsableFrom
public static boolean isParsableFrom(java.lang.String formattedString)
-
getFieldValuesMap
public java.util.Map<java.lang.String,java.lang.String> getFieldValuesMap()
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public java.lang.String getFieldValue(java.lang.String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-