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 class
GoogleChannelConfigName.Builder
Builder for projects/{project}/locations/{location}/googleChannelConfig.
-
Constructor Summary
Constructors Modifier Constructor Description protected
GoogleChannelConfigName()
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
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static GoogleChannelConfigName.Builder
newBuilder()
static GoogleChannelConfigName
of(String project, String location)
static GoogleChannelConfigName
parse(String formattedString)
static List<GoogleChannelConfigName>
parseList(List<String> formattedStrings)
GoogleChannelConfigName.Builder
toBuilder()
String
toString()
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:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-