Class RegistryName.Builder (2.8.0)

public static class RegistryName.Builder

Builder for projects/{project}/locations/{location}/registries/{registry}.

Inheritance

java.lang.Object > RegistryName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public RegistryName build()
Returns
TypeDescription
RegistryName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getRegistry()

public String getRegistry()
Returns
TypeDescription
String

setLocation(String location)

public RegistryName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
RegistryName.Builder

setProject(String project)

public RegistryName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
RegistryName.Builder

setRegistry(String registry)

public RegistryName.Builder setRegistry(String registry)
Parameter
NameDescription
registryString
Returns
TypeDescription
RegistryName.Builder