@Generated(value="by gapic-generator-java") public class ServerTlsPolicyName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerTlsPolicyName.Builder
Builder for projects/{project}/locations/{location}/serverTlsPolicies/{server_tls_policy}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ServerTlsPolicyName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String serverTlsPolicy) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
String |
getServerTlsPolicy() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static ServerTlsPolicyName.Builder |
newBuilder() |
static ServerTlsPolicyName |
of(String project,
String location,
String serverTlsPolicy) |
static ServerTlsPolicyName |
parse(String formattedString) |
static List<ServerTlsPolicyName> |
parseList(List<String> formattedStrings) |
ServerTlsPolicyName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<ServerTlsPolicyName> values) |
@Deprecated protected ServerTlsPolicyName()
public String getProject()
public String getLocation()
public String getServerTlsPolicy()
public static ServerTlsPolicyName.Builder newBuilder()
public ServerTlsPolicyName.Builder toBuilder()
public static ServerTlsPolicyName of(String project, String location, String serverTlsPolicy)
public static ServerTlsPolicyName parse(String formattedString)
public static List<ServerTlsPolicyName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ServerTlsPolicyName> 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 © 2024 Google LLC. All rights reserved.