Documentation ¶
Index ¶
- type BatchGetMethodDescriptorsDescriptor
- func (d *BatchGetMethodDescriptorsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *BatchGetMethodDescriptorsDescriptor) GetApiName() string
- func (d *BatchGetMethodDescriptorsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetMethodDescriptorsDescriptor) GetFullMethodName() string
- func (d *BatchGetMethodDescriptorsDescriptor) GetMethodName() string
- func (d *BatchGetMethodDescriptorsDescriptor) GetProtoPkgName() string
- func (d *BatchGetMethodDescriptorsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *BatchGetMethodDescriptorsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetMethodDescriptorsDescriptor) GetServiceDomain() string
- func (d *BatchGetMethodDescriptorsDescriptor) GetServiceVersion() string
- func (d *BatchGetMethodDescriptorsDescriptor) GetVerb() string
- func (d *BatchGetMethodDescriptorsDescriptor) HasResource() bool
- func (d *BatchGetMethodDescriptorsDescriptor) IsClientStream() bool
- func (d *BatchGetMethodDescriptorsDescriptor) IsCollection() bool
- func (d *BatchGetMethodDescriptorsDescriptor) IsPlural() bool
- func (d *BatchGetMethodDescriptorsDescriptor) IsServerStream() bool
- func (d *BatchGetMethodDescriptorsDescriptor) IsUnary() bool
- func (d *BatchGetMethodDescriptorsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *BatchGetMethodDescriptorsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *BatchGetMethodDescriptorsDescriptor) RequestHasResourceBody() bool
- type BatchGetMethodDescriptorsDescriptorClientMsgHandle
- func (h *BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetMethodDescriptorsDescriptorServerMsgHandle
- func (h *BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetMethodDescriptorsRequest
- func (*BatchGetMethodDescriptorsRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetMethodDescriptorsRequest) GetFieldMask() *method_descriptor.MethodDescriptor_FieldMask
- func (m *BatchGetMethodDescriptorsRequest) GetNames() []*method_descriptor.Name
- func (m *BatchGetMethodDescriptorsRequest) GetView() view.View
- func (*BatchGetMethodDescriptorsRequest) GotenMessage()
- func (obj *BatchGetMethodDescriptorsRequest) GotenValidate() error
- func (m *BatchGetMethodDescriptorsRequest) Marshal() ([]byte, error)
- func (m *BatchGetMethodDescriptorsRequest) MarshalJSON() ([]byte, error)
- func (*BatchGetMethodDescriptorsRequest) ProtoMessage()
- func (m *BatchGetMethodDescriptorsRequest) ProtoReflect() preflect.Message
- func (m *BatchGetMethodDescriptorsRequest) Reset()
- func (m *BatchGetMethodDescriptorsRequest) SetFieldMask(fv *method_descriptor.MethodDescriptor_FieldMask)
- func (m *BatchGetMethodDescriptorsRequest) SetNames(fv []*method_descriptor.Name)
- func (m *BatchGetMethodDescriptorsRequest) SetView(fv view.View)
- func (m *BatchGetMethodDescriptorsRequest) String() string
- func (m *BatchGetMethodDescriptorsRequest) Unmarshal(b []byte) error
- func (m *BatchGetMethodDescriptorsRequest) UnmarshalJSON(data []byte) error
- type BatchGetMethodDescriptorsResponse
- func (*BatchGetMethodDescriptorsResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetMethodDescriptorsResponse) GetMethodDescriptors() []*method_descriptor.MethodDescriptor
- func (m *BatchGetMethodDescriptorsResponse) GetMissing() []*method_descriptor.Name
- func (*BatchGetMethodDescriptorsResponse) GotenMessage()
- func (obj *BatchGetMethodDescriptorsResponse) GotenValidate() error
- func (m *BatchGetMethodDescriptorsResponse) Marshal() ([]byte, error)
- func (m *BatchGetMethodDescriptorsResponse) MarshalJSON() ([]byte, error)
- func (*BatchGetMethodDescriptorsResponse) ProtoMessage()
- func (m *BatchGetMethodDescriptorsResponse) ProtoReflect() preflect.Message
- func (m *BatchGetMethodDescriptorsResponse) Reset()
- func (m *BatchGetMethodDescriptorsResponse) SetMethodDescriptors(fv []*method_descriptor.MethodDescriptor)
- func (m *BatchGetMethodDescriptorsResponse) SetMissing(fv []*method_descriptor.Name)
- func (m *BatchGetMethodDescriptorsResponse) String() string
- func (m *BatchGetMethodDescriptorsResponse) Unmarshal(b []byte) error
- func (m *BatchGetMethodDescriptorsResponse) UnmarshalJSON(data []byte) error
- type CreateMethodDescriptorDescriptor
- func (d *CreateMethodDescriptorDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *CreateMethodDescriptorDescriptor) GetApiName() string
- func (d *CreateMethodDescriptorDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateMethodDescriptorDescriptor) GetFullMethodName() string
- func (d *CreateMethodDescriptorDescriptor) GetMethodName() string
- func (d *CreateMethodDescriptorDescriptor) GetProtoPkgName() string
- func (d *CreateMethodDescriptorDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *CreateMethodDescriptorDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateMethodDescriptorDescriptor) GetServiceDomain() string
- func (d *CreateMethodDescriptorDescriptor) GetServiceVersion() string
- func (d *CreateMethodDescriptorDescriptor) GetVerb() string
- func (d *CreateMethodDescriptorDescriptor) HasResource() bool
- func (d *CreateMethodDescriptorDescriptor) IsClientStream() bool
- func (d *CreateMethodDescriptorDescriptor) IsCollection() bool
- func (d *CreateMethodDescriptorDescriptor) IsPlural() bool
- func (d *CreateMethodDescriptorDescriptor) IsServerStream() bool
- func (d *CreateMethodDescriptorDescriptor) IsUnary() bool
- func (d *CreateMethodDescriptorDescriptor) NewEmptyClientMsg() proto.Message
- func (d *CreateMethodDescriptorDescriptor) NewEmptyServerMsg() proto.Message
- func (d *CreateMethodDescriptorDescriptor) RequestHasResourceBody() bool
- type CreateMethodDescriptorDescriptorClientMsgHandle
- func (h *CreateMethodDescriptorDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateMethodDescriptorDescriptorServerMsgHandle
- func (h *CreateMethodDescriptorDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateMethodDescriptorRequest
- func (*CreateMethodDescriptorRequest) Descriptor() ([]byte, []int)
- func (m *CreateMethodDescriptorRequest) GetMethodDescriptor() *method_descriptor.MethodDescriptor
- func (m *CreateMethodDescriptorRequest) GetParent() *method_descriptor.ParentName
- func (*CreateMethodDescriptorRequest) GotenMessage()
- func (obj *CreateMethodDescriptorRequest) GotenValidate() error
- func (m *CreateMethodDescriptorRequest) Marshal() ([]byte, error)
- func (m *CreateMethodDescriptorRequest) MarshalJSON() ([]byte, error)
- func (*CreateMethodDescriptorRequest) ProtoMessage()
- func (m *CreateMethodDescriptorRequest) ProtoReflect() preflect.Message
- func (m *CreateMethodDescriptorRequest) Reset()
- func (m *CreateMethodDescriptorRequest) SetMethodDescriptor(fv *method_descriptor.MethodDescriptor)
- func (m *CreateMethodDescriptorRequest) SetParent(fv *method_descriptor.ParentName)
- func (m *CreateMethodDescriptorRequest) String() string
- func (m *CreateMethodDescriptorRequest) Unmarshal(b []byte) error
- func (m *CreateMethodDescriptorRequest) UnmarshalJSON(data []byte) error
- type GetMethodDescriptorDescriptor
- func (d *GetMethodDescriptorDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *GetMethodDescriptorDescriptor) GetApiName() string
- func (d *GetMethodDescriptorDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetMethodDescriptorDescriptor) GetFullMethodName() string
- func (d *GetMethodDescriptorDescriptor) GetMethodName() string
- func (d *GetMethodDescriptorDescriptor) GetProtoPkgName() string
- func (d *GetMethodDescriptorDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *GetMethodDescriptorDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetMethodDescriptorDescriptor) GetServiceDomain() string
- func (d *GetMethodDescriptorDescriptor) GetServiceVersion() string
- func (d *GetMethodDescriptorDescriptor) GetVerb() string
- func (d *GetMethodDescriptorDescriptor) HasResource() bool
- func (d *GetMethodDescriptorDescriptor) IsClientStream() bool
- func (d *GetMethodDescriptorDescriptor) IsCollection() bool
- func (d *GetMethodDescriptorDescriptor) IsPlural() bool
- func (d *GetMethodDescriptorDescriptor) IsServerStream() bool
- func (d *GetMethodDescriptorDescriptor) IsUnary() bool
- func (d *GetMethodDescriptorDescriptor) NewEmptyClientMsg() proto.Message
- func (d *GetMethodDescriptorDescriptor) NewEmptyServerMsg() proto.Message
- func (d *GetMethodDescriptorDescriptor) RequestHasResourceBody() bool
- type GetMethodDescriptorDescriptorClientMsgHandle
- func (h *GetMethodDescriptorDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetMethodDescriptorDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetMethodDescriptorDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetMethodDescriptorDescriptorServerMsgHandle
- func (h *GetMethodDescriptorDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetMethodDescriptorDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetMethodDescriptorDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetMethodDescriptorRequest
- func (*GetMethodDescriptorRequest) Descriptor() ([]byte, []int)
- func (m *GetMethodDescriptorRequest) GetFieldMask() *method_descriptor.MethodDescriptor_FieldMask
- func (m *GetMethodDescriptorRequest) GetName() *method_descriptor.Name
- func (m *GetMethodDescriptorRequest) GetView() view.View
- func (*GetMethodDescriptorRequest) GotenMessage()
- func (obj *GetMethodDescriptorRequest) GotenValidate() error
- func (m *GetMethodDescriptorRequest) Marshal() ([]byte, error)
- func (m *GetMethodDescriptorRequest) MarshalJSON() ([]byte, error)
- func (*GetMethodDescriptorRequest) ProtoMessage()
- func (m *GetMethodDescriptorRequest) ProtoReflect() preflect.Message
- func (m *GetMethodDescriptorRequest) Reset()
- func (m *GetMethodDescriptorRequest) SetFieldMask(fv *method_descriptor.MethodDescriptor_FieldMask)
- func (m *GetMethodDescriptorRequest) SetName(fv *method_descriptor.Name)
- func (m *GetMethodDescriptorRequest) SetView(fv view.View)
- func (m *GetMethodDescriptorRequest) String() string
- func (m *GetMethodDescriptorRequest) Unmarshal(b []byte) error
- func (m *GetMethodDescriptorRequest) UnmarshalJSON(data []byte) error
- type ListMethodDescriptorsDescriptor
- func (d *ListMethodDescriptorsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListMethodDescriptorsDescriptor) GetApiName() string
- func (d *ListMethodDescriptorsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListMethodDescriptorsDescriptor) GetFullMethodName() string
- func (d *ListMethodDescriptorsDescriptor) GetMethodName() string
- func (d *ListMethodDescriptorsDescriptor) GetProtoPkgName() string
- func (d *ListMethodDescriptorsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListMethodDescriptorsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListMethodDescriptorsDescriptor) GetServiceDomain() string
- func (d *ListMethodDescriptorsDescriptor) GetServiceVersion() string
- func (d *ListMethodDescriptorsDescriptor) GetVerb() string
- func (d *ListMethodDescriptorsDescriptor) HasResource() bool
- func (d *ListMethodDescriptorsDescriptor) IsClientStream() bool
- func (d *ListMethodDescriptorsDescriptor) IsCollection() bool
- func (d *ListMethodDescriptorsDescriptor) IsPlural() bool
- func (d *ListMethodDescriptorsDescriptor) IsServerStream() bool
- func (d *ListMethodDescriptorsDescriptor) IsUnary() bool
- func (d *ListMethodDescriptorsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListMethodDescriptorsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListMethodDescriptorsDescriptor) RequestHasResourceBody() bool
- type ListMethodDescriptorsDescriptorClientMsgHandle
- func (h *ListMethodDescriptorsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListMethodDescriptorsDescriptorServerMsgHandle
- func (h *ListMethodDescriptorsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListMethodDescriptorsRequest
- func (*ListMethodDescriptorsRequest) Descriptor() ([]byte, []int)
- func (m *ListMethodDescriptorsRequest) GetFieldMask() *method_descriptor.MethodDescriptor_FieldMask
- func (m *ListMethodDescriptorsRequest) GetFilter() *method_descriptor.Filter
- func (m *ListMethodDescriptorsRequest) GetIncludePagingInfo() bool
- func (m *ListMethodDescriptorsRequest) GetOrderBy() *method_descriptor.OrderBy
- func (m *ListMethodDescriptorsRequest) GetPageSize() int32
- func (m *ListMethodDescriptorsRequest) GetPageToken() *method_descriptor.PagerCursor
- func (m *ListMethodDescriptorsRequest) GetParent() *method_descriptor.ParentName
- func (m *ListMethodDescriptorsRequest) GetView() view.View
- func (*ListMethodDescriptorsRequest) GotenMessage()
- func (obj *ListMethodDescriptorsRequest) GotenValidate() error
- func (m *ListMethodDescriptorsRequest) Marshal() ([]byte, error)
- func (m *ListMethodDescriptorsRequest) MarshalJSON() ([]byte, error)
- func (*ListMethodDescriptorsRequest) ProtoMessage()
- func (m *ListMethodDescriptorsRequest) ProtoReflect() preflect.Message
- func (m *ListMethodDescriptorsRequest) Reset()
- func (m *ListMethodDescriptorsRequest) SetFieldMask(fv *method_descriptor.MethodDescriptor_FieldMask)
- func (m *ListMethodDescriptorsRequest) SetFilter(fv *method_descriptor.Filter)
- func (m *ListMethodDescriptorsRequest) SetIncludePagingInfo(fv bool)
- func (m *ListMethodDescriptorsRequest) SetOrderBy(fv *method_descriptor.OrderBy)
- func (m *ListMethodDescriptorsRequest) SetPageSize(fv int32)
- func (m *ListMethodDescriptorsRequest) SetPageToken(fv *method_descriptor.PagerCursor)
- func (m *ListMethodDescriptorsRequest) SetParent(fv *method_descriptor.ParentName)
- func (m *ListMethodDescriptorsRequest) SetView(fv view.View)
- func (m *ListMethodDescriptorsRequest) String() string
- func (m *ListMethodDescriptorsRequest) Unmarshal(b []byte) error
- func (m *ListMethodDescriptorsRequest) UnmarshalJSON(data []byte) error
- type ListMethodDescriptorsResponse
- func (*ListMethodDescriptorsResponse) Descriptor() ([]byte, []int)
- func (m *ListMethodDescriptorsResponse) GetCurrentOffset() int32
- func (m *ListMethodDescriptorsResponse) GetMethodDescriptors() []*method_descriptor.MethodDescriptor
- func (m *ListMethodDescriptorsResponse) GetNextPageToken() *method_descriptor.PagerCursor
- func (m *ListMethodDescriptorsResponse) GetPrevPageToken() *method_descriptor.PagerCursor
- func (m *ListMethodDescriptorsResponse) GetTotalResultsCount() int32
- func (*ListMethodDescriptorsResponse) GotenMessage()
- func (obj *ListMethodDescriptorsResponse) GotenValidate() error
- func (m *ListMethodDescriptorsResponse) Marshal() ([]byte, error)
- func (m *ListMethodDescriptorsResponse) MarshalJSON() ([]byte, error)
- func (*ListMethodDescriptorsResponse) ProtoMessage()
- func (m *ListMethodDescriptorsResponse) ProtoReflect() preflect.Message
- func (m *ListMethodDescriptorsResponse) Reset()
- func (m *ListMethodDescriptorsResponse) SetCurrentOffset(fv int32)
- func (m *ListMethodDescriptorsResponse) SetMethodDescriptors(fv []*method_descriptor.MethodDescriptor)
- func (m *ListMethodDescriptorsResponse) SetNextPageToken(fv *method_descriptor.PagerCursor)
- func (m *ListMethodDescriptorsResponse) SetPrevPageToken(fv *method_descriptor.PagerCursor)
- func (m *ListMethodDescriptorsResponse) SetTotalResultsCount(fv int32)
- func (m *ListMethodDescriptorsResponse) String() string
- func (m *ListMethodDescriptorsResponse) Unmarshal(b []byte) error
- func (m *ListMethodDescriptorsResponse) UnmarshalJSON(data []byte) error
- type MethodDescriptorServiceClient
- type MethodDescriptorServiceDescriptor
- func (d *MethodDescriptorServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *MethodDescriptorServiceDescriptor) GetApiName() string
- func (d *MethodDescriptorServiceDescriptor) GetFullAPIName() string
- func (d *MethodDescriptorServiceDescriptor) GetProtoPkgName() string
- func (d *MethodDescriptorServiceDescriptor) GetServiceDomain() string
- func (d *MethodDescriptorServiceDescriptor) GetServiceVersion() string
- type UpdateMethodDescriptorDescriptor
- func (d *UpdateMethodDescriptorDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *UpdateMethodDescriptorDescriptor) GetApiName() string
- func (d *UpdateMethodDescriptorDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateMethodDescriptorDescriptor) GetFullMethodName() string
- func (d *UpdateMethodDescriptorDescriptor) GetMethodName() string
- func (d *UpdateMethodDescriptorDescriptor) GetProtoPkgName() string
- func (d *UpdateMethodDescriptorDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *UpdateMethodDescriptorDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateMethodDescriptorDescriptor) GetServiceDomain() string
- func (d *UpdateMethodDescriptorDescriptor) GetServiceVersion() string
- func (d *UpdateMethodDescriptorDescriptor) GetVerb() string
- func (d *UpdateMethodDescriptorDescriptor) HasResource() bool
- func (d *UpdateMethodDescriptorDescriptor) IsClientStream() bool
- func (d *UpdateMethodDescriptorDescriptor) IsCollection() bool
- func (d *UpdateMethodDescriptorDescriptor) IsPlural() bool
- func (d *UpdateMethodDescriptorDescriptor) IsServerStream() bool
- func (d *UpdateMethodDescriptorDescriptor) IsUnary() bool
- func (d *UpdateMethodDescriptorDescriptor) NewEmptyClientMsg() proto.Message
- func (d *UpdateMethodDescriptorDescriptor) NewEmptyServerMsg() proto.Message
- func (d *UpdateMethodDescriptorDescriptor) RequestHasResourceBody() bool
- type UpdateMethodDescriptorDescriptorClientMsgHandle
- func (h *UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateMethodDescriptorDescriptorServerMsgHandle
- func (h *UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateMethodDescriptorRequest
- func (*UpdateMethodDescriptorRequest) Descriptor() ([]byte, []int)
- func (m *UpdateMethodDescriptorRequest) GetAllowMissing() bool
- func (m *UpdateMethodDescriptorRequest) GetCas() *UpdateMethodDescriptorRequest_CAS
- func (m *UpdateMethodDescriptorRequest) GetMethodDescriptor() *method_descriptor.MethodDescriptor
- func (m *UpdateMethodDescriptorRequest) GetUpdateMask() *method_descriptor.MethodDescriptor_FieldMask
- func (*UpdateMethodDescriptorRequest) GotenMessage()
- func (obj *UpdateMethodDescriptorRequest) GotenValidate() error
- func (m *UpdateMethodDescriptorRequest) Marshal() ([]byte, error)
- func (m *UpdateMethodDescriptorRequest) MarshalJSON() ([]byte, error)
- func (*UpdateMethodDescriptorRequest) ProtoMessage()
- func (m *UpdateMethodDescriptorRequest) ProtoReflect() preflect.Message
- func (m *UpdateMethodDescriptorRequest) Reset()
- func (m *UpdateMethodDescriptorRequest) SetAllowMissing(fv bool)
- func (m *UpdateMethodDescriptorRequest) SetCas(fv *UpdateMethodDescriptorRequest_CAS)
- func (m *UpdateMethodDescriptorRequest) SetMethodDescriptor(fv *method_descriptor.MethodDescriptor)
- func (m *UpdateMethodDescriptorRequest) SetUpdateMask(fv *method_descriptor.MethodDescriptor_FieldMask)
- func (m *UpdateMethodDescriptorRequest) String() string
- func (m *UpdateMethodDescriptorRequest) Unmarshal(b []byte) error
- func (m *UpdateMethodDescriptorRequest) UnmarshalJSON(data []byte) error
- type UpdateMethodDescriptorRequest_CAS
- func (*UpdateMethodDescriptorRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdateMethodDescriptorRequest_CAS) GetConditionalState() *method_descriptor.MethodDescriptor
- func (m *UpdateMethodDescriptorRequest_CAS) GetFieldMask() *method_descriptor.MethodDescriptor_FieldMask
- func (*UpdateMethodDescriptorRequest_CAS) GotenMessage()
- func (obj *UpdateMethodDescriptorRequest_CAS) GotenValidate() error
- func (m *UpdateMethodDescriptorRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdateMethodDescriptorRequest_CAS) MarshalJSON() ([]byte, error)
- func (*UpdateMethodDescriptorRequest_CAS) ProtoMessage()
- func (m *UpdateMethodDescriptorRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdateMethodDescriptorRequest_CAS) Reset()
- func (m *UpdateMethodDescriptorRequest_CAS) SetConditionalState(fv *method_descriptor.MethodDescriptor)
- func (m *UpdateMethodDescriptorRequest_CAS) SetFieldMask(fv *method_descriptor.MethodDescriptor_FieldMask)
- func (m *UpdateMethodDescriptorRequest_CAS) String() string
- func (m *UpdateMethodDescriptorRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdateMethodDescriptorRequest_CAS) UnmarshalJSON(data []byte) error
- type WatchMethodDescriptorClientStream
- type WatchMethodDescriptorDescriptor
- func (d *WatchMethodDescriptorDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchMethodDescriptorDescriptor) GetApiName() string
- func (d *WatchMethodDescriptorDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchMethodDescriptorDescriptor) GetFullMethodName() string
- func (d *WatchMethodDescriptorDescriptor) GetMethodName() string
- func (d *WatchMethodDescriptorDescriptor) GetProtoPkgName() string
- func (d *WatchMethodDescriptorDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchMethodDescriptorDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchMethodDescriptorDescriptor) GetServiceDomain() string
- func (d *WatchMethodDescriptorDescriptor) GetServiceVersion() string
- func (d *WatchMethodDescriptorDescriptor) GetVerb() string
- func (d *WatchMethodDescriptorDescriptor) HasResource() bool
- func (d *WatchMethodDescriptorDescriptor) IsClientStream() bool
- func (d *WatchMethodDescriptorDescriptor) IsCollection() bool
- func (d *WatchMethodDescriptorDescriptor) IsPlural() bool
- func (d *WatchMethodDescriptorDescriptor) IsServerStream() bool
- func (d *WatchMethodDescriptorDescriptor) IsUnary() bool
- func (d *WatchMethodDescriptorDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchMethodDescriptorDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchMethodDescriptorDescriptor) RequestHasResourceBody() bool
- type WatchMethodDescriptorDescriptorClientMsgHandle
- func (h *WatchMethodDescriptorDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchMethodDescriptorDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchMethodDescriptorDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchMethodDescriptorDescriptorServerMsgHandle
- func (h *WatchMethodDescriptorDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchMethodDescriptorDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchMethodDescriptorDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchMethodDescriptorRequest
- func (*WatchMethodDescriptorRequest) Descriptor() ([]byte, []int)
- func (m *WatchMethodDescriptorRequest) GetFieldMask() *method_descriptor.MethodDescriptor_FieldMask
- func (m *WatchMethodDescriptorRequest) GetName() *method_descriptor.Name
- func (m *WatchMethodDescriptorRequest) GetView() view.View
- func (*WatchMethodDescriptorRequest) GotenMessage()
- func (obj *WatchMethodDescriptorRequest) GotenValidate() error
- func (m *WatchMethodDescriptorRequest) Marshal() ([]byte, error)
- func (m *WatchMethodDescriptorRequest) MarshalJSON() ([]byte, error)
- func (*WatchMethodDescriptorRequest) ProtoMessage()
- func (m *WatchMethodDescriptorRequest) ProtoReflect() preflect.Message
- func (m *WatchMethodDescriptorRequest) Reset()
- func (m *WatchMethodDescriptorRequest) SetFieldMask(fv *method_descriptor.MethodDescriptor_FieldMask)
- func (m *WatchMethodDescriptorRequest) SetName(fv *method_descriptor.Name)
- func (m *WatchMethodDescriptorRequest) SetView(fv view.View)
- func (m *WatchMethodDescriptorRequest) String() string
- func (m *WatchMethodDescriptorRequest) Unmarshal(b []byte) error
- func (m *WatchMethodDescriptorRequest) UnmarshalJSON(data []byte) error
- type WatchMethodDescriptorResponse
- func (*WatchMethodDescriptorResponse) Descriptor() ([]byte, []int)
- func (m *WatchMethodDescriptorResponse) GetChange() *method_descriptor.MethodDescriptorChange
- func (*WatchMethodDescriptorResponse) GotenMessage()
- func (obj *WatchMethodDescriptorResponse) GotenValidate() error
- func (m *WatchMethodDescriptorResponse) Marshal() ([]byte, error)
- func (m *WatchMethodDescriptorResponse) MarshalJSON() ([]byte, error)
- func (*WatchMethodDescriptorResponse) ProtoMessage()
- func (m *WatchMethodDescriptorResponse) ProtoReflect() preflect.Message
- func (m *WatchMethodDescriptorResponse) Reset()
- func (m *WatchMethodDescriptorResponse) SetChange(fv *method_descriptor.MethodDescriptorChange)
- func (m *WatchMethodDescriptorResponse) String() string
- func (m *WatchMethodDescriptorResponse) Unmarshal(b []byte) error
- func (m *WatchMethodDescriptorResponse) UnmarshalJSON(data []byte) error
- type WatchMethodDescriptorsClientStream
- type WatchMethodDescriptorsDescriptor
- func (d *WatchMethodDescriptorsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchMethodDescriptorsDescriptor) GetApiName() string
- func (d *WatchMethodDescriptorsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchMethodDescriptorsDescriptor) GetFullMethodName() string
- func (d *WatchMethodDescriptorsDescriptor) GetMethodName() string
- func (d *WatchMethodDescriptorsDescriptor) GetProtoPkgName() string
- func (d *WatchMethodDescriptorsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchMethodDescriptorsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchMethodDescriptorsDescriptor) GetServiceDomain() string
- func (d *WatchMethodDescriptorsDescriptor) GetServiceVersion() string
- func (d *WatchMethodDescriptorsDescriptor) GetVerb() string
- func (d *WatchMethodDescriptorsDescriptor) HasResource() bool
- func (d *WatchMethodDescriptorsDescriptor) IsClientStream() bool
- func (d *WatchMethodDescriptorsDescriptor) IsCollection() bool
- func (d *WatchMethodDescriptorsDescriptor) IsPlural() bool
- func (d *WatchMethodDescriptorsDescriptor) IsServerStream() bool
- func (d *WatchMethodDescriptorsDescriptor) IsUnary() bool
- func (d *WatchMethodDescriptorsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchMethodDescriptorsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchMethodDescriptorsDescriptor) RequestHasResourceBody() bool
- type WatchMethodDescriptorsDescriptorClientMsgHandle
- func (h *WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchMethodDescriptorsDescriptorServerMsgHandle
- func (h *WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchMethodDescriptorsRequest
- func (*WatchMethodDescriptorsRequest) Descriptor() ([]byte, []int)
- func (m *WatchMethodDescriptorsRequest) GetFieldMask() *method_descriptor.MethodDescriptor_FieldMask
- func (m *WatchMethodDescriptorsRequest) GetFilter() *method_descriptor.Filter
- func (m *WatchMethodDescriptorsRequest) GetMaxChunkSize() int32
- func (m *WatchMethodDescriptorsRequest) GetOrderBy() *method_descriptor.OrderBy
- func (m *WatchMethodDescriptorsRequest) GetPageSize() int32
- func (m *WatchMethodDescriptorsRequest) GetPageToken() *method_descriptor.PagerCursor
- func (m *WatchMethodDescriptorsRequest) GetParent() *method_descriptor.ParentName
- func (m *WatchMethodDescriptorsRequest) GetResumeToken() string
- func (m *WatchMethodDescriptorsRequest) GetStartingTime() *timestamppb.Timestamp
- func (m *WatchMethodDescriptorsRequest) GetType() watch_type.WatchType
- func (m *WatchMethodDescriptorsRequest) GetView() view.View
- func (*WatchMethodDescriptorsRequest) GotenMessage()
- func (obj *WatchMethodDescriptorsRequest) GotenValidate() error
- func (m *WatchMethodDescriptorsRequest) Marshal() ([]byte, error)
- func (m *WatchMethodDescriptorsRequest) MarshalJSON() ([]byte, error)
- func (*WatchMethodDescriptorsRequest) ProtoMessage()
- func (m *WatchMethodDescriptorsRequest) ProtoReflect() preflect.Message
- func (m *WatchMethodDescriptorsRequest) Reset()
- func (m *WatchMethodDescriptorsRequest) SetFieldMask(fv *method_descriptor.MethodDescriptor_FieldMask)
- func (m *WatchMethodDescriptorsRequest) SetFilter(fv *method_descriptor.Filter)
- func (m *WatchMethodDescriptorsRequest) SetMaxChunkSize(fv int32)
- func (m *WatchMethodDescriptorsRequest) SetOrderBy(fv *method_descriptor.OrderBy)
- func (m *WatchMethodDescriptorsRequest) SetPageSize(fv int32)
- func (m *WatchMethodDescriptorsRequest) SetPageToken(fv *method_descriptor.PagerCursor)
- func (m *WatchMethodDescriptorsRequest) SetParent(fv *method_descriptor.ParentName)
- func (m *WatchMethodDescriptorsRequest) SetResumeToken(fv string)
- func (m *WatchMethodDescriptorsRequest) SetStartingTime(fv *timestamppb.Timestamp)
- func (m *WatchMethodDescriptorsRequest) SetType(fv watch_type.WatchType)
- func (m *WatchMethodDescriptorsRequest) SetView(fv view.View)
- func (m *WatchMethodDescriptorsRequest) String() string
- func (m *WatchMethodDescriptorsRequest) Unmarshal(b []byte) error
- func (m *WatchMethodDescriptorsRequest) UnmarshalJSON(data []byte) error
- type WatchMethodDescriptorsResponse
- func (*WatchMethodDescriptorsResponse) Descriptor() ([]byte, []int)
- func (m *WatchMethodDescriptorsResponse) GetIsCurrent() bool
- func (m *WatchMethodDescriptorsResponse) GetIsHardReset() bool
- func (m *WatchMethodDescriptorsResponse) GetIsSoftReset() bool
- func (m *WatchMethodDescriptorsResponse) GetMethodDescriptorChanges() []*method_descriptor.MethodDescriptorChange
- func (m *WatchMethodDescriptorsResponse) GetPageTokenChange() *WatchMethodDescriptorsResponse_PageTokenChange
- func (m *WatchMethodDescriptorsResponse) GetResumeToken() string
- func (m *WatchMethodDescriptorsResponse) GetSnapshotSize() int64
- func (*WatchMethodDescriptorsResponse) GotenMessage()
- func (obj *WatchMethodDescriptorsResponse) GotenValidate() error
- func (m *WatchMethodDescriptorsResponse) Marshal() ([]byte, error)
- func (m *WatchMethodDescriptorsResponse) MarshalJSON() ([]byte, error)
- func (*WatchMethodDescriptorsResponse) ProtoMessage()
- func (m *WatchMethodDescriptorsResponse) ProtoReflect() preflect.Message
- func (m *WatchMethodDescriptorsResponse) Reset()
- func (m *WatchMethodDescriptorsResponse) SetIsCurrent(fv bool)
- func (m *WatchMethodDescriptorsResponse) SetIsHardReset(fv bool)
- func (m *WatchMethodDescriptorsResponse) SetIsSoftReset(fv bool)
- func (m *WatchMethodDescriptorsResponse) SetMethodDescriptorChanges(fv []*method_descriptor.MethodDescriptorChange)
- func (m *WatchMethodDescriptorsResponse) SetPageTokenChange(fv *WatchMethodDescriptorsResponse_PageTokenChange)
- func (m *WatchMethodDescriptorsResponse) SetResumeToken(fv string)
- func (m *WatchMethodDescriptorsResponse) SetSnapshotSize(fv int64)
- func (m *WatchMethodDescriptorsResponse) String() string
- func (m *WatchMethodDescriptorsResponse) Unmarshal(b []byte) error
- func (m *WatchMethodDescriptorsResponse) UnmarshalJSON(data []byte) error
- type WatchMethodDescriptorsResponse_PageTokenChange
- func (*WatchMethodDescriptorsResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchMethodDescriptorsResponse_PageTokenChange) GetNextPageToken() *method_descriptor.PagerCursor
- func (m *WatchMethodDescriptorsResponse_PageTokenChange) GetPrevPageToken() *method_descriptor.PagerCursor
- func (*WatchMethodDescriptorsResponse_PageTokenChange) GotenMessage()
- func (obj *WatchMethodDescriptorsResponse_PageTokenChange) GotenValidate() error
- func (m *WatchMethodDescriptorsResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchMethodDescriptorsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (*WatchMethodDescriptorsResponse_PageTokenChange) ProtoMessage()
- func (m *WatchMethodDescriptorsResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchMethodDescriptorsResponse_PageTokenChange) Reset()
- func (m *WatchMethodDescriptorsResponse_PageTokenChange) SetNextPageToken(fv *method_descriptor.PagerCursor)
- func (m *WatchMethodDescriptorsResponse_PageTokenChange) SetPrevPageToken(fv *method_descriptor.PagerCursor)
- func (m *WatchMethodDescriptorsResponse_PageTokenChange) String() string
- func (m *WatchMethodDescriptorsResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchMethodDescriptorsResponse_PageTokenChange) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchGetMethodDescriptorsDescriptor ¶
type BatchGetMethodDescriptorsDescriptor struct{}
func GetBatchGetMethodDescriptorsDescriptor ¶
func GetBatchGetMethodDescriptorsDescriptor() *BatchGetMethodDescriptorsDescriptor
func (*BatchGetMethodDescriptorsDescriptor) GetApiDescriptor ¶
func (d *BatchGetMethodDescriptorsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*BatchGetMethodDescriptorsDescriptor) GetApiName ¶
func (d *BatchGetMethodDescriptorsDescriptor) GetApiName() string
func (*BatchGetMethodDescriptorsDescriptor) GetClientMsgReflectHandle ¶
func (d *BatchGetMethodDescriptorsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetMethodDescriptorsDescriptor) GetFullMethodName ¶
func (d *BatchGetMethodDescriptorsDescriptor) GetFullMethodName() string
func (*BatchGetMethodDescriptorsDescriptor) GetMethodName ¶
func (d *BatchGetMethodDescriptorsDescriptor) GetMethodName() string
func (*BatchGetMethodDescriptorsDescriptor) GetProtoPkgName ¶
func (d *BatchGetMethodDescriptorsDescriptor) GetProtoPkgName() string
func (*BatchGetMethodDescriptorsDescriptor) GetResourceDescriptor ¶
func (d *BatchGetMethodDescriptorsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*BatchGetMethodDescriptorsDescriptor) GetServerMsgReflectHandle ¶
func (d *BatchGetMethodDescriptorsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetMethodDescriptorsDescriptor) GetServiceDomain ¶
func (d *BatchGetMethodDescriptorsDescriptor) GetServiceDomain() string
func (*BatchGetMethodDescriptorsDescriptor) GetServiceVersion ¶
func (d *BatchGetMethodDescriptorsDescriptor) GetServiceVersion() string
func (*BatchGetMethodDescriptorsDescriptor) GetVerb ¶
func (d *BatchGetMethodDescriptorsDescriptor) GetVerb() string
func (*BatchGetMethodDescriptorsDescriptor) HasResource ¶
func (d *BatchGetMethodDescriptorsDescriptor) HasResource() bool
func (*BatchGetMethodDescriptorsDescriptor) IsClientStream ¶
func (d *BatchGetMethodDescriptorsDescriptor) IsClientStream() bool
func (*BatchGetMethodDescriptorsDescriptor) IsCollection ¶
func (d *BatchGetMethodDescriptorsDescriptor) IsCollection() bool
func (*BatchGetMethodDescriptorsDescriptor) IsPlural ¶
func (d *BatchGetMethodDescriptorsDescriptor) IsPlural() bool
func (*BatchGetMethodDescriptorsDescriptor) IsServerStream ¶
func (d *BatchGetMethodDescriptorsDescriptor) IsServerStream() bool
func (*BatchGetMethodDescriptorsDescriptor) IsUnary ¶
func (d *BatchGetMethodDescriptorsDescriptor) IsUnary() bool
func (*BatchGetMethodDescriptorsDescriptor) NewEmptyClientMsg ¶
func (d *BatchGetMethodDescriptorsDescriptor) NewEmptyClientMsg() proto.Message
func (*BatchGetMethodDescriptorsDescriptor) NewEmptyServerMsg ¶
func (d *BatchGetMethodDescriptorsDescriptor) NewEmptyServerMsg() proto.Message
func (*BatchGetMethodDescriptorsDescriptor) RequestHasResourceBody ¶
func (d *BatchGetMethodDescriptorsDescriptor) RequestHasResourceBody() bool
type BatchGetMethodDescriptorsDescriptorClientMsgHandle ¶
type BatchGetMethodDescriptorsDescriptorClientMsgHandle struct{}
func (*BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *BatchGetMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetMethodDescriptorsDescriptorServerMsgHandle ¶
type BatchGetMethodDescriptorsDescriptorServerMsgHandle struct{}
func (*BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *BatchGetMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetMethodDescriptorsRequest ¶
type BatchGetMethodDescriptorsRequest struct { // Names of MethodDescriptors Names []*method_descriptor.Name `protobuf:"bytes,2,rep,customtype=Name,name=names,proto3" json:"names,omitempty" firestore:"names"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *method_descriptor.MethodDescriptor_FieldMask `` /* 148-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [BatchGetMethodDescriptors][ntt.audit.v1.BatchGetMethodDescriptors]
func (*BatchGetMethodDescriptorsRequest) Descriptor ¶
func (*BatchGetMethodDescriptorsRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetMethodDescriptorsRequest.ProtoReflect.Descriptor instead.
func (*BatchGetMethodDescriptorsRequest) GetFieldMask ¶
func (m *BatchGetMethodDescriptorsRequest) GetFieldMask() *method_descriptor.MethodDescriptor_FieldMask
func (*BatchGetMethodDescriptorsRequest) GetNames ¶
func (m *BatchGetMethodDescriptorsRequest) GetNames() []*method_descriptor.Name
func (*BatchGetMethodDescriptorsRequest) GetView ¶
func (m *BatchGetMethodDescriptorsRequest) GetView() view.View
func (*BatchGetMethodDescriptorsRequest) GotenMessage ¶
func (*BatchGetMethodDescriptorsRequest) GotenMessage()
func (*BatchGetMethodDescriptorsRequest) GotenValidate ¶
func (obj *BatchGetMethodDescriptorsRequest) GotenValidate() error
func (*BatchGetMethodDescriptorsRequest) Marshal ¶
func (m *BatchGetMethodDescriptorsRequest) Marshal() ([]byte, error)
func (*BatchGetMethodDescriptorsRequest) MarshalJSON ¶
func (m *BatchGetMethodDescriptorsRequest) MarshalJSON() ([]byte, error)
func (*BatchGetMethodDescriptorsRequest) ProtoMessage ¶
func (*BatchGetMethodDescriptorsRequest) ProtoMessage()
func (*BatchGetMethodDescriptorsRequest) ProtoReflect ¶
func (m *BatchGetMethodDescriptorsRequest) ProtoReflect() preflect.Message
func (*BatchGetMethodDescriptorsRequest) Reset ¶
func (m *BatchGetMethodDescriptorsRequest) Reset()
func (*BatchGetMethodDescriptorsRequest) SetFieldMask ¶
func (m *BatchGetMethodDescriptorsRequest) SetFieldMask(fv *method_descriptor.MethodDescriptor_FieldMask)
func (*BatchGetMethodDescriptorsRequest) SetNames ¶
func (m *BatchGetMethodDescriptorsRequest) SetNames(fv []*method_descriptor.Name)
func (*BatchGetMethodDescriptorsRequest) SetView ¶
func (m *BatchGetMethodDescriptorsRequest) SetView(fv view.View)
func (*BatchGetMethodDescriptorsRequest) String ¶
func (m *BatchGetMethodDescriptorsRequest) String() string
func (*BatchGetMethodDescriptorsRequest) Unmarshal ¶
func (m *BatchGetMethodDescriptorsRequest) Unmarshal(b []byte) error
func (*BatchGetMethodDescriptorsRequest) UnmarshalJSON ¶
func (m *BatchGetMethodDescriptorsRequest) UnmarshalJSON(data []byte) error
type BatchGetMethodDescriptorsResponse ¶
type BatchGetMethodDescriptorsResponse struct { // found MethodDescriptors MethodDescriptors []*method_descriptor.MethodDescriptor `` /* 142-byte string literal not displayed */ // list of not found MethodDescriptors Missing []*method_descriptor.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"` // contains filtered or unexported fields }
BatchGetMethodDescriptorsResponse
func (*BatchGetMethodDescriptorsResponse) Descriptor ¶
func (*BatchGetMethodDescriptorsResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetMethodDescriptorsResponse.ProtoReflect.Descriptor instead.
func (*BatchGetMethodDescriptorsResponse) GetMethodDescriptors ¶
func (m *BatchGetMethodDescriptorsResponse) GetMethodDescriptors() []*method_descriptor.MethodDescriptor
func (*BatchGetMethodDescriptorsResponse) GetMissing ¶
func (m *BatchGetMethodDescriptorsResponse) GetMissing() []*method_descriptor.Name
func (*BatchGetMethodDescriptorsResponse) GotenMessage ¶
func (*BatchGetMethodDescriptorsResponse) GotenMessage()
func (*BatchGetMethodDescriptorsResponse) GotenValidate ¶
func (obj *BatchGetMethodDescriptorsResponse) GotenValidate() error
func (*BatchGetMethodDescriptorsResponse) Marshal ¶
func (m *BatchGetMethodDescriptorsResponse) Marshal() ([]byte, error)
func (*BatchGetMethodDescriptorsResponse) MarshalJSON ¶
func (m *BatchGetMethodDescriptorsResponse) MarshalJSON() ([]byte, error)
func (*BatchGetMethodDescriptorsResponse) ProtoMessage ¶
func (*BatchGetMethodDescriptorsResponse) ProtoMessage()
func (*BatchGetMethodDescriptorsResponse) ProtoReflect ¶
func (m *BatchGetMethodDescriptorsResponse) ProtoReflect() preflect.Message
func (*BatchGetMethodDescriptorsResponse) Reset ¶
func (m *BatchGetMethodDescriptorsResponse) Reset()
func (*BatchGetMethodDescriptorsResponse) SetMethodDescriptors ¶
func (m *BatchGetMethodDescriptorsResponse) SetMethodDescriptors(fv []*method_descriptor.MethodDescriptor)
func (*BatchGetMethodDescriptorsResponse) SetMissing ¶
func (m *BatchGetMethodDescriptorsResponse) SetMissing(fv []*method_descriptor.Name)
func (*BatchGetMethodDescriptorsResponse) String ¶
func (m *BatchGetMethodDescriptorsResponse) String() string
func (*BatchGetMethodDescriptorsResponse) Unmarshal ¶
func (m *BatchGetMethodDescriptorsResponse) Unmarshal(b []byte) error
func (*BatchGetMethodDescriptorsResponse) UnmarshalJSON ¶
func (m *BatchGetMethodDescriptorsResponse) UnmarshalJSON(data []byte) error
type CreateMethodDescriptorDescriptor ¶
type CreateMethodDescriptorDescriptor struct{}
func GetCreateMethodDescriptorDescriptor ¶
func GetCreateMethodDescriptorDescriptor() *CreateMethodDescriptorDescriptor
func (*CreateMethodDescriptorDescriptor) GetApiDescriptor ¶
func (d *CreateMethodDescriptorDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*CreateMethodDescriptorDescriptor) GetApiName ¶
func (d *CreateMethodDescriptorDescriptor) GetApiName() string
func (*CreateMethodDescriptorDescriptor) GetClientMsgReflectHandle ¶
func (d *CreateMethodDescriptorDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateMethodDescriptorDescriptor) GetFullMethodName ¶
func (d *CreateMethodDescriptorDescriptor) GetFullMethodName() string
func (*CreateMethodDescriptorDescriptor) GetMethodName ¶
func (d *CreateMethodDescriptorDescriptor) GetMethodName() string
func (*CreateMethodDescriptorDescriptor) GetProtoPkgName ¶
func (d *CreateMethodDescriptorDescriptor) GetProtoPkgName() string
func (*CreateMethodDescriptorDescriptor) GetResourceDescriptor ¶
func (d *CreateMethodDescriptorDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*CreateMethodDescriptorDescriptor) GetServerMsgReflectHandle ¶
func (d *CreateMethodDescriptorDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateMethodDescriptorDescriptor) GetServiceDomain ¶
func (d *CreateMethodDescriptorDescriptor) GetServiceDomain() string
func (*CreateMethodDescriptorDescriptor) GetServiceVersion ¶
func (d *CreateMethodDescriptorDescriptor) GetServiceVersion() string
func (*CreateMethodDescriptorDescriptor) GetVerb ¶
func (d *CreateMethodDescriptorDescriptor) GetVerb() string
func (*CreateMethodDescriptorDescriptor) HasResource ¶
func (d *CreateMethodDescriptorDescriptor) HasResource() bool
func (*CreateMethodDescriptorDescriptor) IsClientStream ¶
func (d *CreateMethodDescriptorDescriptor) IsClientStream() bool
func (*CreateMethodDescriptorDescriptor) IsCollection ¶
func (d *CreateMethodDescriptorDescriptor) IsCollection() bool
func (*CreateMethodDescriptorDescriptor) IsPlural ¶
func (d *CreateMethodDescriptorDescriptor) IsPlural() bool
func (*CreateMethodDescriptorDescriptor) IsServerStream ¶
func (d *CreateMethodDescriptorDescriptor) IsServerStream() bool
func (*CreateMethodDescriptorDescriptor) IsUnary ¶
func (d *CreateMethodDescriptorDescriptor) IsUnary() bool
func (*CreateMethodDescriptorDescriptor) NewEmptyClientMsg ¶
func (d *CreateMethodDescriptorDescriptor) NewEmptyClientMsg() proto.Message
func (*CreateMethodDescriptorDescriptor) NewEmptyServerMsg ¶
func (d *CreateMethodDescriptorDescriptor) NewEmptyServerMsg() proto.Message
func (*CreateMethodDescriptorDescriptor) RequestHasResourceBody ¶
func (d *CreateMethodDescriptorDescriptor) RequestHasResourceBody() bool
type CreateMethodDescriptorDescriptorClientMsgHandle ¶
type CreateMethodDescriptorDescriptorClientMsgHandle struct{}
func (*CreateMethodDescriptorDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *CreateMethodDescriptorDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *CreateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *CreateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *CreateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *CreateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateMethodDescriptorDescriptorServerMsgHandle ¶
type CreateMethodDescriptorDescriptorServerMsgHandle struct{}
func (*CreateMethodDescriptorDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *CreateMethodDescriptorDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *CreateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *CreateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *CreateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *CreateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateMethodDescriptorRequest ¶
type CreateMethodDescriptorRequest struct { // Parent name of ntt.audit.v1.MethodDescriptor Parent *method_descriptor.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // MethodDescriptor resource body MethodDescriptor *method_descriptor.MethodDescriptor `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [CreateMethodDescriptor][ntt.audit.v1.CreateMethodDescriptor]
func (*CreateMethodDescriptorRequest) Descriptor ¶
func (*CreateMethodDescriptorRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateMethodDescriptorRequest.ProtoReflect.Descriptor instead.
func (*CreateMethodDescriptorRequest) GetMethodDescriptor ¶
func (m *CreateMethodDescriptorRequest) GetMethodDescriptor() *method_descriptor.MethodDescriptor
func (*CreateMethodDescriptorRequest) GetParent ¶
func (m *CreateMethodDescriptorRequest) GetParent() *method_descriptor.ParentName
func (*CreateMethodDescriptorRequest) GotenMessage ¶
func (*CreateMethodDescriptorRequest) GotenMessage()
func (*CreateMethodDescriptorRequest) GotenValidate ¶
func (obj *CreateMethodDescriptorRequest) GotenValidate() error
func (*CreateMethodDescriptorRequest) Marshal ¶
func (m *CreateMethodDescriptorRequest) Marshal() ([]byte, error)
func (*CreateMethodDescriptorRequest) MarshalJSON ¶
func (m *CreateMethodDescriptorRequest) MarshalJSON() ([]byte, error)
func (*CreateMethodDescriptorRequest) ProtoMessage ¶
func (*CreateMethodDescriptorRequest) ProtoMessage()
func (*CreateMethodDescriptorRequest) ProtoReflect ¶
func (m *CreateMethodDescriptorRequest) ProtoReflect() preflect.Message
func (*CreateMethodDescriptorRequest) Reset ¶
func (m *CreateMethodDescriptorRequest) Reset()
func (*CreateMethodDescriptorRequest) SetMethodDescriptor ¶
func (m *CreateMethodDescriptorRequest) SetMethodDescriptor(fv *method_descriptor.MethodDescriptor)
func (*CreateMethodDescriptorRequest) SetParent ¶
func (m *CreateMethodDescriptorRequest) SetParent(fv *method_descriptor.ParentName)
func (*CreateMethodDescriptorRequest) String ¶
func (m *CreateMethodDescriptorRequest) String() string
func (*CreateMethodDescriptorRequest) Unmarshal ¶
func (m *CreateMethodDescriptorRequest) Unmarshal(b []byte) error
func (*CreateMethodDescriptorRequest) UnmarshalJSON ¶
func (m *CreateMethodDescriptorRequest) UnmarshalJSON(data []byte) error
type GetMethodDescriptorDescriptor ¶
type GetMethodDescriptorDescriptor struct{}
func GetGetMethodDescriptorDescriptor ¶
func GetGetMethodDescriptorDescriptor() *GetMethodDescriptorDescriptor
func (*GetMethodDescriptorDescriptor) GetApiDescriptor ¶
func (d *GetMethodDescriptorDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*GetMethodDescriptorDescriptor) GetApiName ¶
func (d *GetMethodDescriptorDescriptor) GetApiName() string
func (*GetMethodDescriptorDescriptor) GetClientMsgReflectHandle ¶
func (d *GetMethodDescriptorDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetMethodDescriptorDescriptor) GetFullMethodName ¶
func (d *GetMethodDescriptorDescriptor) GetFullMethodName() string
func (*GetMethodDescriptorDescriptor) GetMethodName ¶
func (d *GetMethodDescriptorDescriptor) GetMethodName() string
func (*GetMethodDescriptorDescriptor) GetProtoPkgName ¶
func (d *GetMethodDescriptorDescriptor) GetProtoPkgName() string
func (*GetMethodDescriptorDescriptor) GetResourceDescriptor ¶
func (d *GetMethodDescriptorDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*GetMethodDescriptorDescriptor) GetServerMsgReflectHandle ¶
func (d *GetMethodDescriptorDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetMethodDescriptorDescriptor) GetServiceDomain ¶
func (d *GetMethodDescriptorDescriptor) GetServiceDomain() string
func (*GetMethodDescriptorDescriptor) GetServiceVersion ¶
func (d *GetMethodDescriptorDescriptor) GetServiceVersion() string
func (*GetMethodDescriptorDescriptor) GetVerb ¶
func (d *GetMethodDescriptorDescriptor) GetVerb() string
func (*GetMethodDescriptorDescriptor) HasResource ¶
func (d *GetMethodDescriptorDescriptor) HasResource() bool
func (*GetMethodDescriptorDescriptor) IsClientStream ¶
func (d *GetMethodDescriptorDescriptor) IsClientStream() bool
func (*GetMethodDescriptorDescriptor) IsCollection ¶
func (d *GetMethodDescriptorDescriptor) IsCollection() bool
func (*GetMethodDescriptorDescriptor) IsPlural ¶
func (d *GetMethodDescriptorDescriptor) IsPlural() bool
func (*GetMethodDescriptorDescriptor) IsServerStream ¶
func (d *GetMethodDescriptorDescriptor) IsServerStream() bool
func (*GetMethodDescriptorDescriptor) IsUnary ¶
func (d *GetMethodDescriptorDescriptor) IsUnary() bool
func (*GetMethodDescriptorDescriptor) NewEmptyClientMsg ¶
func (d *GetMethodDescriptorDescriptor) NewEmptyClientMsg() proto.Message
func (*GetMethodDescriptorDescriptor) NewEmptyServerMsg ¶
func (d *GetMethodDescriptorDescriptor) NewEmptyServerMsg() proto.Message
func (*GetMethodDescriptorDescriptor) RequestHasResourceBody ¶
func (d *GetMethodDescriptorDescriptor) RequestHasResourceBody() bool
type GetMethodDescriptorDescriptorClientMsgHandle ¶
type GetMethodDescriptorDescriptorClientMsgHandle struct{}
func (*GetMethodDescriptorDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *GetMethodDescriptorDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *GetMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *GetMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetMethodDescriptorDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *GetMethodDescriptorDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetMethodDescriptorDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *GetMethodDescriptorDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetMethodDescriptorDescriptorServerMsgHandle ¶
type GetMethodDescriptorDescriptorServerMsgHandle struct{}
func (*GetMethodDescriptorDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *GetMethodDescriptorDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *GetMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *GetMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetMethodDescriptorDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *GetMethodDescriptorDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetMethodDescriptorDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *GetMethodDescriptorDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetMethodDescriptorRequest ¶
type GetMethodDescriptorRequest struct { // Name of ntt.audit.v1.MethodDescriptor Name *method_descriptor.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *method_descriptor.MethodDescriptor_FieldMask `` /* 148-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [GetMethodDescriptor][ntt.audit.v1.GetMethodDescriptor]
func (*GetMethodDescriptorRequest) Descriptor ¶
func (*GetMethodDescriptorRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetMethodDescriptorRequest.ProtoReflect.Descriptor instead.
func (*GetMethodDescriptorRequest) GetFieldMask ¶
func (m *GetMethodDescriptorRequest) GetFieldMask() *method_descriptor.MethodDescriptor_FieldMask
func (*GetMethodDescriptorRequest) GetName ¶
func (m *GetMethodDescriptorRequest) GetName() *method_descriptor.Name
func (*GetMethodDescriptorRequest) GetView ¶
func (m *GetMethodDescriptorRequest) GetView() view.View
func (*GetMethodDescriptorRequest) GotenMessage ¶
func (*GetMethodDescriptorRequest) GotenMessage()
func (*GetMethodDescriptorRequest) GotenValidate ¶
func (obj *GetMethodDescriptorRequest) GotenValidate() error
func (*GetMethodDescriptorRequest) Marshal ¶
func (m *GetMethodDescriptorRequest) Marshal() ([]byte, error)
func (*GetMethodDescriptorRequest) MarshalJSON ¶
func (m *GetMethodDescriptorRequest) MarshalJSON() ([]byte, error)
func (*GetMethodDescriptorRequest) ProtoMessage ¶
func (*GetMethodDescriptorRequest) ProtoMessage()
func (*GetMethodDescriptorRequest) ProtoReflect ¶
func (m *GetMethodDescriptorRequest) ProtoReflect() preflect.Message
func (*GetMethodDescriptorRequest) Reset ¶
func (m *GetMethodDescriptorRequest) Reset()
func (*GetMethodDescriptorRequest) SetFieldMask ¶
func (m *GetMethodDescriptorRequest) SetFieldMask(fv *method_descriptor.MethodDescriptor_FieldMask)
func (*GetMethodDescriptorRequest) SetName ¶
func (m *GetMethodDescriptorRequest) SetName(fv *method_descriptor.Name)
func (*GetMethodDescriptorRequest) SetView ¶
func (m *GetMethodDescriptorRequest) SetView(fv view.View)
func (*GetMethodDescriptorRequest) String ¶
func (m *GetMethodDescriptorRequest) String() string
func (*GetMethodDescriptorRequest) Unmarshal ¶
func (m *GetMethodDescriptorRequest) Unmarshal(b []byte) error
func (*GetMethodDescriptorRequest) UnmarshalJSON ¶
func (m *GetMethodDescriptorRequest) UnmarshalJSON(data []byte) error
type ListMethodDescriptorsDescriptor ¶
type ListMethodDescriptorsDescriptor struct{}
func GetListMethodDescriptorsDescriptor ¶
func GetListMethodDescriptorsDescriptor() *ListMethodDescriptorsDescriptor
func (*ListMethodDescriptorsDescriptor) GetApiDescriptor ¶
func (d *ListMethodDescriptorsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListMethodDescriptorsDescriptor) GetApiName ¶
func (d *ListMethodDescriptorsDescriptor) GetApiName() string
func (*ListMethodDescriptorsDescriptor) GetClientMsgReflectHandle ¶
func (d *ListMethodDescriptorsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListMethodDescriptorsDescriptor) GetFullMethodName ¶
func (d *ListMethodDescriptorsDescriptor) GetFullMethodName() string
func (*ListMethodDescriptorsDescriptor) GetMethodName ¶
func (d *ListMethodDescriptorsDescriptor) GetMethodName() string
func (*ListMethodDescriptorsDescriptor) GetProtoPkgName ¶
func (d *ListMethodDescriptorsDescriptor) GetProtoPkgName() string
func (*ListMethodDescriptorsDescriptor) GetResourceDescriptor ¶
func (d *ListMethodDescriptorsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListMethodDescriptorsDescriptor) GetServerMsgReflectHandle ¶
func (d *ListMethodDescriptorsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListMethodDescriptorsDescriptor) GetServiceDomain ¶
func (d *ListMethodDescriptorsDescriptor) GetServiceDomain() string
func (*ListMethodDescriptorsDescriptor) GetServiceVersion ¶
func (d *ListMethodDescriptorsDescriptor) GetServiceVersion() string
func (*ListMethodDescriptorsDescriptor) GetVerb ¶
func (d *ListMethodDescriptorsDescriptor) GetVerb() string
func (*ListMethodDescriptorsDescriptor) HasResource ¶
func (d *ListMethodDescriptorsDescriptor) HasResource() bool
func (*ListMethodDescriptorsDescriptor) IsClientStream ¶
func (d *ListMethodDescriptorsDescriptor) IsClientStream() bool
func (*ListMethodDescriptorsDescriptor) IsCollection ¶
func (d *ListMethodDescriptorsDescriptor) IsCollection() bool
func (*ListMethodDescriptorsDescriptor) IsPlural ¶
func (d *ListMethodDescriptorsDescriptor) IsPlural() bool
func (*ListMethodDescriptorsDescriptor) IsServerStream ¶
func (d *ListMethodDescriptorsDescriptor) IsServerStream() bool
func (*ListMethodDescriptorsDescriptor) IsUnary ¶
func (d *ListMethodDescriptorsDescriptor) IsUnary() bool
func (*ListMethodDescriptorsDescriptor) NewEmptyClientMsg ¶
func (d *ListMethodDescriptorsDescriptor) NewEmptyClientMsg() proto.Message
func (*ListMethodDescriptorsDescriptor) NewEmptyServerMsg ¶
func (d *ListMethodDescriptorsDescriptor) NewEmptyServerMsg() proto.Message
func (*ListMethodDescriptorsDescriptor) RequestHasResourceBody ¶
func (d *ListMethodDescriptorsDescriptor) RequestHasResourceBody() bool
type ListMethodDescriptorsDescriptorClientMsgHandle ¶
type ListMethodDescriptorsDescriptorClientMsgHandle struct{}
func (*ListMethodDescriptorsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *ListMethodDescriptorsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *ListMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *ListMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *ListMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *ListMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListMethodDescriptorsDescriptorServerMsgHandle ¶
type ListMethodDescriptorsDescriptorServerMsgHandle struct{}
func (*ListMethodDescriptorsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *ListMethodDescriptorsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *ListMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *ListMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *ListMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *ListMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListMethodDescriptorsRequest ¶
type ListMethodDescriptorsRequest struct { // Parent name of ntt.audit.v1.MethodDescriptor Parent *method_descriptor.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer MethodDescriptors than // requested. If unspecified, server will pick an appropriate default. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // A token identifying a page of results the server should return. // Typically, this is the value of // [ListMethodDescriptorsResponse.next_page_token][ntt.audit.v1.ListMethodDescriptorsResponse.next_page_token] PageToken *method_descriptor.PagerCursor `` /* 133-byte string literal not displayed */ // Order By - // https://cloud.google.com/apis/design/design_patterns#list_pagination list // of field path with order directive, either 'asc' or 'desc'. If direction is // not provided, 'asc' is assumed. e.g. "state.nested_field asc, // state.something.else desc, theme" OrderBy *method_descriptor.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *method_descriptor.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *method_descriptor.MethodDescriptor_FieldMask `` /* 148-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // Indicates if list response should contain total count and offset (fields // current_offset and total_results_count). IncludePagingInfo bool `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [ListMethodDescriptors][ntt.audit.v1.ListMethodDescriptors]
func (*ListMethodDescriptorsRequest) Descriptor ¶
func (*ListMethodDescriptorsRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListMethodDescriptorsRequest.ProtoReflect.Descriptor instead.
func (*ListMethodDescriptorsRequest) GetFieldMask ¶
func (m *ListMethodDescriptorsRequest) GetFieldMask() *method_descriptor.MethodDescriptor_FieldMask
func (*ListMethodDescriptorsRequest) GetFilter ¶
func (m *ListMethodDescriptorsRequest) GetFilter() *method_descriptor.Filter
func (*ListMethodDescriptorsRequest) GetIncludePagingInfo ¶
func (m *ListMethodDescriptorsRequest) GetIncludePagingInfo() bool
func (*ListMethodDescriptorsRequest) GetOrderBy ¶
func (m *ListMethodDescriptorsRequest) GetOrderBy() *method_descriptor.OrderBy
func (*ListMethodDescriptorsRequest) GetPageSize ¶
func (m *ListMethodDescriptorsRequest) GetPageSize() int32
func (*ListMethodDescriptorsRequest) GetPageToken ¶
func (m *ListMethodDescriptorsRequest) GetPageToken() *method_descriptor.PagerCursor
func (*ListMethodDescriptorsRequest) GetParent ¶
func (m *ListMethodDescriptorsRequest) GetParent() *method_descriptor.ParentName
func (*ListMethodDescriptorsRequest) GetView ¶
func (m *ListMethodDescriptorsRequest) GetView() view.View
func (*ListMethodDescriptorsRequest) GotenMessage ¶
func (*ListMethodDescriptorsRequest) GotenMessage()
func (*ListMethodDescriptorsRequest) GotenValidate ¶
func (obj *ListMethodDescriptorsRequest) GotenValidate() error
func (*ListMethodDescriptorsRequest) Marshal ¶
func (m *ListMethodDescriptorsRequest) Marshal() ([]byte, error)
func (*ListMethodDescriptorsRequest) MarshalJSON ¶
func (m *ListMethodDescriptorsRequest) MarshalJSON() ([]byte, error)
func (*ListMethodDescriptorsRequest) ProtoMessage ¶
func (*ListMethodDescriptorsRequest) ProtoMessage()
func (*ListMethodDescriptorsRequest) ProtoReflect ¶
func (m *ListMethodDescriptorsRequest) ProtoReflect() preflect.Message
func (*ListMethodDescriptorsRequest) Reset ¶
func (m *ListMethodDescriptorsRequest) Reset()
func (*ListMethodDescriptorsRequest) SetFieldMask ¶
func (m *ListMethodDescriptorsRequest) SetFieldMask(fv *method_descriptor.MethodDescriptor_FieldMask)
func (*ListMethodDescriptorsRequest) SetFilter ¶
func (m *ListMethodDescriptorsRequest) SetFilter(fv *method_descriptor.Filter)
func (*ListMethodDescriptorsRequest) SetIncludePagingInfo ¶
func (m *ListMethodDescriptorsRequest) SetIncludePagingInfo(fv bool)
func (*ListMethodDescriptorsRequest) SetOrderBy ¶
func (m *ListMethodDescriptorsRequest) SetOrderBy(fv *method_descriptor.OrderBy)
func (*ListMethodDescriptorsRequest) SetPageSize ¶
func (m *ListMethodDescriptorsRequest) SetPageSize(fv int32)
func (*ListMethodDescriptorsRequest) SetPageToken ¶
func (m *ListMethodDescriptorsRequest) SetPageToken(fv *method_descriptor.PagerCursor)
func (*ListMethodDescriptorsRequest) SetParent ¶
func (m *ListMethodDescriptorsRequest) SetParent(fv *method_descriptor.ParentName)
func (*ListMethodDescriptorsRequest) SetView ¶
func (m *ListMethodDescriptorsRequest) SetView(fv view.View)
func (*ListMethodDescriptorsRequest) String ¶
func (m *ListMethodDescriptorsRequest) String() string
func (*ListMethodDescriptorsRequest) Unmarshal ¶
func (m *ListMethodDescriptorsRequest) Unmarshal(b []byte) error
func (*ListMethodDescriptorsRequest) UnmarshalJSON ¶
func (m *ListMethodDescriptorsRequest) UnmarshalJSON(data []byte) error
type ListMethodDescriptorsResponse ¶
type ListMethodDescriptorsResponse struct { // The list of MethodDescriptors MethodDescriptors []*method_descriptor.MethodDescriptor `` /* 142-byte string literal not displayed */ // A token to retrieve previous page of results. Pass this value in the // [ListMethodDescriptorsRequest.page_token][ntt.audit.v1.ListMethodDescriptorsRequest.page_token] PrevPageToken *method_descriptor.PagerCursor `` /* 151-byte string literal not displayed */ // A token to retrieve next page of results. Pass this value in the // [ListMethodDescriptorsRequest.page_token][ntt.audit.v1.ListMethodDescriptorsRequest.page_token] NextPageToken *method_descriptor.PagerCursor `` /* 151-byte string literal not displayed */ // Current offset from the first page or 0 if no page tokens were given, // paging info was not requested or there was an error while trying to get // it). Page index can be computed from offset and limit provided in a // request. CurrentOffset int32 `` /* 127-byte string literal not displayed */ // Number of total MethodDescriptors across all pages or 0, if there are no // items, paging info was not requested or there was an error while trying to // get it. TotalResultsCount int32 `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [ListMethodDescriptors][ntt.audit.v1.ListMethodDescriptors]
func (*ListMethodDescriptorsResponse) Descriptor ¶
func (*ListMethodDescriptorsResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListMethodDescriptorsResponse.ProtoReflect.Descriptor instead.
func (*ListMethodDescriptorsResponse) GetCurrentOffset ¶
func (m *ListMethodDescriptorsResponse) GetCurrentOffset() int32
func (*ListMethodDescriptorsResponse) GetMethodDescriptors ¶
func (m *ListMethodDescriptorsResponse) GetMethodDescriptors() []*method_descriptor.MethodDescriptor
func (*ListMethodDescriptorsResponse) GetNextPageToken ¶
func (m *ListMethodDescriptorsResponse) GetNextPageToken() *method_descriptor.PagerCursor
func (*ListMethodDescriptorsResponse) GetPrevPageToken ¶
func (m *ListMethodDescriptorsResponse) GetPrevPageToken() *method_descriptor.PagerCursor
func (*ListMethodDescriptorsResponse) GetTotalResultsCount ¶
func (m *ListMethodDescriptorsResponse) GetTotalResultsCount() int32
func (*ListMethodDescriptorsResponse) GotenMessage ¶
func (*ListMethodDescriptorsResponse) GotenMessage()
func (*ListMethodDescriptorsResponse) GotenValidate ¶
func (obj *ListMethodDescriptorsResponse) GotenValidate() error
func (*ListMethodDescriptorsResponse) Marshal ¶
func (m *ListMethodDescriptorsResponse) Marshal() ([]byte, error)
func (*ListMethodDescriptorsResponse) MarshalJSON ¶
func (m *ListMethodDescriptorsResponse) MarshalJSON() ([]byte, error)
func (*ListMethodDescriptorsResponse) ProtoMessage ¶
func (*ListMethodDescriptorsResponse) ProtoMessage()
func (*ListMethodDescriptorsResponse) ProtoReflect ¶
func (m *ListMethodDescriptorsResponse) ProtoReflect() preflect.Message
func (*ListMethodDescriptorsResponse) Reset ¶
func (m *ListMethodDescriptorsResponse) Reset()
func (*ListMethodDescriptorsResponse) SetCurrentOffset ¶
func (m *ListMethodDescriptorsResponse) SetCurrentOffset(fv int32)
func (*ListMethodDescriptorsResponse) SetMethodDescriptors ¶
func (m *ListMethodDescriptorsResponse) SetMethodDescriptors(fv []*method_descriptor.MethodDescriptor)
func (*ListMethodDescriptorsResponse) SetNextPageToken ¶
func (m *ListMethodDescriptorsResponse) SetNextPageToken(fv *method_descriptor.PagerCursor)
func (*ListMethodDescriptorsResponse) SetPrevPageToken ¶
func (m *ListMethodDescriptorsResponse) SetPrevPageToken(fv *method_descriptor.PagerCursor)
func (*ListMethodDescriptorsResponse) SetTotalResultsCount ¶
func (m *ListMethodDescriptorsResponse) SetTotalResultsCount(fv int32)
func (*ListMethodDescriptorsResponse) String ¶
func (m *ListMethodDescriptorsResponse) String() string
func (*ListMethodDescriptorsResponse) Unmarshal ¶
func (m *ListMethodDescriptorsResponse) Unmarshal(b []byte) error
func (*ListMethodDescriptorsResponse) UnmarshalJSON ¶
func (m *ListMethodDescriptorsResponse) UnmarshalJSON(data []byte) error
type MethodDescriptorServiceClient ¶
type MethodDescriptorServiceClient interface { GetMethodDescriptor(ctx context.Context, in *GetMethodDescriptorRequest, opts ...grpc.CallOption) (*method_descriptor.MethodDescriptor, error) BatchGetMethodDescriptors(ctx context.Context, in *BatchGetMethodDescriptorsRequest, opts ...grpc.CallOption) (*BatchGetMethodDescriptorsResponse, error) ListMethodDescriptors(ctx context.Context, in *ListMethodDescriptorsRequest, opts ...grpc.CallOption) (*ListMethodDescriptorsResponse, error) WatchMethodDescriptor(ctx context.Context, in *WatchMethodDescriptorRequest, opts ...grpc.CallOption) (WatchMethodDescriptorClientStream, error) WatchMethodDescriptors(ctx context.Context, in *WatchMethodDescriptorsRequest, opts ...grpc.CallOption) (WatchMethodDescriptorsClientStream, error) CreateMethodDescriptor(ctx context.Context, in *CreateMethodDescriptorRequest, opts ...grpc.CallOption) (*method_descriptor.MethodDescriptor, error) UpdateMethodDescriptor(ctx context.Context, in *UpdateMethodDescriptorRequest, opts ...grpc.CallOption) (*method_descriptor.MethodDescriptor, error) }
MethodDescriptorServiceClient is the client API for MethodDescriptorService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMethodDescriptorServiceClient ¶
func NewMethodDescriptorServiceClient(cc grpc.ClientConnInterface) MethodDescriptorServiceClient
type MethodDescriptorServiceDescriptor ¶
type MethodDescriptorServiceDescriptor struct{}
func GetMethodDescriptorServiceDescriptor ¶
func GetMethodDescriptorServiceDescriptor() *MethodDescriptorServiceDescriptor
func (*MethodDescriptorServiceDescriptor) AllMethodDescriptors ¶
func (d *MethodDescriptorServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*MethodDescriptorServiceDescriptor) GetApiName ¶
func (d *MethodDescriptorServiceDescriptor) GetApiName() string
func (*MethodDescriptorServiceDescriptor) GetFullAPIName ¶
func (d *MethodDescriptorServiceDescriptor) GetFullAPIName() string
func (*MethodDescriptorServiceDescriptor) GetProtoPkgName ¶
func (d *MethodDescriptorServiceDescriptor) GetProtoPkgName() string
func (*MethodDescriptorServiceDescriptor) GetServiceDomain ¶
func (d *MethodDescriptorServiceDescriptor) GetServiceDomain() string
func (*MethodDescriptorServiceDescriptor) GetServiceVersion ¶
func (d *MethodDescriptorServiceDescriptor) GetServiceVersion() string
type UpdateMethodDescriptorDescriptor ¶
type UpdateMethodDescriptorDescriptor struct{}
func GetUpdateMethodDescriptorDescriptor ¶
func GetUpdateMethodDescriptorDescriptor() *UpdateMethodDescriptorDescriptor
func (*UpdateMethodDescriptorDescriptor) GetApiDescriptor ¶
func (d *UpdateMethodDescriptorDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*UpdateMethodDescriptorDescriptor) GetApiName ¶
func (d *UpdateMethodDescriptorDescriptor) GetApiName() string
func (*UpdateMethodDescriptorDescriptor) GetClientMsgReflectHandle ¶
func (d *UpdateMethodDescriptorDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateMethodDescriptorDescriptor) GetFullMethodName ¶
func (d *UpdateMethodDescriptorDescriptor) GetFullMethodName() string
func (*UpdateMethodDescriptorDescriptor) GetMethodName ¶
func (d *UpdateMethodDescriptorDescriptor) GetMethodName() string
func (*UpdateMethodDescriptorDescriptor) GetProtoPkgName ¶
func (d *UpdateMethodDescriptorDescriptor) GetProtoPkgName() string
func (*UpdateMethodDescriptorDescriptor) GetResourceDescriptor ¶
func (d *UpdateMethodDescriptorDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*UpdateMethodDescriptorDescriptor) GetServerMsgReflectHandle ¶
func (d *UpdateMethodDescriptorDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateMethodDescriptorDescriptor) GetServiceDomain ¶
func (d *UpdateMethodDescriptorDescriptor) GetServiceDomain() string
func (*UpdateMethodDescriptorDescriptor) GetServiceVersion ¶
func (d *UpdateMethodDescriptorDescriptor) GetServiceVersion() string
func (*UpdateMethodDescriptorDescriptor) GetVerb ¶
func (d *UpdateMethodDescriptorDescriptor) GetVerb() string
func (*UpdateMethodDescriptorDescriptor) HasResource ¶
func (d *UpdateMethodDescriptorDescriptor) HasResource() bool
func (*UpdateMethodDescriptorDescriptor) IsClientStream ¶
func (d *UpdateMethodDescriptorDescriptor) IsClientStream() bool
func (*UpdateMethodDescriptorDescriptor) IsCollection ¶
func (d *UpdateMethodDescriptorDescriptor) IsCollection() bool
func (*UpdateMethodDescriptorDescriptor) IsPlural ¶
func (d *UpdateMethodDescriptorDescriptor) IsPlural() bool
func (*UpdateMethodDescriptorDescriptor) IsServerStream ¶
func (d *UpdateMethodDescriptorDescriptor) IsServerStream() bool
func (*UpdateMethodDescriptorDescriptor) IsUnary ¶
func (d *UpdateMethodDescriptorDescriptor) IsUnary() bool
func (*UpdateMethodDescriptorDescriptor) NewEmptyClientMsg ¶
func (d *UpdateMethodDescriptorDescriptor) NewEmptyClientMsg() proto.Message
func (*UpdateMethodDescriptorDescriptor) NewEmptyServerMsg ¶
func (d *UpdateMethodDescriptorDescriptor) NewEmptyServerMsg() proto.Message
func (*UpdateMethodDescriptorDescriptor) RequestHasResourceBody ¶
func (d *UpdateMethodDescriptorDescriptor) RequestHasResourceBody() bool
type UpdateMethodDescriptorDescriptorClientMsgHandle ¶
type UpdateMethodDescriptorDescriptorClientMsgHandle struct{}
func (*UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *UpdateMethodDescriptorDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateMethodDescriptorDescriptorServerMsgHandle ¶
type UpdateMethodDescriptorDescriptorServerMsgHandle struct{}
func (*UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *UpdateMethodDescriptorDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateMethodDescriptorRequest ¶
type UpdateMethodDescriptorRequest struct { // MethodDescriptor resource body MethodDescriptor *method_descriptor.MethodDescriptor `` /* 138-byte string literal not displayed */ // FieldMask applied to request - change will be applied only for fields in // the mask UpdateMask *method_descriptor.MethodDescriptor_FieldMask `` /* 152-byte string literal not displayed */ // Conditional update applied to request if update should be executed only for // specific resource state. If this field is populated, then server will fetch // existing resource, compare with the one stored in the cas field (after // applying field mask) and proceed with update only and only if they match. // Otherwise RPC error Aborted will be returned. Cas *UpdateMethodDescriptorRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty" firestore:"cas"` // If set to true, and the resource is not found, // a new resource will be created. In this situation, // 'field_mask' is ignored. // // https://google.aip.dev/134#create-or-update AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty" firestore:"allowMissing"` // contains filtered or unexported fields }
Request message for method [UpdateMethodDescriptor][ntt.audit.v1.UpdateMethodDescriptor]
func (*UpdateMethodDescriptorRequest) Descriptor ¶
func (*UpdateMethodDescriptorRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdateMethodDescriptorRequest.ProtoReflect.Descriptor instead.
func (*UpdateMethodDescriptorRequest) GetAllowMissing ¶
func (m *UpdateMethodDescriptorRequest) GetAllowMissing() bool
func (*UpdateMethodDescriptorRequest) GetCas ¶
func (m *UpdateMethodDescriptorRequest) GetCas() *UpdateMethodDescriptorRequest_CAS
func (*UpdateMethodDescriptorRequest) GetMethodDescriptor ¶
func (m *UpdateMethodDescriptorRequest) GetMethodDescriptor() *method_descriptor.MethodDescriptor
func (*UpdateMethodDescriptorRequest) GetUpdateMask ¶
func (m *UpdateMethodDescriptorRequest) GetUpdateMask() *method_descriptor.MethodDescriptor_FieldMask
func (*UpdateMethodDescriptorRequest) GotenMessage ¶
func (*UpdateMethodDescriptorRequest) GotenMessage()
func (*UpdateMethodDescriptorRequest) GotenValidate ¶
func (obj *UpdateMethodDescriptorRequest) GotenValidate() error
func (*UpdateMethodDescriptorRequest) Marshal ¶
func (m *UpdateMethodDescriptorRequest) Marshal() ([]byte, error)
func (*UpdateMethodDescriptorRequest) MarshalJSON ¶
func (m *UpdateMethodDescriptorRequest) MarshalJSON() ([]byte, error)
func (*UpdateMethodDescriptorRequest) ProtoMessage ¶
func (*UpdateMethodDescriptorRequest) ProtoMessage()
func (*UpdateMethodDescriptorRequest) ProtoReflect ¶
func (m *UpdateMethodDescriptorRequest) ProtoReflect() preflect.Message
func (*UpdateMethodDescriptorRequest) Reset ¶
func (m *UpdateMethodDescriptorRequest) Reset()
func (*UpdateMethodDescriptorRequest) SetAllowMissing ¶
func (m *UpdateMethodDescriptorRequest) SetAllowMissing(fv bool)
func (*UpdateMethodDescriptorRequest) SetCas ¶
func (m *UpdateMethodDescriptorRequest) SetCas(fv *UpdateMethodDescriptorRequest_CAS)
func (*UpdateMethodDescriptorRequest) SetMethodDescriptor ¶
func (m *UpdateMethodDescriptorRequest) SetMethodDescriptor(fv *method_descriptor.MethodDescriptor)
func (*UpdateMethodDescriptorRequest) SetUpdateMask ¶
func (m *UpdateMethodDescriptorRequest) SetUpdateMask(fv *method_descriptor.MethodDescriptor_FieldMask)
func (*UpdateMethodDescriptorRequest) String ¶
func (m *UpdateMethodDescriptorRequest) String() string
func (*UpdateMethodDescriptorRequest) Unmarshal ¶
func (m *UpdateMethodDescriptorRequest) Unmarshal(b []byte) error
func (*UpdateMethodDescriptorRequest) UnmarshalJSON ¶
func (m *UpdateMethodDescriptorRequest) UnmarshalJSON(data []byte) error
type UpdateMethodDescriptorRequest_CAS ¶
type UpdateMethodDescriptorRequest_CAS struct { // Conditional desired state of a resource before update. ConditionalState *method_descriptor.MethodDescriptor `` /* 138-byte string literal not displayed */ // Field paths from conditional state of resource server should check and // compare. FieldMask *method_descriptor.MethodDescriptor_FieldMask `` /* 148-byte string literal not displayed */ // contains filtered or unexported fields }
CAS - Compare and Swap. This object is used if user wants to make update conditional based upon previous resource version.
func (*UpdateMethodDescriptorRequest_CAS) Descriptor ¶
func (*UpdateMethodDescriptorRequest_CAS) Descriptor() ([]byte, []int)
Deprecated, Use UpdateMethodDescriptorRequest_CAS.ProtoReflect.Descriptor instead.
func (*UpdateMethodDescriptorRequest_CAS) GetConditionalState ¶
func (m *UpdateMethodDescriptorRequest_CAS) GetConditionalState() *method_descriptor.MethodDescriptor
func (*UpdateMethodDescriptorRequest_CAS) GetFieldMask ¶
func (m *UpdateMethodDescriptorRequest_CAS) GetFieldMask() *method_descriptor.MethodDescriptor_FieldMask
func (*UpdateMethodDescriptorRequest_CAS) GotenMessage ¶
func (*UpdateMethodDescriptorRequest_CAS) GotenMessage()
func (*UpdateMethodDescriptorRequest_CAS) GotenValidate ¶
func (obj *UpdateMethodDescriptorRequest_CAS) GotenValidate() error
func (*UpdateMethodDescriptorRequest_CAS) Marshal ¶
func (m *UpdateMethodDescriptorRequest_CAS) Marshal() ([]byte, error)
func (*UpdateMethodDescriptorRequest_CAS) MarshalJSON ¶
func (m *UpdateMethodDescriptorRequest_CAS) MarshalJSON() ([]byte, error)
func (*UpdateMethodDescriptorRequest_CAS) ProtoMessage ¶
func (*UpdateMethodDescriptorRequest_CAS) ProtoMessage()
func (*UpdateMethodDescriptorRequest_CAS) ProtoReflect ¶
func (m *UpdateMethodDescriptorRequest_CAS) ProtoReflect() preflect.Message
func (*UpdateMethodDescriptorRequest_CAS) Reset ¶
func (m *UpdateMethodDescriptorRequest_CAS) Reset()
func (*UpdateMethodDescriptorRequest_CAS) SetConditionalState ¶
func (m *UpdateMethodDescriptorRequest_CAS) SetConditionalState(fv *method_descriptor.MethodDescriptor)
func (*UpdateMethodDescriptorRequest_CAS) SetFieldMask ¶
func (m *UpdateMethodDescriptorRequest_CAS) SetFieldMask(fv *method_descriptor.MethodDescriptor_FieldMask)
func (*UpdateMethodDescriptorRequest_CAS) String ¶
func (m *UpdateMethodDescriptorRequest_CAS) String() string
func (*UpdateMethodDescriptorRequest_CAS) Unmarshal ¶
func (m *UpdateMethodDescriptorRequest_CAS) Unmarshal(b []byte) error
func (*UpdateMethodDescriptorRequest_CAS) UnmarshalJSON ¶
func (m *UpdateMethodDescriptorRequest_CAS) UnmarshalJSON(data []byte) error
type WatchMethodDescriptorClientStream ¶
type WatchMethodDescriptorClientStream interface { Recv() (*WatchMethodDescriptorResponse, error) grpc.ClientStream }
type WatchMethodDescriptorDescriptor ¶
type WatchMethodDescriptorDescriptor struct{}
func GetWatchMethodDescriptorDescriptor ¶
func GetWatchMethodDescriptorDescriptor() *WatchMethodDescriptorDescriptor
func (*WatchMethodDescriptorDescriptor) GetApiDescriptor ¶
func (d *WatchMethodDescriptorDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchMethodDescriptorDescriptor) GetApiName ¶
func (d *WatchMethodDescriptorDescriptor) GetApiName() string
func (*WatchMethodDescriptorDescriptor) GetClientMsgReflectHandle ¶
func (d *WatchMethodDescriptorDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchMethodDescriptorDescriptor) GetFullMethodName ¶
func (d *WatchMethodDescriptorDescriptor) GetFullMethodName() string
func (*WatchMethodDescriptorDescriptor) GetMethodName ¶
func (d *WatchMethodDescriptorDescriptor) GetMethodName() string
func (*WatchMethodDescriptorDescriptor) GetProtoPkgName ¶
func (d *WatchMethodDescriptorDescriptor) GetProtoPkgName() string
func (*WatchMethodDescriptorDescriptor) GetResourceDescriptor ¶
func (d *WatchMethodDescriptorDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchMethodDescriptorDescriptor) GetServerMsgReflectHandle ¶
func (d *WatchMethodDescriptorDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchMethodDescriptorDescriptor) GetServiceDomain ¶
func (d *WatchMethodDescriptorDescriptor) GetServiceDomain() string
func (*WatchMethodDescriptorDescriptor) GetServiceVersion ¶
func (d *WatchMethodDescriptorDescriptor) GetServiceVersion() string
func (*WatchMethodDescriptorDescriptor) GetVerb ¶
func (d *WatchMethodDescriptorDescriptor) GetVerb() string
func (*WatchMethodDescriptorDescriptor) HasResource ¶
func (d *WatchMethodDescriptorDescriptor) HasResource() bool
func (*WatchMethodDescriptorDescriptor) IsClientStream ¶
func (d *WatchMethodDescriptorDescriptor) IsClientStream() bool
func (*WatchMethodDescriptorDescriptor) IsCollection ¶
func (d *WatchMethodDescriptorDescriptor) IsCollection() bool
func (*WatchMethodDescriptorDescriptor) IsPlural ¶
func (d *WatchMethodDescriptorDescriptor) IsPlural() bool
func (*WatchMethodDescriptorDescriptor) IsServerStream ¶
func (d *WatchMethodDescriptorDescriptor) IsServerStream() bool
func (*WatchMethodDescriptorDescriptor) IsUnary ¶
func (d *WatchMethodDescriptorDescriptor) IsUnary() bool
func (*WatchMethodDescriptorDescriptor) NewEmptyClientMsg ¶
func (d *WatchMethodDescriptorDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchMethodDescriptorDescriptor) NewEmptyServerMsg ¶
func (d *WatchMethodDescriptorDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchMethodDescriptorDescriptor) RequestHasResourceBody ¶
func (d *WatchMethodDescriptorDescriptor) RequestHasResourceBody() bool
type WatchMethodDescriptorDescriptorClientMsgHandle ¶
type WatchMethodDescriptorDescriptorClientMsgHandle struct{}
func (*WatchMethodDescriptorDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *WatchMethodDescriptorDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *WatchMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *WatchMethodDescriptorDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchMethodDescriptorDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *WatchMethodDescriptorDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchMethodDescriptorDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *WatchMethodDescriptorDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchMethodDescriptorDescriptorServerMsgHandle ¶
type WatchMethodDescriptorDescriptorServerMsgHandle struct{}
func (*WatchMethodDescriptorDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *WatchMethodDescriptorDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *WatchMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *WatchMethodDescriptorDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchMethodDescriptorDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *WatchMethodDescriptorDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchMethodDescriptorDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *WatchMethodDescriptorDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchMethodDescriptorRequest ¶
type WatchMethodDescriptorRequest struct { // Name of ntt.audit.v1.MethodDescriptor Name *method_descriptor.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view FieldMask *method_descriptor.MethodDescriptor_FieldMask `` /* 148-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // contains filtered or unexported fields }
Request message for method [WatchMethodDescriptor][ntt.audit.v1.WatchMethodDescriptor]
func (*WatchMethodDescriptorRequest) Descriptor ¶
func (*WatchMethodDescriptorRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchMethodDescriptorRequest.ProtoReflect.Descriptor instead.
func (*WatchMethodDescriptorRequest) GetFieldMask ¶
func (m *WatchMethodDescriptorRequest) GetFieldMask() *method_descriptor.MethodDescriptor_FieldMask
func (*WatchMethodDescriptorRequest) GetName ¶
func (m *WatchMethodDescriptorRequest) GetName() *method_descriptor.Name
func (*WatchMethodDescriptorRequest) GetView ¶
func (m *WatchMethodDescriptorRequest) GetView() view.View
func (*WatchMethodDescriptorRequest) GotenMessage ¶
func (*WatchMethodDescriptorRequest) GotenMessage()
func (*WatchMethodDescriptorRequest) GotenValidate ¶
func (obj *WatchMethodDescriptorRequest) GotenValidate() error
func (*WatchMethodDescriptorRequest) Marshal ¶
func (m *WatchMethodDescriptorRequest) Marshal() ([]byte, error)
func (*WatchMethodDescriptorRequest) MarshalJSON ¶
func (m *WatchMethodDescriptorRequest) MarshalJSON() ([]byte, error)
func (*WatchMethodDescriptorRequest) ProtoMessage ¶
func (*WatchMethodDescriptorRequest) ProtoMessage()
func (*WatchMethodDescriptorRequest) ProtoReflect ¶
func (m *WatchMethodDescriptorRequest) ProtoReflect() preflect.Message
func (*WatchMethodDescriptorRequest) Reset ¶
func (m *WatchMethodDescriptorRequest) Reset()
func (*WatchMethodDescriptorRequest) SetFieldMask ¶
func (m *WatchMethodDescriptorRequest) SetFieldMask(fv *method_descriptor.MethodDescriptor_FieldMask)
func (*WatchMethodDescriptorRequest) SetName ¶
func (m *WatchMethodDescriptorRequest) SetName(fv *method_descriptor.Name)
func (*WatchMethodDescriptorRequest) SetView ¶
func (m *WatchMethodDescriptorRequest) SetView(fv view.View)
func (*WatchMethodDescriptorRequest) String ¶
func (m *WatchMethodDescriptorRequest) String() string
func (*WatchMethodDescriptorRequest) Unmarshal ¶
func (m *WatchMethodDescriptorRequest) Unmarshal(b []byte) error
func (*WatchMethodDescriptorRequest) UnmarshalJSON ¶
func (m *WatchMethodDescriptorRequest) UnmarshalJSON(data []byte) error
type WatchMethodDescriptorResponse ¶
type WatchMethodDescriptorResponse struct { Change *method_descriptor.MethodDescriptorChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"` // contains filtered or unexported fields }
WatchMethodDescriptorResponse
func (*WatchMethodDescriptorResponse) Descriptor ¶
func (*WatchMethodDescriptorResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchMethodDescriptorResponse.ProtoReflect.Descriptor instead.
func (*WatchMethodDescriptorResponse) GetChange ¶
func (m *WatchMethodDescriptorResponse) GetChange() *method_descriptor.MethodDescriptorChange
func (*WatchMethodDescriptorResponse) GotenMessage ¶
func (*WatchMethodDescriptorResponse) GotenMessage()
func (*WatchMethodDescriptorResponse) GotenValidate ¶
func (obj *WatchMethodDescriptorResponse) GotenValidate() error
func (*WatchMethodDescriptorResponse) Marshal ¶
func (m *WatchMethodDescriptorResponse) Marshal() ([]byte, error)
func (*WatchMethodDescriptorResponse) MarshalJSON ¶
func (m *WatchMethodDescriptorResponse) MarshalJSON() ([]byte, error)
func (*WatchMethodDescriptorResponse) ProtoMessage ¶
func (*WatchMethodDescriptorResponse) ProtoMessage()
func (*WatchMethodDescriptorResponse) ProtoReflect ¶
func (m *WatchMethodDescriptorResponse) ProtoReflect() preflect.Message
func (*WatchMethodDescriptorResponse) Reset ¶
func (m *WatchMethodDescriptorResponse) Reset()
func (*WatchMethodDescriptorResponse) SetChange ¶
func (m *WatchMethodDescriptorResponse) SetChange(fv *method_descriptor.MethodDescriptorChange)
func (*WatchMethodDescriptorResponse) String ¶
func (m *WatchMethodDescriptorResponse) String() string
func (*WatchMethodDescriptorResponse) Unmarshal ¶
func (m *WatchMethodDescriptorResponse) Unmarshal(b []byte) error
func (*WatchMethodDescriptorResponse) UnmarshalJSON ¶
func (m *WatchMethodDescriptorResponse) UnmarshalJSON(data []byte) error
type WatchMethodDescriptorsClientStream ¶
type WatchMethodDescriptorsClientStream interface { Recv() (*WatchMethodDescriptorsResponse, error) grpc.ClientStream }
type WatchMethodDescriptorsDescriptor ¶
type WatchMethodDescriptorsDescriptor struct{}
func GetWatchMethodDescriptorsDescriptor ¶
func GetWatchMethodDescriptorsDescriptor() *WatchMethodDescriptorsDescriptor
func (*WatchMethodDescriptorsDescriptor) GetApiDescriptor ¶
func (d *WatchMethodDescriptorsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchMethodDescriptorsDescriptor) GetApiName ¶
func (d *WatchMethodDescriptorsDescriptor) GetApiName() string
func (*WatchMethodDescriptorsDescriptor) GetClientMsgReflectHandle ¶
func (d *WatchMethodDescriptorsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchMethodDescriptorsDescriptor) GetFullMethodName ¶
func (d *WatchMethodDescriptorsDescriptor) GetFullMethodName() string
func (*WatchMethodDescriptorsDescriptor) GetMethodName ¶
func (d *WatchMethodDescriptorsDescriptor) GetMethodName() string
func (*WatchMethodDescriptorsDescriptor) GetProtoPkgName ¶
func (d *WatchMethodDescriptorsDescriptor) GetProtoPkgName() string
func (*WatchMethodDescriptorsDescriptor) GetResourceDescriptor ¶
func (d *WatchMethodDescriptorsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchMethodDescriptorsDescriptor) GetServerMsgReflectHandle ¶
func (d *WatchMethodDescriptorsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchMethodDescriptorsDescriptor) GetServiceDomain ¶
func (d *WatchMethodDescriptorsDescriptor) GetServiceDomain() string
func (*WatchMethodDescriptorsDescriptor) GetServiceVersion ¶
func (d *WatchMethodDescriptorsDescriptor) GetServiceVersion() string
func (*WatchMethodDescriptorsDescriptor) GetVerb ¶
func (d *WatchMethodDescriptorsDescriptor) GetVerb() string
func (*WatchMethodDescriptorsDescriptor) HasResource ¶
func (d *WatchMethodDescriptorsDescriptor) HasResource() bool
func (*WatchMethodDescriptorsDescriptor) IsClientStream ¶
func (d *WatchMethodDescriptorsDescriptor) IsClientStream() bool
func (*WatchMethodDescriptorsDescriptor) IsCollection ¶
func (d *WatchMethodDescriptorsDescriptor) IsCollection() bool
func (*WatchMethodDescriptorsDescriptor) IsPlural ¶
func (d *WatchMethodDescriptorsDescriptor) IsPlural() bool
func (*WatchMethodDescriptorsDescriptor) IsServerStream ¶
func (d *WatchMethodDescriptorsDescriptor) IsServerStream() bool
func (*WatchMethodDescriptorsDescriptor) IsUnary ¶
func (d *WatchMethodDescriptorsDescriptor) IsUnary() bool
func (*WatchMethodDescriptorsDescriptor) NewEmptyClientMsg ¶
func (d *WatchMethodDescriptorsDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchMethodDescriptorsDescriptor) NewEmptyServerMsg ¶
func (d *WatchMethodDescriptorsDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchMethodDescriptorsDescriptor) RequestHasResourceBody ¶
func (d *WatchMethodDescriptorsDescriptor) RequestHasResourceBody() bool
type WatchMethodDescriptorsDescriptorClientMsgHandle ¶
type WatchMethodDescriptorsDescriptorClientMsgHandle struct{}
func (*WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *WatchMethodDescriptorsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchMethodDescriptorsDescriptorServerMsgHandle ¶
type WatchMethodDescriptorsDescriptorServerMsgHandle struct{}
func (*WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *WatchMethodDescriptorsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchMethodDescriptorsRequest ¶
type WatchMethodDescriptorsRequest struct { // Type of a watch. Identifies how server stream data to a client, which // fields in a request are allowed and which fields in response are relevant. Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.types.WatchType" json:"type,omitempty" firestore:"type"` // Parent name of ntt.audit.v1.MethodDescriptor Parent *method_descriptor.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer MethodDescriptors than // requested. If unspecified, server will pick an appropriate default. Can be // populated only for stateful watch type. PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // A token identifying a page of results the server should return. // Can be populated only for stateful watch type. PageToken *method_descriptor.PagerCursor `` /* 133-byte string literal not displayed */ // Order By - // https://cloud.google.com/apis/design/design_patterns#list_pagination Can be // populated only for stateful watch type. OrderBy *method_descriptor.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // A token identifying watch resume point from previous session. // Can be populated only for stateless watch type. ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"` // Point in the time from which we want to start getting updates. This field // can be populated only for stateless watch type and if resume token is not // known yet. If specified, initial snapshot will NOT be provided. It is // assumed client can obtain it using separate means. Watch responses will // contain resume tokens which should be used to resume broken connection. StartingTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty" firestore:"startingTime"` // Filter - filter results by field criteria. Simplified SQL-like syntax with // following operators: // <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS // [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels // CONTAINS "severity:important" OR (state.last_error_time > // "2018-11-15T10:00:00Z" AND state.status = "ERROR")' Filter *method_descriptor.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // A list of extra fields to be obtained for each response item on top of // fields defined by request field view Changes to MethodDescriptor that don't // affect any of masked fields won't be sent back. FieldMask *method_descriptor.MethodDescriptor_FieldMask `` /* 148-byte string literal not displayed */ // View defines list of standard response fields present in response items. // Additional fields can be amended by request field field_mask Changes to // MethodDescriptor that don't affect any of masked fields won't be sent back. View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty" firestore:"view"` // Maximum amount of changes in each response message. Query result response // is divided on the server side into chunks with size of a specified amount // to limit memory footprint of each message. Responses will hold information // whether more elements will continue for the actual change. If unspecified, // server will pick an appropriate default. MaxChunkSize int32 `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for method [WatchMethodDescriptors][ntt.audit.v1.WatchMethodDescriptors]
func (*WatchMethodDescriptorsRequest) Descriptor ¶
func (*WatchMethodDescriptorsRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchMethodDescriptorsRequest.ProtoReflect.Descriptor instead.
func (*WatchMethodDescriptorsRequest) GetFieldMask ¶
func (m *WatchMethodDescriptorsRequest) GetFieldMask() *method_descriptor.MethodDescriptor_FieldMask
func (*WatchMethodDescriptorsRequest) GetFilter ¶
func (m *WatchMethodDescriptorsRequest) GetFilter() *method_descriptor.Filter
func (*WatchMethodDescriptorsRequest) GetMaxChunkSize ¶
func (m *WatchMethodDescriptorsRequest) GetMaxChunkSize() int32
func (*WatchMethodDescriptorsRequest) GetOrderBy ¶
func (m *WatchMethodDescriptorsRequest) GetOrderBy() *method_descriptor.OrderBy
func (*WatchMethodDescriptorsRequest) GetPageSize ¶
func (m *WatchMethodDescriptorsRequest) GetPageSize() int32
func (*WatchMethodDescriptorsRequest) GetPageToken ¶
func (m *WatchMethodDescriptorsRequest) GetPageToken() *method_descriptor.PagerCursor
func (*WatchMethodDescriptorsRequest) GetParent ¶
func (m *WatchMethodDescriptorsRequest) GetParent() *method_descriptor.ParentName
func (*WatchMethodDescriptorsRequest) GetResumeToken ¶
func (m *WatchMethodDescriptorsRequest) GetResumeToken() string
func (*WatchMethodDescriptorsRequest) GetStartingTime ¶
func (m *WatchMethodDescriptorsRequest) GetStartingTime() *timestamppb.Timestamp
func (*WatchMethodDescriptorsRequest) GetType ¶
func (m *WatchMethodDescriptorsRequest) GetType() watch_type.WatchType
func (*WatchMethodDescriptorsRequest) GetView ¶
func (m *WatchMethodDescriptorsRequest) GetView() view.View
func (*WatchMethodDescriptorsRequest) GotenMessage ¶
func (*WatchMethodDescriptorsRequest) GotenMessage()
func (*WatchMethodDescriptorsRequest) GotenValidate ¶
func (obj *WatchMethodDescriptorsRequest) GotenValidate() error
func (*WatchMethodDescriptorsRequest) Marshal ¶
func (m *WatchMethodDescriptorsRequest) Marshal() ([]byte, error)
func (*WatchMethodDescriptorsRequest) MarshalJSON ¶
func (m *WatchMethodDescriptorsRequest) MarshalJSON() ([]byte, error)
func (*WatchMethodDescriptorsRequest) ProtoMessage ¶
func (*WatchMethodDescriptorsRequest) ProtoMessage()
func (*WatchMethodDescriptorsRequest) ProtoReflect ¶
func (m *WatchMethodDescriptorsRequest) ProtoReflect() preflect.Message
func (*WatchMethodDescriptorsRequest) Reset ¶
func (m *WatchMethodDescriptorsRequest) Reset()
func (*WatchMethodDescriptorsRequest) SetFieldMask ¶
func (m *WatchMethodDescriptorsRequest) SetFieldMask(fv *method_descriptor.MethodDescriptor_FieldMask)
func (*WatchMethodDescriptorsRequest) SetFilter ¶
func (m *WatchMethodDescriptorsRequest) SetFilter(fv *method_descriptor.Filter)
func (*WatchMethodDescriptorsRequest) SetMaxChunkSize ¶
func (m *WatchMethodDescriptorsRequest) SetMaxChunkSize(fv int32)
func (*WatchMethodDescriptorsRequest) SetOrderBy ¶
func (m *WatchMethodDescriptorsRequest) SetOrderBy(fv *method_descriptor.OrderBy)
func (*WatchMethodDescriptorsRequest) SetPageSize ¶
func (m *WatchMethodDescriptorsRequest) SetPageSize(fv int32)
func (*WatchMethodDescriptorsRequest) SetPageToken ¶
func (m *WatchMethodDescriptorsRequest) SetPageToken(fv *method_descriptor.PagerCursor)
func (*WatchMethodDescriptorsRequest) SetParent ¶
func (m *WatchMethodDescriptorsRequest) SetParent(fv *method_descriptor.ParentName)
func (*WatchMethodDescriptorsRequest) SetResumeToken ¶
func (m *WatchMethodDescriptorsRequest) SetResumeToken(fv string)
func (*WatchMethodDescriptorsRequest) SetStartingTime ¶
func (m *WatchMethodDescriptorsRequest) SetStartingTime(fv *timestamppb.Timestamp)
func (*WatchMethodDescriptorsRequest) SetType ¶
func (m *WatchMethodDescriptorsRequest) SetType(fv watch_type.WatchType)
func (*WatchMethodDescriptorsRequest) SetView ¶
func (m *WatchMethodDescriptorsRequest) SetView(fv view.View)
func (*WatchMethodDescriptorsRequest) String ¶
func (m *WatchMethodDescriptorsRequest) String() string
func (*WatchMethodDescriptorsRequest) Unmarshal ¶
func (m *WatchMethodDescriptorsRequest) Unmarshal(b []byte) error
func (*WatchMethodDescriptorsRequest) UnmarshalJSON ¶
func (m *WatchMethodDescriptorsRequest) UnmarshalJSON(data []byte) error
type WatchMethodDescriptorsResponse ¶
type WatchMethodDescriptorsResponse struct { // Changes of MethodDescriptors MethodDescriptorChanges []*method_descriptor.MethodDescriptorChange `` /* 168-byte string literal not displayed */ // If request specified max_chunk_size (or this limit was enforced if // stateless watch has been chosen), then responses with "full changeset" will // be divided into chunks. Client should keep receiving messages and, once // is_current has value true, combine this recent message with all previous // ones where is_current is false. If this is the first is_current in a whole // watch stream, then it means that client should have, at this moment, // contain snapshot of the current situation (or more accurately, snapshot of // situation at the moment of request). All MethodDescriptors will be of type // Added/Current (depending on watch_type specified in the request). Further // responses will be incremental - however messages may still be chunked and // is_current logic still applies. is_current is always true for stateful // watch if max_chunk_size was left to 0. IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty" firestore:"isCurrent"` // When present, PageTokens used for page navigation should be updated. // Present only if is_current is true (last chunk). PageTokenChange *WatchMethodDescriptorsResponse_PageTokenChange `` /* 136-byte string literal not displayed */ // Token that can be used if current connection drops and client needs to // reconnect. Populated only for stateless watch type. Present only if // is_current is true (last chunk). ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty" firestore:"resumeToken"` // Server may occasionally send information how many resources should client // have in its state so far (response message without any changes, but with // snapshot_size field specified). If client has different value than the one // sent by the server, then it should be treated by a client as an error and // should reconnect. If value is smaller then 0, then client should ignore // this field as unpopulated. This field should be checked only for stateless // watch. In stateful those kind of errors are handled by the server side. // Will be never sent together with is_current, is_soft_reset and // is_hard_reset flags. SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty" firestore:"snapshotSize"` // In case of internal issue server may send response message with this flag. // It indicates that client should drop all changes from recent responses // where is_current is false only! If last message had is_current set to true, // client should do nothing and process normally. Resume token received before // is still valid. This field should be checked only for stateless watch. In // stateful those kind of errors are handled by the server side. Will never be // sent along with is_current, is_hard_reset or snapshot_size. IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty" firestore:"isSoftReset"` // In case of internal issue server may send response message with this flag. // After receiving, client should clear whole state (drop all changes received // so far) as server will send new snapshot (MethodDescriptors will contains // changes of type Current only). Any resume tokens should be discarded as // well. This field should be checked only for stateless watch. In stateful // those kind of errors are handled by the server side. Will never be sent // along with is_current, is_soft_reset or snapshot_size. IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty" firestore:"isHardReset"` // contains filtered or unexported fields }
WatchMethodDescriptorsResponse
func (*WatchMethodDescriptorsResponse) Descriptor ¶
func (*WatchMethodDescriptorsResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchMethodDescriptorsResponse.ProtoReflect.Descriptor instead.
func (*WatchMethodDescriptorsResponse) GetIsCurrent ¶
func (m *WatchMethodDescriptorsResponse) GetIsCurrent() bool
func (*WatchMethodDescriptorsResponse) GetIsHardReset ¶
func (m *WatchMethodDescriptorsResponse) GetIsHardReset() bool
func (*WatchMethodDescriptorsResponse) GetIsSoftReset ¶
func (m *WatchMethodDescriptorsResponse) GetIsSoftReset() bool
func (*WatchMethodDescriptorsResponse) GetMethodDescriptorChanges ¶
func (m *WatchMethodDescriptorsResponse) GetMethodDescriptorChanges() []*method_descriptor.MethodDescriptorChange
func (*WatchMethodDescriptorsResponse) GetPageTokenChange ¶
func (m *WatchMethodDescriptorsResponse) GetPageTokenChange() *WatchMethodDescriptorsResponse_PageTokenChange
func (*WatchMethodDescriptorsResponse) GetResumeToken ¶
func (m *WatchMethodDescriptorsResponse) GetResumeToken() string
func (*WatchMethodDescriptorsResponse) GetSnapshotSize ¶
func (m *WatchMethodDescriptorsResponse) GetSnapshotSize() int64
func (*WatchMethodDescriptorsResponse) GotenMessage ¶
func (*WatchMethodDescriptorsResponse) GotenMessage()
func (*WatchMethodDescriptorsResponse) GotenValidate ¶
func (obj *WatchMethodDescriptorsResponse) GotenValidate() error
func (*WatchMethodDescriptorsResponse) Marshal ¶
func (m *WatchMethodDescriptorsResponse) Marshal() ([]byte, error)
func (*WatchMethodDescriptorsResponse) MarshalJSON ¶
func (m *WatchMethodDescriptorsResponse) MarshalJSON() ([]byte, error)
func (*WatchMethodDescriptorsResponse) ProtoMessage ¶
func (*WatchMethodDescriptorsResponse) ProtoMessage()
func (*WatchMethodDescriptorsResponse) ProtoReflect ¶
func (m *WatchMethodDescriptorsResponse) ProtoReflect() preflect.Message
func (*WatchMethodDescriptorsResponse) Reset ¶
func (m *WatchMethodDescriptorsResponse) Reset()
func (*WatchMethodDescriptorsResponse) SetIsCurrent ¶
func (m *WatchMethodDescriptorsResponse) SetIsCurrent(fv bool)
func (*WatchMethodDescriptorsResponse) SetIsHardReset ¶
func (m *WatchMethodDescriptorsResponse) SetIsHardReset(fv bool)
func (*WatchMethodDescriptorsResponse) SetIsSoftReset ¶
func (m *WatchMethodDescriptorsResponse) SetIsSoftReset(fv bool)
func (*WatchMethodDescriptorsResponse) SetMethodDescriptorChanges ¶
func (m *WatchMethodDescriptorsResponse) SetMethodDescriptorChanges(fv []*method_descriptor.MethodDescriptorChange)
func (*WatchMethodDescriptorsResponse) SetPageTokenChange ¶
func (m *WatchMethodDescriptorsResponse) SetPageTokenChange(fv *WatchMethodDescriptorsResponse_PageTokenChange)
func (*WatchMethodDescriptorsResponse) SetResumeToken ¶
func (m *WatchMethodDescriptorsResponse) SetResumeToken(fv string)
func (*WatchMethodDescriptorsResponse) SetSnapshotSize ¶
func (m *WatchMethodDescriptorsResponse) SetSnapshotSize(fv int64)
func (*WatchMethodDescriptorsResponse) String ¶
func (m *WatchMethodDescriptorsResponse) String() string
func (*WatchMethodDescriptorsResponse) Unmarshal ¶
func (m *WatchMethodDescriptorsResponse) Unmarshal(b []byte) error
func (*WatchMethodDescriptorsResponse) UnmarshalJSON ¶
func (m *WatchMethodDescriptorsResponse) UnmarshalJSON(data []byte) error
type WatchMethodDescriptorsResponse_PageTokenChange ¶
type WatchMethodDescriptorsResponse_PageTokenChange struct { // New token to retrieve previous page of results. PrevPageToken *method_descriptor.PagerCursor `` /* 151-byte string literal not displayed */ // New token to retrieve next page of results. NextPageToken *method_descriptor.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WatchMethodDescriptorsResponse_PageTokenChange) Descriptor ¶
func (*WatchMethodDescriptorsResponse_PageTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use WatchMethodDescriptorsResponse_PageTokenChange.ProtoReflect.Descriptor instead.
func (*WatchMethodDescriptorsResponse_PageTokenChange) GetNextPageToken ¶
func (m *WatchMethodDescriptorsResponse_PageTokenChange) GetNextPageToken() *method_descriptor.PagerCursor
func (*WatchMethodDescriptorsResponse_PageTokenChange) GetPrevPageToken ¶
func (m *WatchMethodDescriptorsResponse_PageTokenChange) GetPrevPageToken() *method_descriptor.PagerCursor
func (*WatchMethodDescriptorsResponse_PageTokenChange) GotenMessage ¶
func (*WatchMethodDescriptorsResponse_PageTokenChange) GotenMessage()
func (*WatchMethodDescriptorsResponse_PageTokenChange) GotenValidate ¶
func (obj *WatchMethodDescriptorsResponse_PageTokenChange) GotenValidate() error
func (*WatchMethodDescriptorsResponse_PageTokenChange) Marshal ¶
func (m *WatchMethodDescriptorsResponse_PageTokenChange) Marshal() ([]byte, error)
func (*WatchMethodDescriptorsResponse_PageTokenChange) MarshalJSON ¶
func (m *WatchMethodDescriptorsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
func (*WatchMethodDescriptorsResponse_PageTokenChange) ProtoMessage ¶
func (*WatchMethodDescriptorsResponse_PageTokenChange) ProtoMessage()
func (*WatchMethodDescriptorsResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchMethodDescriptorsResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchMethodDescriptorsResponse_PageTokenChange) Reset ¶
func (m *WatchMethodDescriptorsResponse_PageTokenChange) Reset()
func (*WatchMethodDescriptorsResponse_PageTokenChange) SetNextPageToken ¶
func (m *WatchMethodDescriptorsResponse_PageTokenChange) SetNextPageToken(fv *method_descriptor.PagerCursor)
func (*WatchMethodDescriptorsResponse_PageTokenChange) SetPrevPageToken ¶
func (m *WatchMethodDescriptorsResponse_PageTokenChange) SetPrevPageToken(fv *method_descriptor.PagerCursor)
func (*WatchMethodDescriptorsResponse_PageTokenChange) String ¶
func (m *WatchMethodDescriptorsResponse_PageTokenChange) String() string
func (*WatchMethodDescriptorsResponse_PageTokenChange) Unmarshal ¶
func (m *WatchMethodDescriptorsResponse_PageTokenChange) Unmarshal(b []byte) error
func (*WatchMethodDescriptorsResponse_PageTokenChange) UnmarshalJSON ¶
func (m *WatchMethodDescriptorsResponse_PageTokenChange) UnmarshalJSON(data []byte) error