Package com.google.cloud.dialogflow.v2
Class ConversationProfileName
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.ConversationProfileName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class ConversationProfileName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ConversationProfileName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
ConversationProfileName
@Deprecated protected ConversationProfileName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getConversationProfile
public String getConversationProfile()
-
getLocation
public String getLocation()
-
newBuilder
public static ConversationProfileName.Builder newBuilder()
-
newProjectConversationProfileBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ConversationProfileName.Builder newProjectConversationProfileBuilder()
-
newProjectLocationConversationProfileBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ConversationProfileName.ProjectLocationConversationProfileBuilder newProjectLocationConversationProfileBuilder()
-
toBuilder
public ConversationProfileName.Builder toBuilder()
-
of
public static ConversationProfileName of(String project, String conversationProfile)
-
ofProjectConversationProfileName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ConversationProfileName ofProjectConversationProfileName(String project, String conversationProfile)
-
ofProjectLocationConversationProfileName
@BetaApi("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)
-
formatProjectConversationProfileName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectConversationProfileName(String project, String conversationProfile)
-
formatProjectLocationConversationProfileName
@BetaApi("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)
-
parse
public static ConversationProfileName parse(String formattedString)
-
parseList
public static List<ConversationProfileName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ConversationProfileName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-