Interface TemplateListResponse.TemplateListResponseDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AdvertisingTemplate getAttributes​(int index)
      repeated .streamlayer.sdkSettings.AdvertisingTemplate attributes = 3 [json_name = "attributes"];
      int getAttributesCount()
      repeated .streamlayer.sdkSettings.AdvertisingTemplate attributes = 3 [json_name = "attributes"];
      java.util.List<AdvertisingTemplate> getAttributesList()
      repeated .streamlayer.sdkSettings.AdvertisingTemplate attributes = 3 [json_name = "attributes"];
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      java.lang.String getType()
      string type = 2 [json_name = "type"];
      com.google.protobuf.ByteString getTypeBytes()
      string type = 2 [json_name = "type"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        java.lang.String getId()
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • getType

        java.lang.String getType()
        string type = 2 [json_name = "type"];
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 2 [json_name = "type"];
        Returns:
        The bytes for type.
      • getAttributesList

        java.util.List<AdvertisingTemplate> getAttributesList()
        repeated .streamlayer.sdkSettings.AdvertisingTemplate attributes = 3 [json_name = "attributes"];
      • getAttributes

        AdvertisingTemplate getAttributes​(int index)
        repeated .streamlayer.sdkSettings.AdvertisingTemplate attributes = 3 [json_name = "attributes"];
      • getAttributesCount

        int getAttributesCount()
        repeated .streamlayer.sdkSettings.AdvertisingTemplate attributes = 3 [json_name = "attributes"];