public interface ListEventEditRulesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEventEditRules(int index)
public abstract EventEditRule getEventEditRules(int index)List of EventEditRules. These will be ordered stably, but in an arbitrary order.
repeated .google.analytics.admin.v1alpha.EventEditRule event_edit_rules = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EventEditRule |
|
getEventEditRulesCount()
public abstract int getEventEditRulesCount()List of EventEditRules. These will be ordered stably, but in an arbitrary order.
repeated .google.analytics.admin.v1alpha.EventEditRule event_edit_rules = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEventEditRulesList()
public abstract List<EventEditRule> getEventEditRulesList()List of EventEditRules. These will be ordered stably, but in an arbitrary order.
repeated .google.analytics.admin.v1alpha.EventEditRule event_edit_rules = 1;
| Returns | |
|---|---|
| Type | Description |
List<EventEditRule> |
|
getEventEditRulesOrBuilder(int index)
public abstract EventEditRuleOrBuilder getEventEditRulesOrBuilder(int index)List of EventEditRules. These will be ordered stably, but in an arbitrary order.
repeated .google.analytics.admin.v1alpha.EventEditRule event_edit_rules = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EventEditRuleOrBuilder |
|
getEventEditRulesOrBuilderList()
public abstract List<? extends EventEditRuleOrBuilder> getEventEditRulesOrBuilderList()List of EventEditRules. These will be ordered stably, but in an arbitrary order.
repeated .google.analytics.admin.v1alpha.EventEditRule event_edit_rules = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.admin.v1alpha.EventEditRuleOrBuilder> |
|
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. |