Class InstancesScopedList.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
      • clear

        public InstancesScopedList.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
      • getDefaultInstanceForType

        public InstancesScopedList getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public InstancesScopedList build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public InstancesScopedList buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public InstancesScopedList.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
      • setField

        public InstancesScopedList.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
      • clearField

        public InstancesScopedList.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
      • clearOneof

        public InstancesScopedList.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
      • setRepeatedField

        public InstancesScopedList.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            int index,
                                                            Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
      • addRepeatedField

        public InstancesScopedList.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                            Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
      • mergeFrom

        public InstancesScopedList.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<InstancesScopedList.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
      • mergeFrom

        public InstancesScopedList.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<InstancesScopedList.Builder>
        Throws:
        IOException
      • getInstancesCount

        public int getInstancesCount()
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
        Specified by:
        getInstancesCount in interface InstancesScopedListOrBuilder
      • getInstances

        public Instance getInstances​(int index)
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
        Specified by:
        getInstances in interface InstancesScopedListOrBuilder
      • setInstances

        public InstancesScopedList.Builder setInstances​(int index,
                                                        Instance value)
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
      • setInstances

        public InstancesScopedList.Builder setInstances​(int index,
                                                        Instance.Builder builderForValue)
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
      • addInstances

        public InstancesScopedList.Builder addInstances​(Instance value)
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
      • addInstances

        public InstancesScopedList.Builder addInstances​(int index,
                                                        Instance value)
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
      • addInstances

        public InstancesScopedList.Builder addInstances​(Instance.Builder builderForValue)
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
      • addInstances

        public InstancesScopedList.Builder addInstances​(int index,
                                                        Instance.Builder builderForValue)
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
      • addAllInstances

        public InstancesScopedList.Builder addAllInstances​(Iterable<? extends Instance> values)
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
      • clearInstances

        public InstancesScopedList.Builder clearInstances()
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
      • removeInstances

        public InstancesScopedList.Builder removeInstances​(int index)
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
      • getInstancesBuilder

        public Instance.Builder getInstancesBuilder​(int index)
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
      • addInstancesBuilder

        public Instance.Builder addInstancesBuilder()
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
      • addInstancesBuilder

        public Instance.Builder addInstancesBuilder​(int index)
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
      • getInstancesBuilderList

        public List<Instance.Builder> getInstancesBuilderList()
         [Output Only] A list of instances contained in this scope.
         
        repeated .google.cloud.compute.v1.Instance instances = 29097598;
      • hasWarning

        public boolean hasWarning()
         [Output Only] Informational warning which replaces the list of instances when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Specified by:
        hasWarning in interface InstancesScopedListOrBuilder
        Returns:
        Whether the warning field is set.
      • getWarning

        public Warning getWarning()
         [Output Only] Informational warning which replaces the list of instances when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Specified by:
        getWarning in interface InstancesScopedListOrBuilder
        Returns:
        The warning.
      • setWarning

        public InstancesScopedList.Builder setWarning​(Warning value)
         [Output Only] Informational warning which replaces the list of instances when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • setWarning

        public InstancesScopedList.Builder setWarning​(Warning.Builder builderForValue)
         [Output Only] Informational warning which replaces the list of instances when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • mergeWarning

        public InstancesScopedList.Builder mergeWarning​(Warning value)
         [Output Only] Informational warning which replaces the list of instances when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • clearWarning

        public InstancesScopedList.Builder clearWarning()
         [Output Only] Informational warning which replaces the list of instances when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • getWarningBuilder

        public Warning.Builder getWarningBuilder()
         [Output Only] Informational warning which replaces the list of instances when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • setUnknownFields

        public final InstancesScopedList.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>
      • mergeUnknownFields

        public final InstancesScopedList.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<InstancesScopedList.Builder>