Package com.google.cloud.aiplatform.v1
Class ExecutionName
- java.lang.Object
-
- com.google.cloud.aiplatform.v1.ExecutionName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class ExecutionName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecutionName.Builder
Builder for projects/{project}/locations/{location}/metadataStores/{metadata_store}/executions/{execution}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExecutionName()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static String
format(String project, String location, String metadataStore, String execution)
String
getExecution()
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getMetadataStore()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static ExecutionName.Builder
newBuilder()
static ExecutionName
of(String project, String location, String metadataStore, String execution)
static ExecutionName
parse(String formattedString)
static List<ExecutionName>
parseList(List<String> formattedStrings)
ExecutionName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<ExecutionName> values)
-
-
-
Constructor Detail
-
ExecutionName
@Deprecated protected ExecutionName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getMetadataStore
public String getMetadataStore()
-
getExecution
public String getExecution()
-
newBuilder
public static ExecutionName.Builder newBuilder()
-
toBuilder
public ExecutionName.Builder toBuilder()
-
of
public static ExecutionName of(String project, String location, String metadataStore, String execution)
-
format
public static String format(String project, String location, String metadataStore, String execution)
-
parse
public static ExecutionName parse(String formattedString)
-
parseList
public static List<ExecutionName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ExecutionName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-