Class GetByIdResponse.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<GetByIdResponse.Builder>
      • internalGetMutableMapField

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

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

        public GetByIdResponse.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<GetByIdResponse.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<GetByIdResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public GetByIdResponse.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<GetByIdResponse.Builder>
      • setField

        public GetByIdResponse.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<GetByIdResponse.Builder>
      • clearField

        public GetByIdResponse.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<GetByIdResponse.Builder>
      • clearOneof

        public GetByIdResponse.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GetByIdResponse.Builder>
      • setRepeatedField

        public GetByIdResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                        int index,
                                                        Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetByIdResponse.Builder>
      • addRepeatedField

        public GetByIdResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                        Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetByIdResponse.Builder>
      • mergeFrom

        public GetByIdResponse.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<GetByIdResponse.Builder>
      • isInitialized

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

        public GetByIdResponse.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<GetByIdResponse.Builder>
        Throws:
        IOException
      • hasMessage

        public boolean hasMessage()
        .blipai.deckard.Message message = 1;
        Specified by:
        hasMessage in interface GetByIdResponseOrBuilder
        Returns:
        Whether the message field is set.
      • getMessageBuilder

        public Message.Builder getMessageBuilder()
        .blipai.deckard.Message message = 1;
      • getHumanReadablePayloadCount

        public int getHumanReadablePayloadCount()
        Description copied from interface: GetByIdResponseOrBuilder
         A human readable string data map of the message's payload.
         This represents the payload map as a JSON string representation, useful for debugging and diagnostics
         
        map<string, string> human_readable_payload = 3;
        Specified by:
        getHumanReadablePayloadCount in interface GetByIdResponseOrBuilder
      • containsHumanReadablePayload

        public boolean containsHumanReadablePayload​(String key)
         A human readable string data map of the message's payload.
         This represents the payload map as a JSON string representation, useful for debugging and diagnostics
         
        map<string, string> human_readable_payload = 3;
        Specified by:
        containsHumanReadablePayload in interface GetByIdResponseOrBuilder
      • getHumanReadablePayloadMap

        public Map<String,​String> getHumanReadablePayloadMap()
         A human readable string data map of the message's payload.
         This represents the payload map as a JSON string representation, useful for debugging and diagnostics
         
        map<string, string> human_readable_payload = 3;
        Specified by:
        getHumanReadablePayloadMap in interface GetByIdResponseOrBuilder
      • getHumanReadablePayloadOrDefault

        public String getHumanReadablePayloadOrDefault​(String key,
                                                       String defaultValue)
         A human readable string data map of the message's payload.
         This represents the payload map as a JSON string representation, useful for debugging and diagnostics
         
        map<string, string> human_readable_payload = 3;
        Specified by:
        getHumanReadablePayloadOrDefault in interface GetByIdResponseOrBuilder
      • getHumanReadablePayloadOrThrow

        public String getHumanReadablePayloadOrThrow​(String key)
         A human readable string data map of the message's payload.
         This represents the payload map as a JSON string representation, useful for debugging and diagnostics
         
        map<string, string> human_readable_payload = 3;
        Specified by:
        getHumanReadablePayloadOrThrow in interface GetByIdResponseOrBuilder
      • removeHumanReadablePayload

        public GetByIdResponse.Builder removeHumanReadablePayload​(String key)
         A human readable string data map of the message's payload.
         This represents the payload map as a JSON string representation, useful for debugging and diagnostics
         
        map<string, string> human_readable_payload = 3;
      • getMutableHumanReadablePayload

        @Deprecated
        public Map<String,​String> getMutableHumanReadablePayload()
        Deprecated.
        Use alternate mutation accessors instead.
      • putHumanReadablePayload

        public GetByIdResponse.Builder putHumanReadablePayload​(String key,
                                                               String value)
         A human readable string data map of the message's payload.
         This represents the payload map as a JSON string representation, useful for debugging and diagnostics
         
        map<string, string> human_readable_payload = 3;
      • putAllHumanReadablePayload

        public GetByIdResponse.Builder putAllHumanReadablePayload​(Map<String,​String> values)
         A human readable string data map of the message's payload.
         This represents the payload map as a JSON string representation, useful for debugging and diagnostics
         
        map<string, string> human_readable_payload = 3;
      • setFound

        public GetByIdResponse.Builder setFound​(boolean value)
        bool found = 2;
        Parameters:
        value - The found to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final GetByIdResponse.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<GetByIdResponse.Builder>
      • mergeUnknownFields

        public final GetByIdResponse.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<GetByIdResponse.Builder>