Class MetadataSchemaName.Builder (3.42.0)

public static class MetadataSchemaName.Builder

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

Inheritance

java.lang.Object > MetadataSchemaName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public MetadataSchemaName build()
Returns
TypeDescription
MetadataSchemaName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getMetadataSchema()

public String getMetadataSchema()
Returns
TypeDescription
String

getMetadataStore()

public String getMetadataStore()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setLocation(String location)

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

setMetadataSchema(String metadataSchema)

public MetadataSchemaName.Builder setMetadataSchema(String metadataSchema)
Parameter
NameDescription
metadataSchemaString
Returns
TypeDescription
MetadataSchemaName.Builder

setMetadataStore(String metadataStore)

public MetadataSchemaName.Builder setMetadataStore(String metadataStore)
Parameter
NameDescription
metadataStoreString
Returns
TypeDescription
MetadataSchemaName.Builder

setProject(String project)

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