Interface AssetGroupListingGroupFilterOrBuilder

    • Method Detail

      • getResourceName

        java.lang.String getResourceName()
         Immutable. The resource name of the asset group listing group filter.
         Asset group listing group filter resource name have the form:
         `customers/{customer_id}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        The resourceName.
      • getResourceNameBytes

        com.google.protobuf.ByteString getResourceNameBytes()
         Immutable. The resource name of the asset group listing group filter.
         Asset group listing group filter resource name have the form:
         `customers/{customer_id}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for resourceName.
      • getAssetGroup

        java.lang.String getAssetGroup()
         Immutable. The asset group which this asset group listing group filter is part of.
         
        string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        The assetGroup.
      • getAssetGroupBytes

        com.google.protobuf.ByteString getAssetGroupBytes()
         Immutable. The asset group which this asset group listing group filter is part of.
         
        string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for assetGroup.
      • getId

        long getId()
         Output only. The ID of the ListingGroupFilter.
         
        int64 id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The id.
      • getTypeValue

        int getTypeValue()
         Immutable. Type of a listing group filter node.
         
        .google.ads.googleads.v10.enums.ListingGroupFilterTypeEnum.ListingGroupFilterType type = 4 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The enum numeric value on the wire for type.
      • getType

        ListingGroupFilterTypeEnum.ListingGroupFilterType getType()
         Immutable. Type of a listing group filter node.
         
        .google.ads.googleads.v10.enums.ListingGroupFilterTypeEnum.ListingGroupFilterType type = 4 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The type.
      • getVerticalValue

        int getVerticalValue()
         Immutable. The vertical the current node tree represents. All nodes in the same tree
         must belong to the same vertical.
         
        .google.ads.googleads.v10.enums.ListingGroupFilterVerticalEnum.ListingGroupFilterVertical vertical = 5 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The enum numeric value on the wire for vertical.
      • getVertical

        ListingGroupFilterVerticalEnum.ListingGroupFilterVertical getVertical()
         Immutable. The vertical the current node tree represents. All nodes in the same tree
         must belong to the same vertical.
         
        .google.ads.googleads.v10.enums.ListingGroupFilterVerticalEnum.ListingGroupFilterVertical vertical = 5 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The vertical.
      • hasCaseValue

        boolean hasCaseValue()
         Dimension value with which this listing group is refining its parent.
         Undefined for the root group.
         
        .google.ads.googleads.v10.resources.ListingGroupFilterDimension case_value = 6;
        Returns:
        Whether the caseValue field is set.
      • getCaseValue

        ListingGroupFilterDimension getCaseValue()
         Dimension value with which this listing group is refining its parent.
         Undefined for the root group.
         
        .google.ads.googleads.v10.resources.ListingGroupFilterDimension case_value = 6;
        Returns:
        The caseValue.
      • getCaseValueOrBuilder

        ListingGroupFilterDimensionOrBuilder getCaseValueOrBuilder()
         Dimension value with which this listing group is refining its parent.
         Undefined for the root group.
         
        .google.ads.googleads.v10.resources.ListingGroupFilterDimension case_value = 6;
      • getParentListingGroupFilter

        java.lang.String getParentListingGroupFilter()
         Immutable. Resource name of the parent listing group subdivision. Null for the root
         listing group filter node.
         
        string parent_listing_group_filter = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        The parentListingGroupFilter.
      • getParentListingGroupFilterBytes

        com.google.protobuf.ByteString getParentListingGroupFilterBytes()
         Immutable. Resource name of the parent listing group subdivision. Null for the root
         listing group filter node.
         
        string parent_listing_group_filter = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parentListingGroupFilter.