Package | Description |
---|---|
org.apache.flink.statefun.sdk.shaded.com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
ListValue |
ListValue.Builder.build() |
ListValue |
ListValue.Builder.buildPartial() |
static ListValue |
ListValue.getDefaultInstance() |
ListValue |
ListValue.getDefaultInstanceForType() |
ListValue |
ListValue.Builder.getDefaultInstanceForType() |
ListValue |
Value.getListValue()
Represents a repeated `Value`.
|
ListValue |
Value.Builder.getListValue()
Represents a repeated `Value`.
|
ListValue |
ValueOrBuilder.getListValue()
Represents a repeated `Value`.
|
static ListValue |
ListValue.parseDelimitedFrom(java.io.InputStream input) |
static ListValue |
ListValue.parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListValue |
ListValue.parseFrom(byte[] data) |
static ListValue |
ListValue.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListValue |
ListValue.parseFrom(java.nio.ByteBuffer data) |
static ListValue |
ListValue.parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListValue |
ListValue.parseFrom(ByteString data) |
static ListValue |
ListValue.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListValue |
ListValue.parseFrom(CodedInputStream input) |
static ListValue |
ListValue.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListValue |
ListValue.parseFrom(java.io.InputStream input) |
static ListValue |
ListValue.parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<ListValue> |
ListValue.getParserForType() |
static Parser<ListValue> |
ListValue.parser() |
Modifier and Type | Method and Description |
---|---|
ListValue.Builder |
ListValue.Builder.mergeFrom(ListValue other) |
Value.Builder |
Value.Builder.mergeListValue(ListValue value)
Represents a repeated `Value`.
|
static ListValue.Builder |
ListValue.newBuilder(ListValue prototype) |
Value.Builder |
Value.Builder.setListValue(ListValue value)
Represents a repeated `Value`.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.