Interface VerticalAdsItemGroupRuleListInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VerticalAdsItemGroupRuleListInfo, VerticalAdsItemGroupRuleListInfo.Builder

public interface VerticalAdsItemGroupRuleListInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The shared set resource name of the vertical ads item group rule list.
    com.google.protobuf.ByteString
    The shared set resource name of the vertical ads item group rule list.
    boolean
    The shared set resource name of the vertical ads item group rule list.

    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 Details

    • hasSharedSet

      boolean hasSharedSet()
       The shared set resource name of the vertical ads item group rule list.
       
      optional string shared_set = 1;
      Returns:
      Whether the sharedSet field is set.
    • getSharedSet

      String getSharedSet()
       The shared set resource name of the vertical ads item group rule list.
       
      optional string shared_set = 1;
      Returns:
      The sharedSet.
    • getSharedSetBytes

      com.google.protobuf.ByteString getSharedSetBytes()
       The shared set resource name of the vertical ads item group rule list.
       
      optional string shared_set = 1;
      Returns:
      The bytes for sharedSet.