@Generated(value="by gapic-generator-java") public class ConversationProfileName extends Object implements ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
ConversationProfileName.Builder
Builder for projects/{project}/conversationProfiles/{conversation_profile}.
|
static class |
ConversationProfileName.ProjectLocationConversationProfileBuilder
Builder for
projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}.
|
Modifier | Constructor and Description |
---|---|
protected |
ConversationProfileName()
Deprecated.
|
@Deprecated protected ConversationProfileName()
public String getProject()
public String getConversationProfile()
public String getLocation()
public static ConversationProfileName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static ConversationProfileName.Builder newProjectConversationProfileBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static ConversationProfileName.ProjectLocationConversationProfileBuilder newProjectLocationConversationProfileBuilder()
public ConversationProfileName.Builder toBuilder()
public static ConversationProfileName of(String project, String conversationProfile)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static ConversationProfileName ofProjectConversationProfileName(String project, String conversationProfile)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static ConversationProfileName ofProjectLocationConversationProfileName(String project, String location, String conversationProfile)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectConversationProfileName(String project, String conversationProfile)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationConversationProfileName(String project, String location, String conversationProfile)
public static ConversationProfileName parse(String formattedString)
public static List<ConversationProfileName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ConversationProfileName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap
in interface ResourceName
public String getFieldValue(String fieldName)
getFieldValue
in interface ResourceName
Copyright © 2022 Google LLC. All rights reserved.