@Generated(value="by gapic-generator-java") public class CloudFunctionName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudFunctionName.Builder
Builder for projects/{project}/locations/{location}/functions/{function}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CloudFunctionName()
Deprecated.
|
| Modifier and Type | Method and 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) |
@Deprecated protected CloudFunctionName()
public String getProject()
public String getLocation()
public String getFunction()
public static CloudFunctionName.Builder newBuilder()
public CloudFunctionName.Builder toBuilder()
public static CloudFunctionName of(String project, String location, String function)
public static CloudFunctionName parse(String formattedString)
public static List<CloudFunctionName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<CloudFunctionName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2022 Google LLC. All rights reserved.