Class CompletionConfigName.Builder (2.43.0)

public static class CompletionConfigName.Builder

Builder for projects/{project}/locations/{location}/catalogs/{catalog}/completionConfig.

Inheritance

java.lang.Object > CompletionConfigName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public CompletionConfigName build()
Returns
TypeDescription
CompletionConfigName

getCatalog()

public String getCatalog()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setCatalog(String catalog)

public CompletionConfigName.Builder setCatalog(String catalog)
Parameter
NameDescription
catalogString
Returns
TypeDescription
CompletionConfigName.Builder

setLocation(String location)

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

setProject(String project)

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