Class MetadataStoreName.Builder (3.44.0)

public static class MetadataStoreName.Builder

Builder for projects/{project}/locations/{location}/metadataStores/{metadata_store}.

Inheritance

java.lang.Object > MetadataStoreName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public MetadataStoreName build()
Returns
Type Description
MetadataStoreName

getLocation()

public String getLocation()
Returns
Type Description
String

getMetadataStore()

public String getMetadataStore()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

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

setMetadataStore(String metadataStore)

public MetadataStoreName.Builder setMetadataStore(String metadataStore)
Parameter
Name Description
metadataStore String
Returns
Type Description
MetadataStoreName.Builder

setProject(String project)

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