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