Class BackupScheduleName (3.21.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
Name Description
project String
database String
backupSchedule String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static BackupScheduleName.Builder newBuilder()
Returns
Type Description
BackupScheduleName.Builder

of(String project, String database, String backupSchedule)

public static BackupScheduleName of(String project, String database, String backupSchedule)
Parameters
Name Description
project String
database String
backupSchedule String
Returns
Type Description
BackupScheduleName

parse(String formattedString)

public static BackupScheduleName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
BackupScheduleName

parseList(List<String> formattedStrings)

public static List<BackupScheduleName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<BackupScheduleName>

toStringList(List<BackupScheduleName> values)

public static List<String> toStringList(List<BackupScheduleName> values)
Parameter
Name Description
values List<BackupScheduleName>
Returns
Type Description
List<String>

Constructors

BackupScheduleName() (deprecated)

protected BackupScheduleName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getBackupSchedule()

public String getBackupSchedule()
Returns
Type Description
String

getDatabase()

public String getDatabase()
Returns
Type Description
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getProject()

public String getProject()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public BackupScheduleName.Builder toBuilder()
Returns
Type Description
BackupScheduleName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides