Class EventCreateRuleName (0.55.0)

public class EventCreateRuleName implements ResourceName

Inheritance

Object > EventCreateRuleName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String property, String dataStream, String eventCreateRule)

public static String format(String property, String dataStream, String eventCreateRule)
Parameters
Name Description
property String
dataStream String
eventCreateRule 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 EventCreateRuleName.Builder newBuilder()
Returns
Type Description
EventCreateRuleName.Builder

of(String property, String dataStream, String eventCreateRule)

public static EventCreateRuleName of(String property, String dataStream, String eventCreateRule)
Parameters
Name Description
property String
dataStream String
eventCreateRule String
Returns
Type Description
EventCreateRuleName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<EventCreateRuleName> values)

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

Constructors

EventCreateRuleName() (deprecated)

protected EventCreateRuleName()

Methods

equals(Object o)

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

getDataStream()

public String getDataStream()
Returns
Type Description
String

getEventCreateRule()

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

getProperty()

public String getProperty()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides