Class TableDataProfileName.ProjectLocationTableDataProfileBuilder (3.47.0)

public static class TableDataProfileName.ProjectLocationTableDataProfileBuilder

Builder for projects/{project}/locations/{location}/tableDataProfiles/{table_data_profile}.

Inheritance

java.lang.Object > TableDataProfileName.ProjectLocationTableDataProfileBuilder

Constructors

ProjectLocationTableDataProfileBuilder()

protected ProjectLocationTableDataProfileBuilder()

Methods

build()

public TableDataProfileName build()
Returns
Type Description
TableDataProfileName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getTableDataProfile()

public String getTableDataProfile()
Returns
Type Description
String

setLocation(String location)

public TableDataProfileName.ProjectLocationTableDataProfileBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
TableDataProfileName.ProjectLocationTableDataProfileBuilder

setProject(String project)

public TableDataProfileName.ProjectLocationTableDataProfileBuilder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
TableDataProfileName.ProjectLocationTableDataProfileBuilder

setTableDataProfile(String tableDataProfile)

public TableDataProfileName.ProjectLocationTableDataProfileBuilder setTableDataProfile(String tableDataProfile)
Parameter
Name Description
tableDataProfile String
Returns
Type Description
TableDataProfileName.ProjectLocationTableDataProfileBuilder