Package com.google.cloud.functions.v1
Class CloudFunctionName
- java.lang.Object
-
- com.google.cloud.functions.v1.CloudFunctionName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class CloudFunctionName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CloudFunctionName.Builder
Builder for projects/{project}/locations/{location}/functions/{function}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
CloudFunctionName()
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 function)
String
getFieldValue(String fieldName)
Map<String,String>
getFieldValuesMap()
String
getFunction()
String
getLocation()
String
getProject()
int
hashCode()
static boolean
isParsableFrom(String formattedString)
static CloudFunctionName.Builder
newBuilder()
static CloudFunctionName
of(String project, String location, String function)
static CloudFunctionName
parse(String formattedString)
static List<CloudFunctionName>
parseList(List<String> formattedStrings)
CloudFunctionName.Builder
toBuilder()
String
toString()
static List<String>
toStringList(List<CloudFunctionName> values)
-
-
-
Constructor Detail
-
CloudFunctionName
@Deprecated protected CloudFunctionName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getFunction
public String getFunction()
-
newBuilder
public static CloudFunctionName.Builder newBuilder()
-
toBuilder
public CloudFunctionName.Builder toBuilder()
-
of
public static CloudFunctionName of(String project, String location, String function)
-
parse
public static CloudFunctionName parse(String formattedString)
-
parseList
public static List<CloudFunctionName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<CloudFunctionName> 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
-
-