Class PredictionApiKeyRegistrationName
- java.lang.Object
-
- com.google.cloud.recommendationengine.v1beta1.PredictionApiKeyRegistrationName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class PredictionApiKeyRegistrationName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PredictionApiKeyRegistrationName.Builder
Builder for projects/{project}/locations/{location}/catalogs/{catalog}/eventStores/{event_store}/predictionApiKeyRegistrations/{prediction_api_key_registration}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
PredictionApiKeyRegistrationName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
PredictionApiKeyRegistrationName
@Deprecated protected PredictionApiKeyRegistrationName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getCatalog
public String getCatalog()
-
getEventStore
public String getEventStore()
-
getPredictionApiKeyRegistration
public String getPredictionApiKeyRegistration()
-
newBuilder
public static PredictionApiKeyRegistrationName.Builder newBuilder()
-
toBuilder
public PredictionApiKeyRegistrationName.Builder toBuilder()
-
of
public static PredictionApiKeyRegistrationName of(String project, String location, String catalog, String eventStore, String predictionApiKeyRegistration)
-
format
public static String format(String project, String location, String catalog, String eventStore, String predictionApiKeyRegistration)
-
parse
public static PredictionApiKeyRegistrationName parse(String formattedString)
-
parseList
public static List<PredictionApiKeyRegistrationName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<PredictionApiKeyRegistrationName> 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
-
-