@Generated(value="by gapic-generator-java") public class RagFileName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
RagFileName.Builder
Builder for
projects/{project}/locations/{location}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RagFileName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String ragCorpus,
String ragFile) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
String |
getRagCorpus() |
String |
getRagFile() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static RagFileName.Builder |
newBuilder() |
static RagFileName |
of(String project,
String location,
String ragCorpus,
String ragFile) |
static RagFileName |
parse(String formattedString) |
static List<RagFileName> |
parseList(List<String> formattedStrings) |
RagFileName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<RagFileName> values) |
@Deprecated protected RagFileName()
public String getProject()
public String getLocation()
public String getRagCorpus()
public String getRagFile()
public static RagFileName.Builder newBuilder()
public RagFileName.Builder toBuilder()
public static RagFileName of(String project, String location, String ragCorpus, String ragFile)
public static String format(String project, String location, String ragCorpus, String ragFile)
public static RagFileName parse(String formattedString)
public static List<RagFileName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<RagFileName> 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 © 2025 Google LLC. All rights reserved.