Class 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
    • Constructor Detail

      • SessionEntityTypeName

        @Deprecated
        protected SessionEntityTypeName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getSession

        public String getSession()
      • getEntityType

        public String getEntityType()
      • getLocation

        public String getLocation()
      • getEnvironment

        public String getEnvironment()
      • getUser

        public String getUser()
      • newProjectSessionEntityTypeBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static SessionEntityTypeName.Builder newProjectSessionEntityTypeBuilder()
      • 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)
      • 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)
      • 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)
      • 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)
      • 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)
      • 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)
      • 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)
      • isParsableFrom

        public static boolean isParsableFrom​(String formattedString)
      • getFieldValuesMap

        public Map<String,​String> getFieldValuesMap()
        Specified by:
        getFieldValuesMap in interface com.google.api.resourcenames.ResourceName
      • getFieldValue

        public String getFieldValue​(String fieldName)
        Specified by:
        getFieldValue in interface com.google.api.resourcenames.ResourceName
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object