Class ConversationName
- java.lang.Object
-
- com.google.cloud.discoveryengine.v1beta.ConversationName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class ConversationName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConversationName.Builder
Builder for projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}.static class
ConversationName.ProjectLocationCollectionDataStoreConversationBuilder
Builder for projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ConversationName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
ConversationName
@Deprecated protected ConversationName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getDataStore
public String getDataStore()
-
getConversation
public String getConversation()
-
getCollection
public String getCollection()
-
newBuilder
public static ConversationName.Builder newBuilder()
-
newProjectLocationDataStoreConversationBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ConversationName.Builder newProjectLocationDataStoreConversationBuilder()
-
newProjectLocationCollectionDataStoreConversationBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ConversationName.ProjectLocationCollectionDataStoreConversationBuilder newProjectLocationCollectionDataStoreConversationBuilder()
-
toBuilder
public ConversationName.Builder toBuilder()
-
of
public static ConversationName of(String project, String location, String dataStore, String conversation)
-
ofProjectLocationDataStoreConversationName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ConversationName ofProjectLocationDataStoreConversationName(String project, String location, String dataStore, String conversation)
-
ofProjectLocationCollectionDataStoreConversationName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ConversationName ofProjectLocationCollectionDataStoreConversationName(String project, String location, String collection, String dataStore, String conversation)
-
format
public static String format(String project, String location, String dataStore, String conversation)
-
formatProjectLocationDataStoreConversationName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationDataStoreConversationName(String project, String location, String dataStore, String conversation)
-
formatProjectLocationCollectionDataStoreConversationName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationCollectionDataStoreConversationName(String project, String location, String collection, String dataStore, String conversation)
-
parse
public static ConversationName parse(String formattedString)
-
parseList
public static List<ConversationName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ConversationName> 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
-
-