Class DockerImageName (1.2.9)

public class DockerImageName implements ResourceName

Inheritance

Object > DockerImageName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String repository, String dockerImage)

public static String format(String project, String location, String repository, String dockerImage)
Parameters
NameDescription
projectString
locationString
repositoryString
dockerImageString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String project, String location, String repository, String dockerImage)

public static DockerImageName of(String project, String location, String repository, String dockerImage)
Parameters
NameDescription
projectString
locationString
repositoryString
dockerImageString
Returns
TypeDescription
DockerImageName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<DockerImageName> values)

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

Constructors

DockerImageName()

protected DockerImageName()

Methods

equals(Object o)

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

getDockerImage()

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

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getRepository()

public String getRepository()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides