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
Subclasses with type arguments of type TypedStruct.Builder in com.github.udpa.udpa.type.v1Modifier and TypeClassDescriptionstatic final classA TypedStruct contains an arbitrary JSON serialized protocol buffer message with a URL that describes the type of the serialized message.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.BuilderTypedStruct.newBuilder()static TypedStruct.BuilderTypedStruct.newBuilder(TypedStruct prototype) TypedStruct.newBuilderForType()protected TypedStruct.BuilderTypedStruct.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()