Class ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder (3.45.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
TypeDescription
ProjectDataProfileName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getProjectDataProfile()

public String getProjectDataProfile()
Returns
TypeDescription
String

setLocation(String location)

public ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder

setProject(String project)

public ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder

setProjectDataProfile(String projectDataProfile)

public ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder setProjectDataProfile(String projectDataProfile)
Parameter
NameDescription
projectDataProfileString
Returns
TypeDescription
ProjectDataProfileName.ProjectLocationProjectDataProfileBuilder