Interface PublicDelegatedPrefixesScopedListOrBuilder (1.37.0)

public interface PublicDelegatedPrefixesScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPublicDelegatedPrefixes(int index)

public abstract PublicDelegatedPrefix getPublicDelegatedPrefixes(int index)

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Parameter
NameDescription
indexint
Returns
TypeDescription
PublicDelegatedPrefix

getPublicDelegatedPrefixesCount()

public abstract int getPublicDelegatedPrefixesCount()

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Returns
TypeDescription
int

getPublicDelegatedPrefixesList()

public abstract List<PublicDelegatedPrefix> getPublicDelegatedPrefixesList()

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Returns
TypeDescription
List<PublicDelegatedPrefix>

getPublicDelegatedPrefixesOrBuilder(int index)

public abstract PublicDelegatedPrefixOrBuilder getPublicDelegatedPrefixesOrBuilder(int index)

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Parameter
NameDescription
indexint
Returns
TypeDescription
PublicDelegatedPrefixOrBuilder

getPublicDelegatedPrefixesOrBuilderList()

public abstract List<? extends PublicDelegatedPrefixOrBuilder> getPublicDelegatedPrefixesOrBuilderList()

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.PublicDelegatedPrefixOrBuilder>

getWarning()

public abstract Warning getWarning()

[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.

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

Returns
TypeDescription
Warning

The warning.

getWarningOrBuilder()

public abstract WarningOrBuilder getWarningOrBuilder()

[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.

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

Returns
TypeDescription
WarningOrBuilder

hasWarning()

public abstract boolean hasWarning()

[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.

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

Returns
TypeDescription
boolean

Whether the warning field is set.