public interface TypedStructOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeUrl()
A URL that uniquely identifies the type of the serialize protocol buffer message.
|
com.google.protobuf.ByteString |
getTypeUrlBytes()
A URL that uniquely identifies the type of the serialize protocol buffer message.
|
com.google.protobuf.Struct |
getValue()
A JSON representation of the above specified type.
|
com.google.protobuf.StructOrBuilder |
getValueOrBuilder()
A JSON representation of the above specified type.
|
boolean |
hasValue()
A JSON representation of the above specified type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTypeUrl()
A URL that uniquely identifies the type of the serialize protocol buffer message. This has same semantics and format described in google.protobuf.Any: https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto
string type_url = 1;com.google.protobuf.ByteString getTypeUrlBytes()
A URL that uniquely identifies the type of the serialize protocol buffer message. This has same semantics and format described in google.protobuf.Any: https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto
string type_url = 1;boolean hasValue()
A JSON representation of the above specified type.
.google.protobuf.Struct value = 2;com.google.protobuf.Struct getValue()
A JSON representation of the above specified type.
.google.protobuf.Struct value = 2;com.google.protobuf.StructOrBuilder getValueOrBuilder()
A JSON representation of the above specified type.
.google.protobuf.Struct value = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.