Class ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder (3.47.0)

public static class ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder

Builder for projects/{project}/locations/{location}/projectDataProfiles/{project_data_profile}.

Inheritance

java.lang.Object > ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder

Constructors

ProjectLocationProjectDataProfileBuilder()

protected ProjectLocationProjectDataProfileBuilder()

Methods

build()

public ProjectDataProfileName build()
Returns
Type Description
ProjectDataProfileName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getProjectDataProfile()

public String getProjectDataProfile()
Returns
Type Description
String

setLocation(String location)

public ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder

setProject(String project)

public ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder

setProjectDataProfile(String projectDataProfile)

public ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder setProjectDataProfile(String projectDataProfile)
Parameter
Name Description
projectDataProfile String
Returns
Type Description
ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder