类 JsonMapPb.JsonValue

    • 字段详细资料

      • NULL_VALUE_FIELD_NUMBER

        public static final int NULL_VALUE_FIELD_NUMBER
        另请参阅:
        常量字段值
      • INT_VALUE_FIELD_NUMBER

        public static final int INT_VALUE_FIELD_NUMBER
        另请参阅:
        常量字段值
      • LONG_VALUE_FIELD_NUMBER

        public static final int LONG_VALUE_FIELD_NUMBER
        另请参阅:
        常量字段值
      • DOUBLE_VALUE_FIELD_NUMBER

        public static final int DOUBLE_VALUE_FIELD_NUMBER
        另请参阅:
        常量字段值
      • STRING_VALUE_FIELD_NUMBER

        public static final int STRING_VALUE_FIELD_NUMBER
        另请参阅:
        常量字段值
      • BOOL_VALUE_FIELD_NUMBER

        public static final int BOOL_VALUE_FIELD_NUMBER
        另请参阅:
        常量字段值
      • STRUCT_VALUE_FIELD_NUMBER

        public static final int STRUCT_VALUE_FIELD_NUMBER
        另请参阅:
        常量字段值
      • LIST_VALUE_FIELD_NUMBER

        public static final int LIST_VALUE_FIELD_NUMBER
        另请参阅:
        常量字段值
    • 方法详细资料

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        覆盖:
        newInstance 在类中 com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        指定者:
        getUnknownFields 在接口中 com.google.protobuf.MessageOrBuilder
        覆盖:
        getUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3
      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        指定者:
        internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
      • hasNullValue

        public boolean hasNullValue()
         Represents a null value.
         
        .google.protobuf.NullValue null_value = 1;
        指定者:
        hasNullValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the nullValue field is set.
      • getNullValueValue

        public int getNullValueValue()
         Represents a null value.
         
        .google.protobuf.NullValue null_value = 1;
        指定者:
        getNullValueValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        The enum numeric value on the wire for nullValue.
      • getNullValue

        public com.google.protobuf.NullValue getNullValue()
         Represents a null value.
         
        .google.protobuf.NullValue null_value = 1;
        指定者:
        getNullValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        The nullValue.
      • hasIntValue

        public boolean hasIntValue()
         Represents an int32 value.
         
        int32 int_value = 2;
        指定者:
        hasIntValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the intValue field is set.
      • hasLongValue

        public boolean hasLongValue()
         Represents an int64 value.
         
        int64 long_value = 3;
        指定者:
        hasLongValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the longValue field is set.
      • hasDoubleValue

        public boolean hasDoubleValue()
         Represents a double value.
         
        double double_value = 4;
        指定者:
        hasDoubleValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the doubleValue field is set.
      • hasStringValue

        public boolean hasStringValue()
         Represents a string value.
         
        string string_value = 5;
        指定者:
        hasStringValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the stringValue field is set.
      • getStringValueBytes

        public com.google.protobuf.ByteString getStringValueBytes()
         Represents a string value.
         
        string string_value = 5;
        指定者:
        getStringValueBytes 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        The bytes for stringValue.
      • hasBoolValue

        public boolean hasBoolValue()
         Represents a boolean value.
         
        bool bool_value = 6;
        指定者:
        hasBoolValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the boolValue field is set.
      • hasStructValue

        public boolean hasStructValue()
         Represents a structured value.
         
        .taskflow.proto.JsonMap struct_value = 7;
        指定者:
        hasStructValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the structValue field is set.
      • hasListValue

        public boolean hasListValue()
         Represents a repeated `Value`.
         
        .taskflow.proto.JsonList list_value = 8;
        指定者:
        hasListValue 在接口中 JsonMapPb.JsonValueOrBuilder
        返回:
        Whether the listValue field is set.
      • isInitialized

        public final boolean isInitialized()
        指定者:
        isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
        覆盖:
        isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        指定者:
        writeTo 在接口中 com.google.protobuf.MessageLite
        覆盖:
        writeTo 在类中 com.google.protobuf.GeneratedMessageV3
        抛出:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        指定者:
        getSerializedSize 在接口中 com.google.protobuf.MessageLite
        覆盖:
        getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        指定者:
        equals 在接口中 com.google.protobuf.Message
        覆盖:
        equals 在类中 com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        指定者:
        hashCode 在接口中 com.google.protobuf.Message
        覆盖:
        hashCode 在类中 com.google.protobuf.AbstractMessage
      • parseFrom

        public static JsonMapPb.JsonValue parseFrom​(ByteBuffer data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static JsonMapPb.JsonValue parseFrom​(ByteBuffer data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static JsonMapPb.JsonValue parseFrom​(com.google.protobuf.ByteString data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static JsonMapPb.JsonValue parseFrom​(com.google.protobuf.ByteString data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static JsonMapPb.JsonValue parseFrom​(byte[] data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static JsonMapPb.JsonValue parseFrom​(byte[] data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        抛出:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static JsonMapPb.JsonValue parseFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws IOException
        抛出:
        IOException
      • newBuilderForType

        public JsonMapPb.JsonValue.Builder newBuilderForType()
        指定者:
        newBuilderForType 在接口中 com.google.protobuf.Message
        指定者:
        newBuilderForType 在接口中 com.google.protobuf.MessageLite
      • toBuilder

        public JsonMapPb.JsonValue.Builder toBuilder()
        指定者:
        toBuilder 在接口中 com.google.protobuf.Message
        指定者:
        toBuilder 在接口中 com.google.protobuf.MessageLite
      • newBuilderForType

        protected JsonMapPb.JsonValue.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        指定者:
        newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<JsonMapPb.JsonValue> getParserForType()
        指定者:
        getParserForType 在接口中 com.google.protobuf.Message
        指定者:
        getParserForType 在接口中 com.google.protobuf.MessageLite
        覆盖:
        getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public JsonMapPb.JsonValue getDefaultInstanceForType()
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder