Class ServicePerimeterName (1.44.0)

public class ServicePerimeterName implements ResourceName

Inheritance

Object > ServicePerimeterName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String accessPolicy, String servicePerimeter)

public static String format(String accessPolicy, String servicePerimeter)
Parameters
Name Description
accessPolicy String
servicePerimeter String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static ServicePerimeterName.Builder newBuilder()
Returns
Type Description
ServicePerimeterName.Builder

of(String accessPolicy, String servicePerimeter)

public static ServicePerimeterName of(String accessPolicy, String servicePerimeter)
Parameters
Name Description
accessPolicy String
servicePerimeter String
Returns
Type Description
ServicePerimeterName

parse(String formattedString)

public static ServicePerimeterName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
ServicePerimeterName

parseList(List<String> formattedStrings)

public static List<ServicePerimeterName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<ServicePerimeterName>

toStringList(List<ServicePerimeterName> values)

public static List<String> toStringList(List<ServicePerimeterName> values)
Parameter
Name Description
values List<ServicePerimeterName>
Returns
Type Description
List<String>

Constructors

ServicePerimeterName() (deprecated)

protected ServicePerimeterName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getAccessPolicy()

public String getAccessPolicy()
Returns
Type Description
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getServicePerimeter()

public String getServicePerimeter()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public ServicePerimeterName.Builder toBuilder()
Returns
Type Description
ServicePerimeterName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides