public class IntentName implements ResourceName
Inheritance
Object >
IntentName
Implements
com.google.api.resourcenames.ResourceName
Static Methods
public static String format(String project, String intent)
Parameters
Returns
public static String formatProjectIntentName(String project, String intent)
Parameters
Returns
public static String formatProjectLocationIntentName(String project, String location, String intent)
Parameters
Returns
isParsableFrom(String formattedString)
public static boolean isParsableFrom(String formattedString)
Parameter
Name |
Description |
formattedString |
String
|
Returns
newBuilder()
public static IntentName.Builder newBuilder()
Returns
newProjectIntentBuilder()
public static IntentName.Builder newProjectIntentBuilder()
Returns
newProjectLocationIntentBuilder()
public static IntentName.ProjectLocationIntentBuilder newProjectLocationIntentBuilder()
Returns
of(String project, String intent)
public static IntentName of(String project, String intent)
Parameters
Returns
ofProjectIntentName(String project, String intent)
public static IntentName ofProjectIntentName(String project, String intent)
Parameters
Returns
ofProjectLocationIntentName(String project, String location, String intent)
public static IntentName ofProjectLocationIntentName(String project, String location, String intent)
Parameters
Returns
parse(String formattedString)
public static IntentName parse(String formattedString)
Parameter
Name |
Description |
formattedString |
String
|
Returns
parseList(List<String> formattedStrings)
public static List<IntentName> parseList(List<String> formattedStrings)
Parameter
Returns
toStringList(List<IntentName> values)
public static List<String> toStringList(List<IntentName> values)
Parameter
Returns
Constructors
IntentName()
Methods
equals(Object o)
public boolean equals(Object o)
Parameter
Returns
Overrides
getFieldValue(String fieldName)
public String getFieldValue(String fieldName)
Parameter
Name |
Description |
fieldName |
String
|
Returns
getFieldValuesMap()
public Map<String,String> getFieldValuesMap()
Returns
getIntent()
public String getIntent()
Returns
getLocation()
public String getLocation()
Returns
getProject()
public String getProject()
Returns
hashCode()
Returns
Overrides
toBuilder()
public IntentName.Builder toBuilder()
Returns
toString()
Returns
Overrides