@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static class AnswerRecordName.ProjectLocationAnswerRecordBuilder extends Object
Modifier | Constructor and Description |
---|---|
protected |
ProjectLocationAnswerRecordBuilder() |
Modifier and Type | Method and Description |
---|---|
AnswerRecordName |
build() |
String |
getAnswerRecord() |
String |
getLocation() |
String |
getProject() |
AnswerRecordName.ProjectLocationAnswerRecordBuilder |
setAnswerRecord(String answerRecord) |
AnswerRecordName.ProjectLocationAnswerRecordBuilder |
setLocation(String location) |
AnswerRecordName.ProjectLocationAnswerRecordBuilder |
setProject(String project) |
protected ProjectLocationAnswerRecordBuilder()
public String getProject()
public String getLocation()
public String getAnswerRecord()
public AnswerRecordName.ProjectLocationAnswerRecordBuilder setProject(String project)
public AnswerRecordName.ProjectLocationAnswerRecordBuilder setLocation(String location)
public AnswerRecordName.ProjectLocationAnswerRecordBuilder setAnswerRecord(String answerRecord)
public AnswerRecordName build()
Copyright © 2022 Google LLC. All rights reserved.