public interface ListEventCreateRulesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEventCreateRules(int index)
public abstract EventCreateRule getEventCreateRules(int index)List of EventCreateRules. These will be ordered stably, but in an arbitrary order.
repeated .google.analytics.admin.v1alpha.EventCreateRule event_create_rules = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EventCreateRule |
|
getEventCreateRulesCount()
public abstract int getEventCreateRulesCount()List of EventCreateRules. These will be ordered stably, but in an arbitrary order.
repeated .google.analytics.admin.v1alpha.EventCreateRule event_create_rules = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEventCreateRulesList()
public abstract List<EventCreateRule> getEventCreateRulesList()List of EventCreateRules. These will be ordered stably, but in an arbitrary order.
repeated .google.analytics.admin.v1alpha.EventCreateRule event_create_rules = 1;
| Returns | |
|---|---|
| Type | Description |
List<EventCreateRule> |
|
getEventCreateRulesOrBuilder(int index)
public abstract EventCreateRuleOrBuilder getEventCreateRulesOrBuilder(int index)List of EventCreateRules. These will be ordered stably, but in an arbitrary order.
repeated .google.analytics.admin.v1alpha.EventCreateRule event_create_rules = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EventCreateRuleOrBuilder |
|
getEventCreateRulesOrBuilderList()
public abstract List<? extends EventCreateRuleOrBuilder> getEventCreateRulesOrBuilderList()List of EventCreateRules. These will be ordered stably, but in an arbitrary order.
repeated .google.analytics.admin.v1alpha.EventCreateRule event_create_rules = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.admin.v1alpha.EventCreateRuleOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |