Class BackupScheduleName (3.20.0)

public class BackupScheduleName implements ResourceName

Inheritance

Object > BackupScheduleName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String database, String backupSchedule)

public static String format(String project, String database, String backupSchedule)
Parameters
NameDescription
projectString
databaseString
backupScheduleString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String database, String backupSchedule)

public static BackupScheduleName of(String project, String database, String backupSchedule)
Parameters
NameDescription
projectString
databaseString
backupScheduleString
Returns
TypeDescription
BackupScheduleName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<BackupScheduleName> values)

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

Constructors

BackupScheduleName()

protected BackupScheduleName()

Methods

equals(Object o)

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

getBackupSchedule()

public String getBackupSchedule()
Returns
TypeDescription
String

getDatabase()

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

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides