public static class ConversationProfileName.Builder extends Object
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
Modifier and Type | Method and Description |
---|---|
ConversationProfileName |
build() |
String |
getConversationProfile() |
String |
getProject() |
ConversationProfileName.Builder |
setConversationProfile(String conversationProfile) |
ConversationProfileName.Builder |
setProject(String project) |
public String getProject()
public String getConversationProfile()
public ConversationProfileName.Builder setProject(String project)
public ConversationProfileName.Builder setConversationProfile(String conversationProfile)
public ConversationProfileName build()
Copyright © 2022 Google LLC. All rights reserved.