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