Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
Any.Builder |
Any.Builder.clearTypeUrl()
A URL/resource name that uniquely identifies the type of the serialized
protocol buffer message.
|
Any.Builder |
Any.Builder.clearValue()
Must be a valid serialized protocol buffer of the above specified type.
|
static Any.Builder |
Any.newBuilder() |
static Any.Builder |
Any.newBuilder(Any prototype) |
Any.Builder |
Any.Builder.setTypeUrl(String value)
A URL/resource name that uniquely identifies the type of the serialized
protocol buffer message.
|
Any.Builder |
Any.Builder.setTypeUrlBytes(ByteString value)
A URL/resource name that uniquely identifies the type of the serialized
protocol buffer message.
|
Any.Builder |
Any.Builder.setValue(ByteString value)
Must be a valid serialized protocol buffer of the above specified type.
|
Modifier and Type | Method and Description |
---|---|
Option.Builder |
Option.Builder.setValue(Any.Builder builderForValue)
The option's value packed in an Any message.
|
Copyright © 2008–2021. All rights reserved.