Package com.google.cloud.eventarc.v1
Class GoogleChannelConfigName
- java.lang.Object
-
- com.google.cloud.eventarc.v1.GoogleChannelConfigName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class GoogleChannelConfigName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGoogleChannelConfigName.BuilderBuilder for projects/{project}/locations/{location}/googleChannelConfig.
-
Constructor Summary
Constructors Modifier Constructor Description protectedGoogleChannelConfigName()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)StringgetFieldValue(String fieldName)Map<String,String>getFieldValuesMap()StringgetLocation()StringgetProject()inthashCode()static booleanisParsableFrom(String formattedString)static GoogleChannelConfigName.BuildernewBuilder()static GoogleChannelConfigNameof(String project, String location)static GoogleChannelConfigNameparse(String formattedString)static List<GoogleChannelConfigName>parseList(List<String> formattedStrings)GoogleChannelConfigName.BuildertoBuilder()StringtoString()static List<String>toStringList(List<GoogleChannelConfigName> values)
-
-
-
Constructor Detail
-
GoogleChannelConfigName
@Deprecated protected GoogleChannelConfigName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
newBuilder
public static GoogleChannelConfigName.Builder newBuilder()
-
toBuilder
public GoogleChannelConfigName.Builder toBuilder()
-
of
public static GoogleChannelConfigName of(String project, String location)
-
parse
public static GoogleChannelConfigName parse(String formattedString)
-
parseList
public static List<GoogleChannelConfigName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<GoogleChannelConfigName> values)
-
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
-
-