@Generated(value="by gapic-generator-java") public class MemoryName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
MemoryName.Builder
Builder for
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MemoryName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String reasoningEngine,
String memory) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getMemory() |
String |
getProject() |
String |
getReasoningEngine() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static MemoryName.Builder |
newBuilder() |
static MemoryName |
of(String project,
String location,
String reasoningEngine,
String memory) |
static MemoryName |
parse(String formattedString) |
static List<MemoryName> |
parseList(List<String> formattedStrings) |
MemoryName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<MemoryName> values) |
@Deprecated protected MemoryName()
public String getProject()
public String getLocation()
public String getReasoningEngine()
public String getMemory()
public static MemoryName.Builder newBuilder()
public MemoryName.Builder toBuilder()
public static MemoryName of(String project, String location, String reasoningEngine, String memory)
public static String format(String project, String location, String reasoningEngine, String memory)
public static MemoryName parse(String formattedString)
public static List<MemoryName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<MemoryName> 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.