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, } )
Enum value maps for View.
View Source
var File_goten_runtime_api_view_proto protoreflect.FileDescriptor
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() protoreflect.EnumDescriptor
func (View) EnumDescriptor
deprecated
func (View) Number ¶
func (x View) Number() protoreflect.EnumNumber
func (View) Type ¶
func (View) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.