@Generated(value="by gapic-generator-java") public class SessionEntityTypeName extends Object implements ResourceName
Modifier and Type | Class and 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.ProjectLocationSessionEntityTypeBuilder
Builder for
projects/{project}/locations/{location}/agent/sessions/{session}/entityTypes/{entity_type}.
|
Modifier | Constructor and Description |
---|---|
protected |
SessionEntityTypeName()
Deprecated.
|
@Deprecated protected SessionEntityTypeName()
public String getProject()
public String getSession()
public String getEntityType()
public String getLocation()
public String getEnvironment()
public String getUser()
public static SessionEntityTypeName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static SessionEntityTypeName.Builder newProjectSessionEntityTypeBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static SessionEntityTypeName.ProjectLocationSessionEntityTypeBuilder newProjectLocationSessionEntityTypeBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static SessionEntityTypeName.ProjectEnvironmentUserSessionEntityTypeBuilder newProjectEnvironmentUserSessionEntityTypeBuilder()
public SessionEntityTypeName.Builder toBuilder()
public static SessionEntityTypeName of(String project, String session, String entityType)
@BetaApi(value="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)
@BetaApi(value="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)
@BetaApi(value="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)
@BetaApi(value="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)
@BetaApi(value="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)
@BetaApi(value="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)
public static SessionEntityTypeName parse(String formattedString)
public static List<SessionEntityTypeName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<SessionEntityTypeName> 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 © 2021 Google LLC. All rights reserved.