Class CatalogItemPathName.Builder (0.51.0)

public static class CatalogItemPathName.Builder

Builder for projects/{project}/locations/{location}/catalogs/{catalog}/catalogItems/{catalog_item_path}.

Inheritance

java.lang.Object > CatalogItemPathName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public CatalogItemPathName build()
Returns
Type Description
CatalogItemPathName

getCatalog()

public String getCatalog()
Returns
Type Description
String

getCatalogItemPath()

public String getCatalogItemPath()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setCatalog(String catalog)

public CatalogItemPathName.Builder setCatalog(String catalog)
Parameter
Name Description
catalog String
Returns
Type Description
CatalogItemPathName.Builder

setCatalogItemPath(String catalogItemPath)

public CatalogItemPathName.Builder setCatalogItemPath(String catalogItemPath)
Parameter
Name Description
catalogItemPath String
Returns
Type Description
CatalogItemPathName.Builder

setLocation(String location)

public CatalogItemPathName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
CatalogItemPathName.Builder

setProject(String project)

public CatalogItemPathName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
CatalogItemPathName.Builder