type google.golang.org/genproto/googleapis/api/annotations.FieldBehavior
17 uses
google.golang.org/genproto/googleapis/api/annotations (current package)
field_behavior.pb.go#L50: type FieldBehavior int32
field_behavior.pb.go#L54: FieldBehavior_FIELD_BEHAVIOR_UNSPECIFIED FieldBehavior = 0
field_behavior.pb.go#L58: FieldBehavior_OPTIONAL FieldBehavior = 1
field_behavior.pb.go#L62: FieldBehavior_REQUIRED FieldBehavior = 2
field_behavior.pb.go#L67: FieldBehavior_OUTPUT_ONLY FieldBehavior = 3
field_behavior.pb.go#L71: FieldBehavior_INPUT_ONLY FieldBehavior = 4
field_behavior.pb.go#L75: FieldBehavior_IMMUTABLE FieldBehavior = 5
field_behavior.pb.go#L98: func (x FieldBehavior) Enum() *FieldBehavior {
field_behavior.pb.go#L99: p := new(FieldBehavior)
field_behavior.pb.go#L104: func (x FieldBehavior) String() string {
field_behavior.pb.go#L108: func (FieldBehavior) Descriptor() protoreflect.EnumDescriptor {
field_behavior.pb.go#L112: func (FieldBehavior) Type() protoreflect.EnumType {
field_behavior.pb.go#L116: func (x FieldBehavior) Number() protoreflect.EnumNumber {
field_behavior.pb.go#L121: func (FieldBehavior) EnumDescriptor() ([]byte, []int) {
field_behavior.pb.go#L128: ExtensionType: ([]FieldBehavior)(nil),
field_behavior.pb.go#L201: (FieldBehavior)(0), // 0: google.api.FieldBehavior
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |