Class TrimShardsResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<TrimShardsResponse.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<TrimShardsResponse.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TrimShardsResponse.Builder>
      • clear

        public TrimShardsResponse.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<TrimShardsResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TrimShardsResponse.Builder>
      • getDefaultInstanceForType

        public TrimShardsResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public TrimShardsResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public TrimShardsResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • mergeFrom

        public TrimShardsResponse.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TrimShardsResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TrimShardsResponse.Builder>
      • mergeFrom

        public TrimShardsResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TrimShardsResponse.Builder>
        Throws:
        IOException
      • containsTrimPoints

        public boolean containsTrimPoints​(long key)
         return map{shardId -> RecordId}, records before recordId(exclude) for each
         shard are all trimmed
         
        map<uint64, string> trimPoints = 1;
        Specified by:
        containsTrimPoints in interface TrimShardsResponseOrBuilder
      • getTrimPointsOrDefault

        public String getTrimPointsOrDefault​(long key,
                                             String defaultValue)
         return map{shardId -> RecordId}, records before recordId(exclude) for each
         shard are all trimmed
         
        map<uint64, string> trimPoints = 1;
        Specified by:
        getTrimPointsOrDefault in interface TrimShardsResponseOrBuilder
      • getTrimPointsOrThrow

        public String getTrimPointsOrThrow​(long key)
         return map{shardId -> RecordId}, records before recordId(exclude) for each
         shard are all trimmed
         
        map<uint64, string> trimPoints = 1;
        Specified by:
        getTrimPointsOrThrow in interface TrimShardsResponseOrBuilder
      • removeTrimPoints

        public TrimShardsResponse.Builder removeTrimPoints​(long key)
         return map{shardId -> RecordId}, records before recordId(exclude) for each
         shard are all trimmed
         
        map<uint64, string> trimPoints = 1;
      • getMutableTrimPoints

        @Deprecated
        public Map<Long,​String> getMutableTrimPoints()
        Deprecated.
        Use alternate mutation accessors instead.
      • putTrimPoints

        public TrimShardsResponse.Builder putTrimPoints​(long key,
                                                        String value)
         return map{shardId -> RecordId}, records before recordId(exclude) for each
         shard are all trimmed
         
        map<uint64, string> trimPoints = 1;
      • putAllTrimPoints

        public TrimShardsResponse.Builder putAllTrimPoints​(Map<Long,​String> values)
         return map{shardId -> RecordId}, records before recordId(exclude) for each
         shard are all trimmed
         
        map<uint64, string> trimPoints = 1;
      • setUnknownFields

        public final TrimShardsResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TrimShardsResponse.Builder>
      • mergeUnknownFields

        public final TrimShardsResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TrimShardsResponse.Builder>