Class EntryTypeName (1.39.0)

public class EntryTypeName implements ResourceName

Inheritance

Object > EntryTypeName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String entryType)

public static String format(String project, String location, String entryType)
Parameters
NameDescription
projectString
locationString
entryTypeString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String entryType)

public static EntryTypeName of(String project, String location, String entryType)
Parameters
NameDescription
projectString
locationString
entryTypeString
Returns
TypeDescription
EntryTypeName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<EntryTypeName> values)

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

Constructors

EntryTypeName() (deprecated)

protected EntryTypeName()

Methods

equals(Object o)

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

getEntryType()

public String getEntryType()
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

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides