Interface ListSupportEventSubscriptionsResponseOrBuilder (0.78.0)

public interface ListSupportEventSubscriptionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getSupportEventSubscriptions(int index)

public abstract SupportEventSubscription getSupportEventSubscriptions(int index)

The support event subscriptions.

repeated .google.cloud.support.v2.SupportEventSubscription support_event_subscriptions = 1;

Parameter
Name Description
index int
Returns
Type Description
SupportEventSubscription

getSupportEventSubscriptionsCount()

public abstract int getSupportEventSubscriptionsCount()

The support event subscriptions.

repeated .google.cloud.support.v2.SupportEventSubscription support_event_subscriptions = 1;

Returns
Type Description
int

getSupportEventSubscriptionsList()

public abstract List<SupportEventSubscription> getSupportEventSubscriptionsList()

The support event subscriptions.

repeated .google.cloud.support.v2.SupportEventSubscription support_event_subscriptions = 1;

Returns
Type Description
List<SupportEventSubscription>

getSupportEventSubscriptionsOrBuilder(int index)

public abstract SupportEventSubscriptionOrBuilder getSupportEventSubscriptionsOrBuilder(int index)

The support event subscriptions.

repeated .google.cloud.support.v2.SupportEventSubscription support_event_subscriptions = 1;

Parameter
Name Description
index int
Returns
Type Description
SupportEventSubscriptionOrBuilder

getSupportEventSubscriptionsOrBuilderList()

public abstract List<? extends SupportEventSubscriptionOrBuilder> getSupportEventSubscriptionsOrBuilderList()

The support event subscriptions.

repeated .google.cloud.support.v2.SupportEventSubscription support_event_subscriptions = 1;

Returns
Type Description
List<? extends com.google.cloud.support.v2.SupportEventSubscriptionOrBuilder>