Class ControlName (0.41.0)

public class ControlName implements ResourceName

Inheritance

Object > ControlName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String location, String dataStore, String control)

public static String format(String project, String location, String dataStore, String control)
Parameters
Name Description
project String
location String
dataStore String
control String
Returns
Type Description
String

formatProjectLocationCollectionDataStoreControlName(String project, String location, String collection, String dataStore, String control)

public static String formatProjectLocationCollectionDataStoreControlName(String project, String location, String collection, String dataStore, String control)
Parameters
Name Description
project String
location String
collection String
dataStore String
control String
Returns
Type Description
String

formatProjectLocationCollectionEngineControlName(String project, String location, String collection, String engine, String control)

public static String formatProjectLocationCollectionEngineControlName(String project, String location, String collection, String engine, String control)
Parameters
Name Description
project String
location String
collection String
engine String
control String
Returns
Type Description
String

formatProjectLocationDataStoreControlName(String project, String location, String dataStore, String control)

public static String formatProjectLocationDataStoreControlName(String project, String location, String dataStore, String control)
Parameters
Name Description
project String
location String
dataStore String
control 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 ControlName.Builder newBuilder()
Returns
Type Description
ControlName.Builder

newProjectLocationCollectionDataStoreControlBuilder()

public static ControlName.ProjectLocationCollectionDataStoreControlBuilder newProjectLocationCollectionDataStoreControlBuilder()
Returns
Type Description
ControlName.ProjectLocationCollectionDataStoreControlBuilder

newProjectLocationCollectionEngineControlBuilder()

public static ControlName.ProjectLocationCollectionEngineControlBuilder newProjectLocationCollectionEngineControlBuilder()
Returns
Type Description
ControlName.ProjectLocationCollectionEngineControlBuilder

newProjectLocationDataStoreControlBuilder()

public static ControlName.Builder newProjectLocationDataStoreControlBuilder()
Returns
Type Description
ControlName.Builder

of(String project, String location, String dataStore, String control)

public static ControlName of(String project, String location, String dataStore, String control)
Parameters
Name Description
project String
location String
dataStore String
control String
Returns
Type Description
ControlName

ofProjectLocationCollectionDataStoreControlName(String project, String location, String collection, String dataStore, String control)

public static ControlName ofProjectLocationCollectionDataStoreControlName(String project, String location, String collection, String dataStore, String control)
Parameters
Name Description
project String
location String
collection String
dataStore String
control String
Returns
Type Description
ControlName

ofProjectLocationCollectionEngineControlName(String project, String location, String collection, String engine, String control)

public static ControlName ofProjectLocationCollectionEngineControlName(String project, String location, String collection, String engine, String control)
Parameters
Name Description
project String
location String
collection String
engine String
control String
Returns
Type Description
ControlName

ofProjectLocationDataStoreControlName(String project, String location, String dataStore, String control)

public static ControlName ofProjectLocationDataStoreControlName(String project, String location, String dataStore, String control)
Parameters
Name Description
project String
location String
dataStore String
control String
Returns
Type Description
ControlName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<ControlName> values)

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

Constructors

ControlName() (deprecated)

protected ControlName()

Methods

equals(Object o)

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

getCollection()

public String getCollection()
Returns
Type Description
String

getControl()

public String getControl()
Returns
Type Description
String

getDataStore()

public String getDataStore()
Returns
Type Description
String

getEngine()

public String getEngine()
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>

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides