Interface ReconcileTagsResponseOrBuilder

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

@Generated public interface ReconcileTagsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Number of tags created in the request.
    long
    Number of tags deleted in the request.
    long
    Number of tags updated in the request.

    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

    • getCreatedTagsCount

      long getCreatedTagsCount()
       Number of tags created in the request.
       
      int64 created_tags_count = 1;
      Returns:
      The createdTagsCount.
    • getUpdatedTagsCount

      long getUpdatedTagsCount()
       Number of tags updated in the request.
       
      int64 updated_tags_count = 2;
      Returns:
      The updatedTagsCount.
    • getDeletedTagsCount

      long getDeletedTagsCount()
       Number of tags deleted in the request.
       
      int64 deleted_tags_count = 3;
      Returns:
      The deletedTagsCount.