Package com.google.cloud.dialogflow.v2
Class SessionEntityTypeName
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.SessionEntityTypeName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class SessionEntityTypeName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SessionEntityTypeName.Builder
Builder for projects/{project}/agent/sessions/{session}/entityTypes/{entity_type}.static class
SessionEntityTypeName.ProjectEnvironmentUserSessionEntityTypeBuilder
Builder for projects/{project}/agent/environments/{environment}/users/{user}/sessions/{session}/entityTypes/{entity_type}.static class
SessionEntityTypeName.ProjectLocationEnvironmentUserSessionEntityTypeBuilder
Builder for projects/{project}/locations/{location}/agent/environments/{environment}/users/{user}/sessions/{session}/entityTypes/{entity_type}.static class
SessionEntityTypeName.ProjectLocationSessionEntityTypeBuilder
Builder for projects/{project}/locations/{location}/agent/sessions/{session}/entityTypes/{entity_type}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
SessionEntityTypeName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
SessionEntityTypeName
@Deprecated protected SessionEntityTypeName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getSession
public String getSession()
-
getEntityType
public String getEntityType()
-
getEnvironment
public String getEnvironment()
-
getUser
public String getUser()
-
getLocation
public String getLocation()
-
newBuilder
public static SessionEntityTypeName.Builder newBuilder()
-
newProjectSessionEntityTypeBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static SessionEntityTypeName.Builder newProjectSessionEntityTypeBuilder()
-
newProjectEnvironmentUserSessionEntityTypeBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static SessionEntityTypeName.ProjectEnvironmentUserSessionEntityTypeBuilder newProjectEnvironmentUserSessionEntityTypeBuilder()
-
newProjectLocationSessionEntityTypeBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static SessionEntityTypeName.ProjectLocationSessionEntityTypeBuilder newProjectLocationSessionEntityTypeBuilder()
-
newProjectLocationEnvironmentUserSessionEntityTypeBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static SessionEntityTypeName.ProjectLocationEnvironmentUserSessionEntityTypeBuilder newProjectLocationEnvironmentUserSessionEntityTypeBuilder()
-
toBuilder
public SessionEntityTypeName.Builder toBuilder()
-
of
public static SessionEntityTypeName of(String project, String session, String entityType)
-
ofProjectSessionEntityTypeName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static SessionEntityTypeName ofProjectSessionEntityTypeName(String project, String session, String entityType)
-
ofProjectEnvironmentUserSessionEntityTypeName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static SessionEntityTypeName ofProjectEnvironmentUserSessionEntityTypeName(String project, String environment, String user, String session, String entityType)
-
ofProjectLocationSessionEntityTypeName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static SessionEntityTypeName ofProjectLocationSessionEntityTypeName(String project, String location, String session, String entityType)
-
ofProjectLocationEnvironmentUserSessionEntityTypeName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static SessionEntityTypeName ofProjectLocationEnvironmentUserSessionEntityTypeName(String project, String location, String environment, String user, String session, String entityType)
-
formatProjectSessionEntityTypeName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectSessionEntityTypeName(String project, String session, String entityType)
-
formatProjectEnvironmentUserSessionEntityTypeName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectEnvironmentUserSessionEntityTypeName(String project, String environment, String user, String session, String entityType)
-
formatProjectLocationSessionEntityTypeName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationSessionEntityTypeName(String project, String location, String session, String entityType)
-
formatProjectLocationEnvironmentUserSessionEntityTypeName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationEnvironmentUserSessionEntityTypeName(String project, String location, String environment, String user, String session, String entityType)
-
parse
public static SessionEntityTypeName parse(String formattedString)
-
parseList
public static List<SessionEntityTypeName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<SessionEntityTypeName> 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
-
-