Class HealthChecksScopedList.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<HealthChecksScopedList.Builder>
      • clear

        public HealthChecksScopedList.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<HealthChecksScopedList.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<HealthChecksScopedList.Builder>
      • getDefaultInstanceForType

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

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

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

        public HealthChecksScopedList.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<HealthChecksScopedList.Builder>
      • clearField

        public HealthChecksScopedList.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<HealthChecksScopedList.Builder>
      • clearOneof

        public HealthChecksScopedList.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<HealthChecksScopedList.Builder>
      • setRepeatedField

        public HealthChecksScopedList.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<HealthChecksScopedList.Builder>
      • addRepeatedField

        public HealthChecksScopedList.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<HealthChecksScopedList.Builder>
      • isInitialized

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

        public HealthChecksScopedList.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<HealthChecksScopedList.Builder>
        Throws:
        IOException
      • getHealthChecksCount

        public int getHealthChecksCount()
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
        Specified by:
        getHealthChecksCount in interface HealthChecksScopedListOrBuilder
      • setHealthChecks

        public HealthChecksScopedList.Builder setHealthChecks​(int index,
                                                              HealthCheck value)
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • setHealthChecks

        public HealthChecksScopedList.Builder setHealthChecks​(int index,
                                                              HealthCheck.Builder builderForValue)
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • addHealthChecks

        public HealthChecksScopedList.Builder addHealthChecks​(HealthCheck value)
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • addHealthChecks

        public HealthChecksScopedList.Builder addHealthChecks​(int index,
                                                              HealthCheck value)
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • addHealthChecks

        public HealthChecksScopedList.Builder addHealthChecks​(int index,
                                                              HealthCheck.Builder builderForValue)
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • clearHealthChecks

        public HealthChecksScopedList.Builder clearHealthChecks()
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • removeHealthChecks

        public HealthChecksScopedList.Builder removeHealthChecks​(int index)
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • getHealthChecksBuilder

        public HealthCheck.Builder getHealthChecksBuilder​(int index)
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • addHealthChecksBuilder

        public HealthCheck.Builder addHealthChecksBuilder()
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • addHealthChecksBuilder

        public HealthCheck.Builder addHealthChecksBuilder​(int index)
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • getHealthChecksBuilderList

        public List<HealthCheck.Builder> getHealthChecksBuilderList()
         A list of HealthChecks contained in this scope.
         
        repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
      • hasWarning

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

        public Warning getWarning()
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Specified by:
        getWarning in interface HealthChecksScopedListOrBuilder
        Returns:
        The warning.
      • setWarning

        public HealthChecksScopedList.Builder setWarning​(Warning value)
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • setWarning

        public HealthChecksScopedList.Builder setWarning​(Warning.Builder builderForValue)
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • mergeWarning

        public HealthChecksScopedList.Builder mergeWarning​(Warning value)
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • clearWarning

        public HealthChecksScopedList.Builder clearWarning()
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • getWarningBuilder

        public Warning.Builder getWarningBuilder()
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • setUnknownFields

        public final HealthChecksScopedList.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<HealthChecksScopedList.Builder>
      • mergeUnknownFields

        public final HealthChecksScopedList.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<HealthChecksScopedList.Builder>