Class ContextName.Builder (3.42.0)

public static class ContextName.Builder

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

Inheritance

java.lang.Object > ContextName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ContextName build()
Returns
TypeDescription
ContextName

getContext()

public String getContext()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getMetadataStore()

public String getMetadataStore()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setContext(String context)

public ContextName.Builder setContext(String context)
Parameter
NameDescription
contextString
Returns
TypeDescription
ContextName.Builder

setLocation(String location)

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

setMetadataStore(String metadataStore)

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

setProject(String project)

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