Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Option... // // optional fieldmask.v1.FieldMask Option = 9528; E_Option = &file_fieldmask_v1_option_proto_extTypes[0] )
Extension fields to descriptorpb.FieldOptions.
View Source
var File_fieldmask_v1_option_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FieldMask ¶
type FieldMask struct { // Whether to mask the request field In bool `protobuf:"varint,1,opt,name=in,proto3" json:"in"` // Whether to mask the response field Out bool `protobuf:"varint,2,opt,name=out,proto3" json:"out"` // contains filtered or unexported fields }
FieldMask: field mask rules
func (*FieldMask) Descriptor
deprecated
func (*FieldMask) ProtoMessage ¶
func (*FieldMask) ProtoMessage()
func (*FieldMask) ProtoReflect ¶
func (x *FieldMask) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.