Interface PacketMirroringsScopedListOrBuilder

    • Method Detail

      • getPacketMirroringsList

        List<PacketMirroring> getPacketMirroringsList()
         A list of packetMirrorings contained in this scope.
         
        repeated .google.cloud.compute.v1.PacketMirroring packet_mirrorings = 154615079;
      • getPacketMirrorings

        PacketMirroring getPacketMirrorings​(int index)
         A list of packetMirrorings contained in this scope.
         
        repeated .google.cloud.compute.v1.PacketMirroring packet_mirrorings = 154615079;
      • getPacketMirroringsCount

        int getPacketMirroringsCount()
         A list of packetMirrorings contained in this scope.
         
        repeated .google.cloud.compute.v1.PacketMirroring packet_mirrorings = 154615079;
      • getPacketMirroringsOrBuilderList

        List<? extends PacketMirroringOrBuilder> getPacketMirroringsOrBuilderList()
         A list of packetMirrorings contained in this scope.
         
        repeated .google.cloud.compute.v1.PacketMirroring packet_mirrorings = 154615079;
      • getPacketMirroringsOrBuilder

        PacketMirroringOrBuilder getPacketMirroringsOrBuilder​(int index)
         A list of packetMirrorings contained in this scope.
         
        repeated .google.cloud.compute.v1.PacketMirroring packet_mirrorings = 154615079;
      • hasWarning

        boolean hasWarning()
         Informational warning which replaces the list of packetMirrorings when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        Whether the warning field is set.
      • getWarning

        Warning getWarning()
         Informational warning which replaces the list of packetMirrorings when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Returns:
        The warning.
      • getWarningOrBuilder

        WarningOrBuilder getWarningOrBuilder()
         Informational warning which replaces the list of packetMirrorings when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;