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