@Generated(value="by gapic-generator-java") public class ConversationModelEvaluationName extends Object implements ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
ConversationModelEvaluationName.Builder
Builder for
projects/{project}/conversationModels/{conversation_model}/evaluations/{evaluation}.
|
static class |
ConversationModelEvaluationName.ProjectLocationConversationModelEvaluationBuilder
Builder for
projects/{project}/locations/{location}/conversationModels/{conversation_model}/evaluations/{evaluation}.
|
Modifier | Constructor and Description |
---|---|
protected |
ConversationModelEvaluationName()
Deprecated.
|
@Deprecated protected ConversationModelEvaluationName()
public String getProject()
public String getConversationModel()
public String getEvaluation()
public String getLocation()
public static ConversationModelEvaluationName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static ConversationModelEvaluationName.Builder newProjectConversationModelEvaluationBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static ConversationModelEvaluationName.ProjectLocationConversationModelEvaluationBuilder newProjectLocationConversationModelEvaluationBuilder()
public ConversationModelEvaluationName.Builder toBuilder()
public static ConversationModelEvaluationName of(String project, String conversationModel, String evaluation)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static ConversationModelEvaluationName ofProjectConversationModelEvaluationName(String project, String conversationModel, String evaluation)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static ConversationModelEvaluationName ofProjectLocationConversationModelEvaluationName(String project, String location, String conversationModel, String evaluation)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectConversationModelEvaluationName(String project, String conversationModel, String evaluation)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationConversationModelEvaluationName(String project, String location, String conversationModel, String evaluation)
public static ConversationModelEvaluationName parse(String formattedString)
public static List<ConversationModelEvaluationName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ConversationModelEvaluationName> 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 © 2022 Google LLC. All rights reserved.