Class DocumentName.ProjectLocationReferenceIdBuilder
- java.lang.Object
-
- com.google.cloud.contentwarehouse.v1.DocumentName.ProjectLocationReferenceIdBuilder
-
- Enclosing class:
- DocumentName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class DocumentName.ProjectLocationReferenceIdBuilder extends Object
Builder for projects/{project}/locations/{location}/documents/referenceId/{reference_id}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationReferenceIdBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentName
build()
String
getLocation()
String
getProject()
String
getReferenceId()
DocumentName.ProjectLocationReferenceIdBuilder
setLocation(String location)
DocumentName.ProjectLocationReferenceIdBuilder
setProject(String project)
DocumentName.ProjectLocationReferenceIdBuilder
setReferenceId(String referenceId)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getReferenceId
public String getReferenceId()
-
setProject
public DocumentName.ProjectLocationReferenceIdBuilder setProject(String project)
-
setLocation
public DocumentName.ProjectLocationReferenceIdBuilder setLocation(String location)
-
setReferenceId
public DocumentName.ProjectLocationReferenceIdBuilder setReferenceId(String referenceId)
-
build
public DocumentName build()
-
-