Class MetadataSchemaName.Builder (3.3.0)

See more code actions.
public static class MetadataSchemaName.Builder

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

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

setMetadataSchema(String metadataSchema)

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

setMetadataStore(String metadataStore)

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

setProject(String project)

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