public interface ListTriggersResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A page token that can be sent to ListTriggers to request the next page.
If this is empty, then there are no more pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A page token that can be sent to ListTriggers to request the next page.
If this is empty, then there are no more pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getTriggers(int index)
public abstract Trigger getTriggers(int index) The requested triggers, up to the number specified in page_size.
repeated .google.cloud.eventarc.v1.Trigger triggers = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Trigger |
|
getTriggersCount()
public abstract int getTriggersCount() The requested triggers, up to the number specified in page_size.
repeated .google.cloud.eventarc.v1.Trigger triggers = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTriggersList()
public abstract List<Trigger> getTriggersList() The requested triggers, up to the number specified in page_size.
repeated .google.cloud.eventarc.v1.Trigger triggers = 1;
| Returns | |
|---|---|
| Type | Description |
List<Trigger> |
|
getTriggersOrBuilder(int index)
public abstract TriggerOrBuilder getTriggersOrBuilder(int index) The requested triggers, up to the number specified in page_size.
repeated .google.cloud.eventarc.v1.Trigger triggers = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TriggerOrBuilder |
|
getTriggersOrBuilderList()
public abstract List<? extends TriggerOrBuilder> getTriggersOrBuilderList() The requested triggers, up to the number specified in page_size.
repeated .google.cloud.eventarc.v1.Trigger triggers = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.eventarc.v1.TriggerOrBuilder> |
|
getUnreachable(int index)
public abstract String getUnreachable(int index)Unreachable resources, if any.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public abstract ByteString getUnreachableBytes(int index)Unreachable resources, if any.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public abstract int getUnreachableCount()Unreachable resources, if any.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The count of unreachable. |
getUnreachableList()
public abstract List<String> getUnreachableList()Unreachable resources, if any.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the unreachable. |