Interface AssetGroupProductGroupViewOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAssetGroup()
      Output only.
      com.google.protobuf.ByteString getAssetGroupBytes()
      Output only.
      java.lang.String getAssetGroupListingGroupFilter()
      Output only.
      com.google.protobuf.ByteString getAssetGroupListingGroupFilterBytes()
      Output only.
      java.lang.String getResourceName()
      Output only.
      com.google.protobuf.ByteString getResourceNameBytes()
      Output only.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getResourceName

        java.lang.String getResourceName()
         Output only. The resource name of the asset group product group view.
         Asset group product group view resource names have the form:
        
         `customers/{customer_id}/assetGroupProductGroupViews/{asset_group_id}~{listing_group_filter_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The resourceName.
      • getResourceNameBytes

        com.google.protobuf.ByteString getResourceNameBytes()
         Output only. The resource name of the asset group product group view.
         Asset group product group view resource names have the form:
        
         `customers/{customer_id}/assetGroupProductGroupViews/{asset_group_id}~{listing_group_filter_id}`
         
        string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for resourceName.
      • getAssetGroup

        java.lang.String getAssetGroup()
         Output only. The asset group associated with the listing group filter.
         
        string asset_group = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The assetGroup.
      • getAssetGroupBytes

        com.google.protobuf.ByteString getAssetGroupBytes()
         Output only. The asset group associated with the listing group filter.
         
        string asset_group = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for assetGroup.
      • getAssetGroupListingGroupFilter

        java.lang.String getAssetGroupListingGroupFilter()
         Output only. The resource name of the asset group listing group filter.
         
        string asset_group_listing_group_filter = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The assetGroupListingGroupFilter.
      • getAssetGroupListingGroupFilterBytes

        com.google.protobuf.ByteString getAssetGroupListingGroupFilterBytes()
         Output only. The resource name of the asset group listing group filter.
         
        string asset_group_listing_group_filter = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for assetGroupListingGroupFilter.