public interface PublicDelegatedPrefixesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the warning field is set. |