Class AccessApprovalRequestName (0.4.0)

public class AccessApprovalRequestName implements ResourceName

Inheritance

Object > AccessApprovalRequestName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String organization, String location, String customer, String workload, String accessApprovalRequest)

public static String format(String organization, String location, String customer, String workload, String accessApprovalRequest)
Parameters
NameDescription
organizationString
locationString
customerString
workloadString
accessApprovalRequestString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static AccessApprovalRequestName.Builder newBuilder()
Returns
TypeDescription
AccessApprovalRequestName.Builder

of(String organization, String location, String customer, String workload, String accessApprovalRequest)

public static AccessApprovalRequestName of(String organization, String location, String customer, String workload, String accessApprovalRequest)
Parameters
NameDescription
organizationString
locationString
customerString
workloadString
accessApprovalRequestString
Returns
TypeDescription
AccessApprovalRequestName

parse(String formattedString)

public static AccessApprovalRequestName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
AccessApprovalRequestName

parseList(List<String> formattedStrings)

public static List<AccessApprovalRequestName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<AccessApprovalRequestName>

toStringList(List<AccessApprovalRequestName> values)

public static List<String> toStringList(List<AccessApprovalRequestName> values)
Parameter
NameDescription
valuesList<AccessApprovalRequestName>
Returns
TypeDescription
List<String>

Constructors

AccessApprovalRequestName() (deprecated)

protected AccessApprovalRequestName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getAccessApprovalRequest()

public String getAccessApprovalRequest()
Returns
TypeDescription
String

getCustomer()

public String getCustomer()
Returns
TypeDescription
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getLocation()

public String getLocation()
Returns
TypeDescription
String

getOrganization()

public String getOrganization()
Returns
TypeDescription
String

getWorkload()

public String getWorkload()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public AccessApprovalRequestName.Builder toBuilder()
Returns
TypeDescription
AccessApprovalRequestName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides