Uses of Class
com.google.protobuf.BytesValue.Builder
Packages that use BytesValue.Builder
-
Uses of BytesValue.Builder in com.google.protobuf
Methods in com.google.protobuf that return BytesValue.BuilderModifier and TypeMethodDescriptionBytesValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) BytesValue.Builder.clear()BytesValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) BytesValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) BytesValue.Builder.clearValue()The bytes value.BytesValue.Builder.clone()BytesValue.Builder.mergeFrom(BytesValue other) BytesValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BytesValue.Builder.mergeFrom(com.google.protobuf.Message other) final BytesValue.BuilderBytesValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static BytesValue.BuilderBytesValue.newBuilder()static BytesValue.BuilderBytesValue.newBuilder(BytesValue prototype) BytesValue.newBuilderForType()protected BytesValue.BuilderBytesValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) BytesValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final BytesValue.BuilderBytesValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) BytesValue.Builder.setValue(com.google.protobuf.ByteString value) The bytes value.BytesValue.toBuilder()