@Generated(value="by gapic-generator-java") public class SessionEntityTypeName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionEntityTypeName.Builder
Builder for
projects/{project}/locations/{location}/agents/{agent}/sessions/{session}/entityTypes/{entity_type}.
|
static class |
SessionEntityTypeName.ProjectLocationAgentEnvironmentSessionEntityTypeBuilder
Builder for
projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/sessions/{session}/entityTypes/{entity_type}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SessionEntityTypeName()
Deprecated.
|
@Deprecated protected SessionEntityTypeName()
public String getProject()
public String getLocation()
public String getAgent()
public String getSession()
public String getEntityType()
public String getEnvironment()
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 newProjectLocationAgentSessionEntityTypeBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static SessionEntityTypeName.ProjectLocationAgentEnvironmentSessionEntityTypeBuilder newProjectLocationAgentEnvironmentSessionEntityTypeBuilder()
public SessionEntityTypeName.Builder toBuilder()
public static SessionEntityTypeName of(String project, String location, String agent, String session, String entityType)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static SessionEntityTypeName ofProjectLocationAgentSessionEntityTypeName(String project, String location, String agent, String session, String entityType)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static SessionEntityTypeName ofProjectLocationAgentEnvironmentSessionEntityTypeName(String project, String location, String agent, String environment, String session, String entityType)
public static String format(String project, String location, String agent, String session, String entityType)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationAgentSessionEntityTypeName(String project, String location, String agent, String session, String entityType)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationAgentEnvironmentSessionEntityTypeName(String project, String location, String agent, String environment, 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 com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2022 Google LLC. All rights reserved.