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

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

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

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

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

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

        public DestinationFeatureSetting.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<DestinationFeatureSetting.Builder>
        Throws:
        IOException
      • getFeatureId

        public String getFeatureId()
         Required. The ID of the Feature to apply the setting to.
         
        string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getFeatureId in interface DestinationFeatureSettingOrBuilder
        Returns:
        The featureId.
      • getFeatureIdBytes

        public com.google.protobuf.ByteString getFeatureIdBytes()
         Required. The ID of the Feature to apply the setting to.
         
        string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getFeatureIdBytes in interface DestinationFeatureSettingOrBuilder
        Returns:
        The bytes for featureId.
      • setFeatureId

        public DestinationFeatureSetting.Builder setFeatureId​(String value)
         Required. The ID of the Feature to apply the setting to.
         
        string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The featureId to set.
        Returns:
        This builder for chaining.
      • clearFeatureId

        public DestinationFeatureSetting.Builder clearFeatureId()
         Required. The ID of the Feature to apply the setting to.
         
        string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setFeatureIdBytes

        public DestinationFeatureSetting.Builder setFeatureIdBytes​(com.google.protobuf.ByteString value)
         Required. The ID of the Feature to apply the setting to.
         
        string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for featureId to set.
        Returns:
        This builder for chaining.
      • getDestinationFieldBytes

        public com.google.protobuf.ByteString getDestinationFieldBytes()
         Specify the field name in the export destination. If not specified,
         Feature ID is used.
         
        string destination_field = 2;
        Specified by:
        getDestinationFieldBytes in interface DestinationFeatureSettingOrBuilder
        Returns:
        The bytes for destinationField.
      • setDestinationField

        public DestinationFeatureSetting.Builder setDestinationField​(String value)
         Specify the field name in the export destination. If not specified,
         Feature ID is used.
         
        string destination_field = 2;
        Parameters:
        value - The destinationField to set.
        Returns:
        This builder for chaining.
      • clearDestinationField

        public DestinationFeatureSetting.Builder clearDestinationField()
         Specify the field name in the export destination. If not specified,
         Feature ID is used.
         
        string destination_field = 2;
        Returns:
        This builder for chaining.
      • setDestinationFieldBytes

        public DestinationFeatureSetting.Builder setDestinationFieldBytes​(com.google.protobuf.ByteString value)
         Specify the field name in the export destination. If not specified,
         Feature ID is used.
         
        string destination_field = 2;
        Parameters:
        value - The bytes for destinationField to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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