Class ContextName.Builder (3.44.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
Type Description
ContextName

getContext()

public String getContext()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getMetadataStore()

public String getMetadataStore()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setContext(String context)

public ContextName.Builder setContext(String context)
Parameter
Name Description
context String
Returns
Type Description
ContextName.Builder

setLocation(String location)

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

setMetadataStore(String metadataStore)

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

setProject(String project)

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