Class EntryGroupName (1.6.2)

public class EntryGroupName implements ResourceName

Inheritance

Object > EntryGroupName

Implements

com.google.api.resourcenames.ResourceName

Constructors

EntryGroupName()

protected EntryGroupName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

format(String project, String location, String entryGroup)

public static String format(String project, String location, String entryGroup)
Parameters
NameDescription
projectString
locationString
entryGroupString
Returns
TypeDescription
String

getEntryGroup()

public String getEntryGroup()
Returns
TypeDescription
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static EntryGroupName.Builder newBuilder()
Returns
TypeDescription
EntryGroupName.Builder

of(String project, String location, String entryGroup)

public static EntryGroupName of(String project, String location, String entryGroup)
Parameters
NameDescription
projectString
locationString
entryGroupString
Returns
TypeDescription
EntryGroupName

parse(String formattedString)

public static EntryGroupName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
EntryGroupName

parseList(List<String> formattedStrings)

public static List<EntryGroupName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<EntryGroupName>

toBuilder()

public EntryGroupName.Builder toBuilder()
Returns
TypeDescription
EntryGroupName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides

toStringList(List<EntryGroupName> values)

public static List<String> toStringList(List<EntryGroupName> values)
Parameter
NameDescription
valuesList<EntryGroupName>
Returns
TypeDescription
List<String>