Class IndexName
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.IndexName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class IndexName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexName.BuilderBuilder for projects/{project}/locations/{location}/indexes/{index}.
-
Constructor Summary
Constructors Modifier Constructor Description protectedIndexName()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static Stringformat(String project, String location, String index)StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetIndex()StringgetLocation()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static IndexName.BuildernewBuilder()static IndexNameof(String project, String location, String index)static IndexNameparse(String formattedString)static List<IndexName>parseList(List<String> formattedStrings)IndexName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<IndexName> values)
-
-
-
Constructor Detail
-
IndexName
@Deprecated protected IndexName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getIndex
public String getIndex()
-
newBuilder
public static IndexName.Builder newBuilder()
-
toBuilder
public IndexName.Builder toBuilder()
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMapin interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValuein interfacecom.google.api.resourcenames.ResourceName
-
-