Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( View_name = map[int32]string{ 0: "UNSPECIFIED", 1: "NAME", 2: "BASIC", 3: "DETAIL", 4: "FULL", } View_value = map[string]int32{ "UNSPECIFIED": 0, "NAME": 1, "BASIC": 2, "DETAIL": 3, "FULL": 4, } )
Functions ¶
This section is empty.
Types ¶
type View ¶
type View int32
View defines list of fields of the resource that will be obtained in servers response.
func (View) Descriptor ¶
func (View) Descriptor() preflect.EnumDescriptor
func (View) EnumDescriptor ¶
Deprecated, Use View.ProtoReflect.Descriptor instead.
func (View) Number ¶
func (x View) Number() preflect.EnumNumber
Click to show internal directories.
Click to hide internal directories.