Interface CheckUgcUpdateRspOuterClass.CheckUgcUpdateRspOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CheckUgcUpdateRspOuterClass.CheckUgcUpdateRsp, CheckUgcUpdateRspOuterClass.CheckUgcUpdateRsp.Builder
Enclosing class:
CheckUgcUpdateRspOuterClass

public static interface CheckUgcUpdateRspOuterClass.CheckUgcUpdateRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 retcode = 7;
    .UgcType ugc_type = 15;
    int
    .UgcType ugc_type = 15;
    long
    repeated uint64 update_ugc_guid_list = 11;
    int
    repeated uint64 update_ugc_guid_list = 11;
    repeated uint64 update_ugc_guid_list = 11;

    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

    • getRetcode

      int getRetcode()
      int32 retcode = 7;
      Returns:
      The retcode.
    • getUgcTypeValue

      int getUgcTypeValue()
      .UgcType ugc_type = 15;
      Returns:
      The enum numeric value on the wire for ugcType.
    • getUgcType

      .UgcType ugc_type = 15;
      Returns:
      The ugcType.
    • getUpdateUgcGuidListList

      List<Long> getUpdateUgcGuidListList()
      repeated uint64 update_ugc_guid_list = 11;
      Returns:
      A list containing the updateUgcGuidList.
    • getUpdateUgcGuidListCount

      int getUpdateUgcGuidListCount()
      repeated uint64 update_ugc_guid_list = 11;
      Returns:
      The count of updateUgcGuidList.
    • getUpdateUgcGuidList

      long getUpdateUgcGuidList(int index)
      repeated uint64 update_ugc_guid_list = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The updateUgcGuidList at the given index.