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

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

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

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

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

        public AssetGroupListingGroupFilterOperation.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                throws java.io.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<AssetGroupListingGroupFilterOperation.Builder>
        Throws:
        java.io.IOException
      • hasUpdateMask

        public boolean hasUpdateMask()
         FieldMask that determines which resource fields are modified in an update.
         
        .google.protobuf.FieldMask update_mask = 4;
        Specified by:
        hasUpdateMask in interface AssetGroupListingGroupFilterOperationOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         FieldMask that determines which resource fields are modified in an update.
         
        .google.protobuf.FieldMask update_mask = 4;
        Specified by:
        getUpdateMask in interface AssetGroupListingGroupFilterOperationOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public AssetGroupListingGroupFilterOperation.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         FieldMask that determines which resource fields are modified in an update.
         
        .google.protobuf.FieldMask update_mask = 4;
      • setUpdateMask

        public AssetGroupListingGroupFilterOperation.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         FieldMask that determines which resource fields are modified in an update.
         
        .google.protobuf.FieldMask update_mask = 4;
      • mergeUpdateMask

        public AssetGroupListingGroupFilterOperation.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         FieldMask that determines which resource fields are modified in an update.
         
        .google.protobuf.FieldMask update_mask = 4;
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         FieldMask that determines which resource fields are modified in an update.
         
        .google.protobuf.FieldMask update_mask = 4;
      • hasCreate

        public boolean hasCreate()
         Create operation: No resource name is expected for the new asset group
         listing group filter.
         
        .google.ads.googleads.v10.resources.AssetGroupListingGroupFilter create = 1;
        Specified by:
        hasCreate in interface AssetGroupListingGroupFilterOperationOrBuilder
        Returns:
        Whether the create field is set.
      • clearCreate

        public AssetGroupListingGroupFilterOperation.Builder clearCreate()
         Create operation: No resource name is expected for the new asset group
         listing group filter.
         
        .google.ads.googleads.v10.resources.AssetGroupListingGroupFilter create = 1;
      • getCreateBuilder

        public AssetGroupListingGroupFilter.Builder getCreateBuilder()
         Create operation: No resource name is expected for the new asset group
         listing group filter.
         
        .google.ads.googleads.v10.resources.AssetGroupListingGroupFilter create = 1;
      • hasUpdate

        public boolean hasUpdate()
         Update operation: The asset group listing group filter is expected to
         have a valid resource name.
         
        .google.ads.googleads.v10.resources.AssetGroupListingGroupFilter update = 2;
        Specified by:
        hasUpdate in interface AssetGroupListingGroupFilterOperationOrBuilder
        Returns:
        Whether the update field is set.
      • clearUpdate

        public AssetGroupListingGroupFilterOperation.Builder clearUpdate()
         Update operation: The asset group listing group filter is expected to
         have a valid resource name.
         
        .google.ads.googleads.v10.resources.AssetGroupListingGroupFilter update = 2;
      • getUpdateBuilder

        public AssetGroupListingGroupFilter.Builder getUpdateBuilder()
         Update operation: The asset group listing group filter is expected to
         have a valid resource name.
         
        .google.ads.googleads.v10.resources.AssetGroupListingGroupFilter update = 2;
      • hasRemove

        public boolean hasRemove()
         Remove operation: A resource name for the removed asset group listing
         group filter is expected, in this format:
         `customers/{customer_id}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id}`
         An entity can be removed only if it's not referenced by other
         parent_listing_group_id. If multiple entities are being deleted, the
         mutates must be in the correct order.
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Specified by:
        hasRemove in interface AssetGroupListingGroupFilterOperationOrBuilder
        Returns:
        Whether the remove field is set.
      • getRemove

        public java.lang.String getRemove()
         Remove operation: A resource name for the removed asset group listing
         group filter is expected, in this format:
         `customers/{customer_id}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id}`
         An entity can be removed only if it's not referenced by other
         parent_listing_group_id. If multiple entities are being deleted, the
         mutates must be in the correct order.
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Specified by:
        getRemove in interface AssetGroupListingGroupFilterOperationOrBuilder
        Returns:
        The remove.
      • getRemoveBytes

        public com.google.protobuf.ByteString getRemoveBytes()
         Remove operation: A resource name for the removed asset group listing
         group filter is expected, in this format:
         `customers/{customer_id}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id}`
         An entity can be removed only if it's not referenced by other
         parent_listing_group_id. If multiple entities are being deleted, the
         mutates must be in the correct order.
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Specified by:
        getRemoveBytes in interface AssetGroupListingGroupFilterOperationOrBuilder
        Returns:
        The bytes for remove.
      • setRemove

        public AssetGroupListingGroupFilterOperation.Builder setRemove​(java.lang.String value)
         Remove operation: A resource name for the removed asset group listing
         group filter is expected, in this format:
         `customers/{customer_id}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id}`
         An entity can be removed only if it's not referenced by other
         parent_listing_group_id. If multiple entities are being deleted, the
         mutates must be in the correct order.
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The remove to set.
        Returns:
        This builder for chaining.
      • clearRemove

        public AssetGroupListingGroupFilterOperation.Builder clearRemove()
         Remove operation: A resource name for the removed asset group listing
         group filter is expected, in this format:
         `customers/{customer_id}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id}`
         An entity can be removed only if it's not referenced by other
         parent_listing_group_id. If multiple entities are being deleted, the
         mutates must be in the correct order.
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setRemoveBytes

        public AssetGroupListingGroupFilterOperation.Builder setRemoveBytes​(com.google.protobuf.ByteString value)
         Remove operation: A resource name for the removed asset group listing
         group filter is expected, in this format:
         `customers/{customer_id}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id}`
         An entity can be removed only if it's not referenced by other
         parent_listing_group_id. If multiple entities are being deleted, the
         mutates must be in the correct order.
         
        string remove = 3 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for remove to set.
        Returns:
        This builder for chaining.