Interface NotificationEndpointsScopedListOrBuilder (1.105.0)

public interface NotificationEndpointsScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResources(int index)

public abstract NotificationEndpoint getResources(int index)

A list of NotificationEndpoints contained in this scope.

repeated .google.cloud.compute.v1.NotificationEndpoint resources = 164412965;

Parameter
Name Description
index int
Returns
Type Description
NotificationEndpoint

getResourcesCount()

public abstract int getResourcesCount()

A list of NotificationEndpoints contained in this scope.

repeated .google.cloud.compute.v1.NotificationEndpoint resources = 164412965;

Returns
Type Description
int

getResourcesList()

public abstract List<NotificationEndpoint> getResourcesList()

A list of NotificationEndpoints contained in this scope.

repeated .google.cloud.compute.v1.NotificationEndpoint resources = 164412965;

Returns
Type Description
List<NotificationEndpoint>

getResourcesOrBuilder(int index)

public abstract NotificationEndpointOrBuilder getResourcesOrBuilder(int index)

A list of NotificationEndpoints contained in this scope.

repeated .google.cloud.compute.v1.NotificationEndpoint resources = 164412965;

Parameter
Name Description
index int
Returns
Type Description
NotificationEndpointOrBuilder

getResourcesOrBuilderList()

public abstract List<? extends NotificationEndpointOrBuilder> getResourcesOrBuilderList()

A list of NotificationEndpoints contained in this scope.

repeated .google.cloud.compute.v1.NotificationEndpoint resources = 164412965;

Returns
Type Description
List<? extends com.google.cloud.compute.v1.NotificationEndpointOrBuilder>

getWarning()

public abstract Warning getWarning()

Informational warning which replaces the list of notification endpoints when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
Type Description
Warning

The warning.

getWarningOrBuilder()

public abstract WarningOrBuilder getWarningOrBuilder()

Informational warning which replaces the list of notification endpoints when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
Type Description
WarningOrBuilder

hasWarning()

public abstract boolean hasWarning()

Informational warning which replaces the list of notification endpoints when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
Type Description
boolean

Whether the warning field is set.