Package com.google.cloud.compute.v1
Interface PublicDelegatedPrefixesScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PublicDelegatedPrefixesScopedList,PublicDelegatedPrefixesScopedList.Builder
public interface PublicDelegatedPrefixesScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicDelegatedPrefixgetPublicDelegatedPrefixes(int index)[Output Only] A list of PublicDelegatedPrefixes contained in this scope.intgetPublicDelegatedPrefixesCount()[Output Only] A list of PublicDelegatedPrefixes contained in this scope.List<PublicDelegatedPrefix>getPublicDelegatedPrefixesList()[Output Only] A list of PublicDelegatedPrefixes contained in this scope.PublicDelegatedPrefixOrBuildergetPublicDelegatedPrefixesOrBuilder(int index)[Output Only] A list of PublicDelegatedPrefixes contained in this scope.List<? extends PublicDelegatedPrefixOrBuilder>getPublicDelegatedPrefixesOrBuilderList()[Output Only] A list of PublicDelegatedPrefixes contained in this scope.WarninggetWarning()[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.WarningOrBuildergetWarningOrBuilder()[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.booleanhasWarning()[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPublicDelegatedPrefixesList
List<PublicDelegatedPrefix> getPublicDelegatedPrefixesList()
[Output Only] A list of PublicDelegatedPrefixes contained in this scope.
repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;
-
getPublicDelegatedPrefixes
PublicDelegatedPrefix getPublicDelegatedPrefixes(int index)
[Output Only] A list of PublicDelegatedPrefixes contained in this scope.
repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;
-
getPublicDelegatedPrefixesCount
int getPublicDelegatedPrefixesCount()
[Output Only] A list of PublicDelegatedPrefixes contained in this scope.
repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;
-
getPublicDelegatedPrefixesOrBuilderList
List<? extends PublicDelegatedPrefixOrBuilder> getPublicDelegatedPrefixesOrBuilderList()
[Output Only] A list of PublicDelegatedPrefixes contained in this scope.
repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;
-
getPublicDelegatedPrefixesOrBuilder
PublicDelegatedPrefixOrBuilder getPublicDelegatedPrefixesOrBuilder(int index)
[Output Only] A list of PublicDelegatedPrefixes contained in this scope.
repeated .google.cloud.compute.v1.PublicDelegatedPrefix public_delegated_prefixes = 315261206;
-
hasWarning
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:
- Whether the warning field is set.
-
getWarning
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:
- The warning.
-
getWarningOrBuilder
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;
-
-