Interface TargetInstancesScopedListOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TargetInstancesScopedList, TargetInstancesScopedList.Builder

    public interface TargetInstancesScopedListOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getTargetInstancesList

        List<TargetInstance> getTargetInstancesList()
         A list of target instances contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;
      • getTargetInstances

        TargetInstance getTargetInstances​(int index)
         A list of target instances contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;
      • getTargetInstancesCount

        int getTargetInstancesCount()
         A list of target instances contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;
      • getTargetInstancesOrBuilderList

        List<? extends TargetInstanceOrBuilder> getTargetInstancesOrBuilderList()
         A list of target instances contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;
      • getTargetInstancesOrBuilder

        TargetInstanceOrBuilder getTargetInstancesOrBuilder​(int index)
         A list of target instances contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;
      • hasWarning

        boolean hasWarning()
         Informational warning which replaces the list of addresses 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 addresses 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 addresses when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;