Class ProcessorTypeName (2.2.1)

public class ProcessorTypeName implements ResourceName

Inheritance

Object > ProcessorTypeName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String processorType)

public static String format(String project, String location, String processorType)
Parameters
NameDescription
projectString
locationString
processorTypeString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String processorType)

public static ProcessorTypeName of(String project, String location, String processorType)
Parameters
NameDescription
projectString
locationString
processorTypeString
Returns
TypeDescription
ProcessorTypeName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<ProcessorTypeName> values)

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

Constructors

ProcessorTypeName()

protected ProcessorTypeName()

Methods

equals(Object o)

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

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

getProcessorType()

public String getProcessorType()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides