Uses of Class
com.github.udpa.udpa.type.v1.TypedStruct.Builder
Packages that use TypedStruct.Builder
-
Uses of TypedStruct.Builder in com.github.udpa.udpa.type.v1
Methods in com.github.udpa.udpa.type.v1 that return TypedStruct.BuilderModifier and TypeMethodDescriptionTypedStruct.Builder.clear()
TypedStruct.Builder.clearTypeUrl()
A URL that uniquely identifies the type of the serialize protocol buffer message.TypedStruct.Builder.clearValue()
A JSON representation of the above specified type.TypedStruct.Builder.mergeFrom
(TypedStruct other) TypedStruct.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TypedStruct.Builder.mergeFrom
(com.google.protobuf.Message other) TypedStruct.Builder.mergeValue
(com.google.protobuf.Struct value) A JSON representation of the above specified type.static TypedStruct.Builder
TypedStruct.newBuilder()
static TypedStruct.Builder
TypedStruct.newBuilder
(TypedStruct prototype) TypedStruct.newBuilderForType()
protected TypedStruct.Builder
TypedStruct.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) TypedStruct.Builder.setTypeUrl
(String value) A URL that uniquely identifies the type of the serialize protocol buffer message.TypedStruct.Builder.setTypeUrlBytes
(com.google.protobuf.ByteString value) A URL that uniquely identifies the type of the serialize protocol buffer message.TypedStruct.Builder.setValue
(com.google.protobuf.Struct value) A JSON representation of the above specified type.TypedStruct.Builder.setValue
(com.google.protobuf.Struct.Builder builderForValue) A JSON representation of the above specified type.TypedStruct.toBuilder()