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