Class SampleQueryName.Builder (0.44.0)

public static class SampleQueryName.Builder

Builder for projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}.

Inheritance

java.lang.Object > SampleQueryName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public SampleQueryName build()
Returns
Type Description
SampleQueryName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getSampleQuery()

public String getSampleQuery()
Returns
Type Description
String

getSampleQuerySet()

public String getSampleQuerySet()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setSampleQuery(String sampleQuery)

public SampleQueryName.Builder setSampleQuery(String sampleQuery)
Parameter
Name Description
sampleQuery String
Returns
Type Description
SampleQueryName.Builder

setSampleQuerySet(String sampleQuerySet)

public SampleQueryName.Builder setSampleQuerySet(String sampleQuerySet)
Parameter
Name Description
sampleQuerySet String
Returns
Type Description
SampleQueryName.Builder