Class ScheduleName (1.1.1)

public class ScheduleName implements ResourceName

Inheritance

Object > ScheduleName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String schedule)

public static String format(String project, String location, String schedule)
Parameters
NameDescription
projectString
locationString
scheduleString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String schedule)

public static ScheduleName of(String project, String location, String schedule)
Parameters
NameDescription
projectString
locationString
scheduleString
Returns
TypeDescription
ScheduleName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<ScheduleName> values)

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

Constructors

ScheduleName()

protected ScheduleName()

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

getProject()

public String getProject()
Returns
TypeDescription
String

getSchedule()

public String getSchedule()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides