Class BackendServicesScopedList.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<BackendServicesScopedList.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<BackendServicesScopedList.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

        public BackendServicesScopedList.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<BackendServicesScopedList.Builder>
        Throws:
        IOException
      • setBackendServices

        public BackendServicesScopedList.Builder setBackendServices​(int index,
                                                                    BackendService value)
         A list of BackendServices contained in this scope.
         
        repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
      • addBackendServices

        public BackendServicesScopedList.Builder addBackendServices​(BackendService value)
         A list of BackendServices contained in this scope.
         
        repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
      • addBackendServices

        public BackendServicesScopedList.Builder addBackendServices​(int index,
                                                                    BackendService value)
         A list of BackendServices contained in this scope.
         
        repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
      • clearBackendServices

        public BackendServicesScopedList.Builder clearBackendServices()
         A list of BackendServices contained in this scope.
         
        repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
      • removeBackendServices

        public BackendServicesScopedList.Builder removeBackendServices​(int index)
         A list of BackendServices contained in this scope.
         
        repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
      • getBackendServicesBuilder

        public BackendService.Builder getBackendServicesBuilder​(int index)
         A list of BackendServices contained in this scope.
         
        repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
      • addBackendServicesBuilder

        public BackendService.Builder addBackendServicesBuilder()
         A list of BackendServices contained in this scope.
         
        repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
      • addBackendServicesBuilder

        public BackendService.Builder addBackendServicesBuilder​(int index)
         A list of BackendServices contained in this scope.
         
        repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
      • getBackendServicesBuilderList

        public List<BackendService.Builder> getBackendServicesBuilderList()
         A list of BackendServices contained in this scope.
         
        repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
      • 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 BackendServicesScopedListOrBuilder
        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 BackendServicesScopedListOrBuilder
        Returns:
        The warning.
      • setWarning

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

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