Class ProjectSnapshotName (1.129.3)

public class ProjectSnapshotName implements ResourceName

AUTO-GENERATED DOCUMENTATION AND CLASS

Inheritance

Object > ProjectSnapshotName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String snapshot)

public static String format(String project, String snapshot)
Parameters
Name Description
project String
snapshot 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 ProjectSnapshotName.Builder newBuilder()
Returns
Type Description
ProjectSnapshotName.Builder

of(String project, String snapshot)

public static ProjectSnapshotName of(String project, String snapshot)
Parameters
Name Description
project String
snapshot String
Returns
Type Description
ProjectSnapshotName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<ProjectSnapshotName> values)

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

Methods

equals(Object o)

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

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

getSnapshot()

public String getSnapshot()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides