Interface PublicDelegatedPrefixesScopedListOrBuilder

    • 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;