Documentation
¶
Index ¶
- type BatchGetTsConditionsDescriptor
- func (d *BatchGetTsConditionsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *BatchGetTsConditionsDescriptor) GetApiName() string
- func (d *BatchGetTsConditionsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetTsConditionsDescriptor) GetFullMethodName() string
- func (d *BatchGetTsConditionsDescriptor) GetMethodName() string
- func (d *BatchGetTsConditionsDescriptor) GetProtoPkgName() string
- func (d *BatchGetTsConditionsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *BatchGetTsConditionsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetTsConditionsDescriptor) GetServiceDomain() string
- func (d *BatchGetTsConditionsDescriptor) GetServiceVersion() string
- func (d *BatchGetTsConditionsDescriptor) GetVerb() string
- func (d *BatchGetTsConditionsDescriptor) HasResource() bool
- func (d *BatchGetTsConditionsDescriptor) IsClientStream() bool
- func (d *BatchGetTsConditionsDescriptor) IsCollection() bool
- func (d *BatchGetTsConditionsDescriptor) IsPlural() bool
- func (d *BatchGetTsConditionsDescriptor) IsServerStream() bool
- func (d *BatchGetTsConditionsDescriptor) IsUnary() bool
- func (d *BatchGetTsConditionsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *BatchGetTsConditionsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *BatchGetTsConditionsDescriptor) RequestHasResourceBody() bool
- type BatchGetTsConditionsDescriptorClientMsgHandle
- func (h *BatchGetTsConditionsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetTsConditionsDescriptorServerMsgHandle
- func (h *BatchGetTsConditionsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetTsConditionsRequest
- func (*BatchGetTsConditionsRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetTsConditionsRequest) GetFieldMask() *ts_condition.TsCondition_FieldMask
- func (m *BatchGetTsConditionsRequest) GetNames() []*ts_condition.Name
- func (m *BatchGetTsConditionsRequest) GetView() view.View
- func (*BatchGetTsConditionsRequest) GotenMessage()
- func (obj *BatchGetTsConditionsRequest) GotenValidate() error
- func (m *BatchGetTsConditionsRequest) Marshal() ([]byte, error)
- func (m *BatchGetTsConditionsRequest) MarshalJSON() ([]byte, error)
- func (*BatchGetTsConditionsRequest) ProtoMessage()
- func (m *BatchGetTsConditionsRequest) ProtoReflect() preflect.Message
- func (m *BatchGetTsConditionsRequest) Reset()
- func (m *BatchGetTsConditionsRequest) SetFieldMask(fv *ts_condition.TsCondition_FieldMask)
- func (m *BatchGetTsConditionsRequest) SetNames(fv []*ts_condition.Name)
- func (m *BatchGetTsConditionsRequest) SetView(fv view.View)
- func (m *BatchGetTsConditionsRequest) String() string
- func (m *BatchGetTsConditionsRequest) Unmarshal(b []byte) error
- func (m *BatchGetTsConditionsRequest) UnmarshalJSON(data []byte) error
- type BatchGetTsConditionsResponse
- func (*BatchGetTsConditionsResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetTsConditionsResponse) GetMissing() []*ts_condition.Name
- func (m *BatchGetTsConditionsResponse) GetTsConditions() []*ts_condition.TsCondition
- func (*BatchGetTsConditionsResponse) GotenMessage()
- func (obj *BatchGetTsConditionsResponse) GotenValidate() error
- func (m *BatchGetTsConditionsResponse) Marshal() ([]byte, error)
- func (m *BatchGetTsConditionsResponse) MarshalJSON() ([]byte, error)
- func (*BatchGetTsConditionsResponse) ProtoMessage()
- func (m *BatchGetTsConditionsResponse) ProtoReflect() preflect.Message
- func (m *BatchGetTsConditionsResponse) Reset()
- func (m *BatchGetTsConditionsResponse) SetMissing(fv []*ts_condition.Name)
- func (m *BatchGetTsConditionsResponse) SetTsConditions(fv []*ts_condition.TsCondition)
- func (m *BatchGetTsConditionsResponse) String() string
- func (m *BatchGetTsConditionsResponse) Unmarshal(b []byte) error
- func (m *BatchGetTsConditionsResponse) UnmarshalJSON(data []byte) error
- type CreateTsConditionDescriptor
- func (d *CreateTsConditionDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *CreateTsConditionDescriptor) GetApiName() string
- func (d *CreateTsConditionDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateTsConditionDescriptor) GetFullMethodName() string
- func (d *CreateTsConditionDescriptor) GetMethodName() string
- func (d *CreateTsConditionDescriptor) GetProtoPkgName() string
- func (d *CreateTsConditionDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *CreateTsConditionDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateTsConditionDescriptor) GetServiceDomain() string
- func (d *CreateTsConditionDescriptor) GetServiceVersion() string
- func (d *CreateTsConditionDescriptor) GetVerb() string
- func (d *CreateTsConditionDescriptor) HasResource() bool
- func (d *CreateTsConditionDescriptor) IsClientStream() bool
- func (d *CreateTsConditionDescriptor) IsCollection() bool
- func (d *CreateTsConditionDescriptor) IsPlural() bool
- func (d *CreateTsConditionDescriptor) IsServerStream() bool
- func (d *CreateTsConditionDescriptor) IsUnary() bool
- func (d *CreateTsConditionDescriptor) NewEmptyClientMsg() proto.Message
- func (d *CreateTsConditionDescriptor) NewEmptyServerMsg() proto.Message
- func (d *CreateTsConditionDescriptor) RequestHasResourceBody() bool
- type CreateTsConditionDescriptorClientMsgHandle
- func (h *CreateTsConditionDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateTsConditionDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateTsConditionDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateTsConditionDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateTsConditionDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateTsConditionDescriptorServerMsgHandle
- func (h *CreateTsConditionDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateTsConditionDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateTsConditionDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateTsConditionDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateTsConditionDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateTsConditionRequest
- func (*CreateTsConditionRequest) Descriptor() ([]byte, []int)
- func (m *CreateTsConditionRequest) GetParent() *ts_condition.ParentName
- func (m *CreateTsConditionRequest) GetResponseMask() *CreateTsConditionRequest_ResponseMask
- func (m *CreateTsConditionRequest) GetTsCondition() *ts_condition.TsCondition
- func (*CreateTsConditionRequest) GotenMessage()
- func (obj *CreateTsConditionRequest) GotenValidate() error
- func (m *CreateTsConditionRequest) Marshal() ([]byte, error)
- func (m *CreateTsConditionRequest) MarshalJSON() ([]byte, error)
- func (*CreateTsConditionRequest) ProtoMessage()
- func (m *CreateTsConditionRequest) ProtoReflect() preflect.Message
- func (m *CreateTsConditionRequest) Reset()
- func (m *CreateTsConditionRequest) SetParent(fv *ts_condition.ParentName)
- func (m *CreateTsConditionRequest) SetResponseMask(fv *CreateTsConditionRequest_ResponseMask)
- func (m *CreateTsConditionRequest) SetTsCondition(fv *ts_condition.TsCondition)
- func (m *CreateTsConditionRequest) String() string
- func (m *CreateTsConditionRequest) Unmarshal(b []byte) error
- func (m *CreateTsConditionRequest) UnmarshalJSON(data []byte) error
- type CreateTsConditionRequest_ResponseMask
- func (*CreateTsConditionRequest_ResponseMask) Descriptor() ([]byte, []int)
- func (m *CreateTsConditionRequest_ResponseMask) GetBodyMask() *ts_condition.TsCondition_FieldMask
- func (m *CreateTsConditionRequest_ResponseMask) GetMasking() isCreateTsConditionRequest_ResponseMask_Masking
- func (m *CreateTsConditionRequest_ResponseMask) GetSkipEntireResponseBody() bool
- func (*CreateTsConditionRequest_ResponseMask) GotenMessage()
- func (obj *CreateTsConditionRequest_ResponseMask) GotenValidate() error
- func (m *CreateTsConditionRequest_ResponseMask) Marshal() ([]byte, error)
- func (m *CreateTsConditionRequest_ResponseMask) MarshalJSON() ([]byte, error)
- func (*CreateTsConditionRequest_ResponseMask) ProtoMessage()
- func (m *CreateTsConditionRequest_ResponseMask) ProtoReflect() preflect.Message
- func (m *CreateTsConditionRequest_ResponseMask) Reset()
- func (m *CreateTsConditionRequest_ResponseMask) SetBodyMask(fv *ts_condition.TsCondition_FieldMask)
- func (m *CreateTsConditionRequest_ResponseMask) SetMasking(ofv isCreateTsConditionRequest_ResponseMask_Masking)
- func (m *CreateTsConditionRequest_ResponseMask) SetSkipEntireResponseBody(fv bool)
- func (m *CreateTsConditionRequest_ResponseMask) String() string
- func (m *CreateTsConditionRequest_ResponseMask) Unmarshal(b []byte) error
- func (m *CreateTsConditionRequest_ResponseMask) UnmarshalJSON(data []byte) error
- type CreateTsConditionRequest_ResponseMask_BodyMask
- type CreateTsConditionRequest_ResponseMask_SkipEntireResponseBody
- type DeleteTsConditionDescriptor
- func (d *DeleteTsConditionDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *DeleteTsConditionDescriptor) GetApiName() string
- func (d *DeleteTsConditionDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteTsConditionDescriptor) GetFullMethodName() string
- func (d *DeleteTsConditionDescriptor) GetMethodName() string
- func (d *DeleteTsConditionDescriptor) GetProtoPkgName() string
- func (d *DeleteTsConditionDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *DeleteTsConditionDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteTsConditionDescriptor) GetServiceDomain() string
- func (d *DeleteTsConditionDescriptor) GetServiceVersion() string
- func (d *DeleteTsConditionDescriptor) GetVerb() string
- func (d *DeleteTsConditionDescriptor) HasResource() bool
- func (d *DeleteTsConditionDescriptor) IsClientStream() bool
- func (d *DeleteTsConditionDescriptor) IsCollection() bool
- func (d *DeleteTsConditionDescriptor) IsPlural() bool
- func (d *DeleteTsConditionDescriptor) IsServerStream() bool
- func (d *DeleteTsConditionDescriptor) IsUnary() bool
- func (d *DeleteTsConditionDescriptor) NewEmptyClientMsg() proto.Message
- func (d *DeleteTsConditionDescriptor) NewEmptyServerMsg() proto.Message
- func (d *DeleteTsConditionDescriptor) RequestHasResourceBody() bool
- type DeleteTsConditionDescriptorClientMsgHandle
- func (h *DeleteTsConditionDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteTsConditionDescriptorServerMsgHandle
- func (h *DeleteTsConditionDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteTsConditionRequest
- func (*DeleteTsConditionRequest) Descriptor() ([]byte, []int)
- func (m *DeleteTsConditionRequest) GetAllowMissing() bool
- func (m *DeleteTsConditionRequest) GetName() *ts_condition.Name
- func (*DeleteTsConditionRequest) GotenMessage()
- func (obj *DeleteTsConditionRequest) GotenValidate() error
- func (m *DeleteTsConditionRequest) Marshal() ([]byte, error)
- func (m *DeleteTsConditionRequest) MarshalJSON() ([]byte, error)
- func (*DeleteTsConditionRequest) ProtoMessage()
- func (m *DeleteTsConditionRequest) ProtoReflect() preflect.Message
- func (m *DeleteTsConditionRequest) Reset()
- func (m *DeleteTsConditionRequest) SetAllowMissing(fv bool)
- func (m *DeleteTsConditionRequest) SetName(fv *ts_condition.Name)
- func (m *DeleteTsConditionRequest) String() string
- func (m *DeleteTsConditionRequest) Unmarshal(b []byte) error
- func (m *DeleteTsConditionRequest) UnmarshalJSON(data []byte) error
- type GetTsConditionDescriptor
- func (d *GetTsConditionDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *GetTsConditionDescriptor) GetApiName() string
- func (d *GetTsConditionDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetTsConditionDescriptor) GetFullMethodName() string
- func (d *GetTsConditionDescriptor) GetMethodName() string
- func (d *GetTsConditionDescriptor) GetProtoPkgName() string
- func (d *GetTsConditionDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *GetTsConditionDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetTsConditionDescriptor) GetServiceDomain() string
- func (d *GetTsConditionDescriptor) GetServiceVersion() string
- func (d *GetTsConditionDescriptor) GetVerb() string
- func (d *GetTsConditionDescriptor) HasResource() bool
- func (d *GetTsConditionDescriptor) IsClientStream() bool
- func (d *GetTsConditionDescriptor) IsCollection() bool
- func (d *GetTsConditionDescriptor) IsPlural() bool
- func (d *GetTsConditionDescriptor) IsServerStream() bool
- func (d *GetTsConditionDescriptor) IsUnary() bool
- func (d *GetTsConditionDescriptor) NewEmptyClientMsg() proto.Message
- func (d *GetTsConditionDescriptor) NewEmptyServerMsg() proto.Message
- func (d *GetTsConditionDescriptor) RequestHasResourceBody() bool
- type GetTsConditionDescriptorClientMsgHandle
- func (h *GetTsConditionDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetTsConditionDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetTsConditionDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetTsConditionDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetTsConditionDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetTsConditionDescriptorServerMsgHandle
- func (h *GetTsConditionDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetTsConditionDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetTsConditionDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetTsConditionDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetTsConditionDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetTsConditionRequest
- func (*GetTsConditionRequest) Descriptor() ([]byte, []int)
- func (m *GetTsConditionRequest) GetFieldMask() *ts_condition.TsCondition_FieldMask
- func (m *GetTsConditionRequest) GetName() *ts_condition.Name
- func (m *GetTsConditionRequest) GetView() view.View
- func (*GetTsConditionRequest) GotenMessage()
- func (obj *GetTsConditionRequest) GotenValidate() error
- func (m *GetTsConditionRequest) Marshal() ([]byte, error)
- func (m *GetTsConditionRequest) MarshalJSON() ([]byte, error)
- func (*GetTsConditionRequest) ProtoMessage()
- func (m *GetTsConditionRequest) ProtoReflect() preflect.Message
- func (m *GetTsConditionRequest) Reset()
- func (m *GetTsConditionRequest) SetFieldMask(fv *ts_condition.TsCondition_FieldMask)
- func (m *GetTsConditionRequest) SetName(fv *ts_condition.Name)
- func (m *GetTsConditionRequest) SetView(fv view.View)
- func (m *GetTsConditionRequest) String() string
- func (m *GetTsConditionRequest) Unmarshal(b []byte) error
- func (m *GetTsConditionRequest) UnmarshalJSON(data []byte) error
- type ListTsConditionsDescriptor
- func (d *ListTsConditionsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListTsConditionsDescriptor) GetApiName() string
- func (d *ListTsConditionsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListTsConditionsDescriptor) GetFullMethodName() string
- func (d *ListTsConditionsDescriptor) GetMethodName() string
- func (d *ListTsConditionsDescriptor) GetProtoPkgName() string
- func (d *ListTsConditionsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListTsConditionsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListTsConditionsDescriptor) GetServiceDomain() string
- func (d *ListTsConditionsDescriptor) GetServiceVersion() string
- func (d *ListTsConditionsDescriptor) GetVerb() string
- func (d *ListTsConditionsDescriptor) HasResource() bool
- func (d *ListTsConditionsDescriptor) IsClientStream() bool
- func (d *ListTsConditionsDescriptor) IsCollection() bool
- func (d *ListTsConditionsDescriptor) IsPlural() bool
- func (d *ListTsConditionsDescriptor) IsServerStream() bool
- func (d *ListTsConditionsDescriptor) IsUnary() bool
- func (d *ListTsConditionsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListTsConditionsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListTsConditionsDescriptor) RequestHasResourceBody() bool
- type ListTsConditionsDescriptorClientMsgHandle
- func (h *ListTsConditionsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListTsConditionsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListTsConditionsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListTsConditionsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListTsConditionsDescriptorServerMsgHandle
- func (h *ListTsConditionsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListTsConditionsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListTsConditionsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListTsConditionsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListTsConditionsRequest
- func (*ListTsConditionsRequest) Descriptor() ([]byte, []int)
- func (m *ListTsConditionsRequest) GetFieldMask() *ts_condition.TsCondition_FieldMask
- func (m *ListTsConditionsRequest) GetFilter() *ts_condition.Filter
- func (m *ListTsConditionsRequest) GetIncludePagingInfo() bool
- func (m *ListTsConditionsRequest) GetOrderBy() *ts_condition.OrderBy
- func (m *ListTsConditionsRequest) GetPageSize() int32
- func (m *ListTsConditionsRequest) GetPageToken() *ts_condition.PagerCursor
- func (m *ListTsConditionsRequest) GetParent() *ts_condition.ParentName
- func (m *ListTsConditionsRequest) GetView() view.View
- func (*ListTsConditionsRequest) GotenMessage()
- func (obj *ListTsConditionsRequest) GotenValidate() error
- func (m *ListTsConditionsRequest) Marshal() ([]byte, error)
- func (m *ListTsConditionsRequest) MarshalJSON() ([]byte, error)
- func (*ListTsConditionsRequest) ProtoMessage()
- func (m *ListTsConditionsRequest) ProtoReflect() preflect.Message
- func (m *ListTsConditionsRequest) Reset()
- func (m *ListTsConditionsRequest) SetFieldMask(fv *ts_condition.TsCondition_FieldMask)
- func (m *ListTsConditionsRequest) SetFilter(fv *ts_condition.Filter)
- func (m *ListTsConditionsRequest) SetIncludePagingInfo(fv bool)
- func (m *ListTsConditionsRequest) SetOrderBy(fv *ts_condition.OrderBy)
- func (m *ListTsConditionsRequest) SetPageSize(fv int32)
- func (m *ListTsConditionsRequest) SetPageToken(fv *ts_condition.PagerCursor)
- func (m *ListTsConditionsRequest) SetParent(fv *ts_condition.ParentName)
- func (m *ListTsConditionsRequest) SetView(fv view.View)
- func (m *ListTsConditionsRequest) String() string
- func (m *ListTsConditionsRequest) Unmarshal(b []byte) error
- func (m *ListTsConditionsRequest) UnmarshalJSON(data []byte) error
- type ListTsConditionsResponse
- func (*ListTsConditionsResponse) Descriptor() ([]byte, []int)
- func (m *ListTsConditionsResponse) GetCurrentOffset() int32
- func (m *ListTsConditionsResponse) GetNextPageToken() *ts_condition.PagerCursor
- func (m *ListTsConditionsResponse) GetPrevPageToken() *ts_condition.PagerCursor
- func (m *ListTsConditionsResponse) GetTotalResultsCount() int32
- func (m *ListTsConditionsResponse) GetTsConditions() []*ts_condition.TsCondition
- func (*ListTsConditionsResponse) GotenMessage()
- func (obj *ListTsConditionsResponse) GotenValidate() error
- func (m *ListTsConditionsResponse) Marshal() ([]byte, error)
- func (m *ListTsConditionsResponse) MarshalJSON() ([]byte, error)
- func (*ListTsConditionsResponse) ProtoMessage()
- func (m *ListTsConditionsResponse) ProtoReflect() preflect.Message
- func (m *ListTsConditionsResponse) Reset()
- func (m *ListTsConditionsResponse) SetCurrentOffset(fv int32)
- func (m *ListTsConditionsResponse) SetNextPageToken(fv *ts_condition.PagerCursor)
- func (m *ListTsConditionsResponse) SetPrevPageToken(fv *ts_condition.PagerCursor)
- func (m *ListTsConditionsResponse) SetTotalResultsCount(fv int32)
- func (m *ListTsConditionsResponse) SetTsConditions(fv []*ts_condition.TsCondition)
- func (m *ListTsConditionsResponse) String() string
- func (m *ListTsConditionsResponse) Unmarshal(b []byte) error
- func (m *ListTsConditionsResponse) UnmarshalJSON(data []byte) error
- type SearchTsConditionsDescriptor
- func (d *SearchTsConditionsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *SearchTsConditionsDescriptor) GetApiName() string
- func (d *SearchTsConditionsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *SearchTsConditionsDescriptor) GetFullMethodName() string
- func (d *SearchTsConditionsDescriptor) GetMethodName() string
- func (d *SearchTsConditionsDescriptor) GetProtoPkgName() string
- func (d *SearchTsConditionsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *SearchTsConditionsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *SearchTsConditionsDescriptor) GetServiceDomain() string
- func (d *SearchTsConditionsDescriptor) GetServiceVersion() string
- func (d *SearchTsConditionsDescriptor) GetVerb() string
- func (d *SearchTsConditionsDescriptor) HasResource() bool
- func (d *SearchTsConditionsDescriptor) IsClientStream() bool
- func (d *SearchTsConditionsDescriptor) IsCollection() bool
- func (d *SearchTsConditionsDescriptor) IsPlural() bool
- func (d *SearchTsConditionsDescriptor) IsServerStream() bool
- func (d *SearchTsConditionsDescriptor) IsUnary() bool
- func (d *SearchTsConditionsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *SearchTsConditionsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *SearchTsConditionsDescriptor) RequestHasResourceBody() bool
- type SearchTsConditionsDescriptorClientMsgHandle
- func (h *SearchTsConditionsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type SearchTsConditionsDescriptorServerMsgHandle
- func (h *SearchTsConditionsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type SearchTsConditionsRequest
- func (*SearchTsConditionsRequest) Descriptor() ([]byte, []int)
- func (m *SearchTsConditionsRequest) GetFieldMask() *ts_condition.TsCondition_FieldMask
- func (m *SearchTsConditionsRequest) GetFilter() *ts_condition.Filter
- func (m *SearchTsConditionsRequest) GetOrderBy() *ts_condition.OrderBy
- func (m *SearchTsConditionsRequest) GetPageSize() int32
- func (m *SearchTsConditionsRequest) GetPageToken() *ts_condition.PagerCursor
- func (m *SearchTsConditionsRequest) GetParent() *ts_condition.ParentName
- func (m *SearchTsConditionsRequest) GetPhrase() string
- func (m *SearchTsConditionsRequest) GetView() view.View
- func (*SearchTsConditionsRequest) GotenMessage()
- func (obj *SearchTsConditionsRequest) GotenValidate() error
- func (m *SearchTsConditionsRequest) Marshal() ([]byte, error)
- func (m *SearchTsConditionsRequest) MarshalJSON() ([]byte, error)
- func (*SearchTsConditionsRequest) ProtoMessage()
- func (m *SearchTsConditionsRequest) ProtoReflect() preflect.Message
- func (m *SearchTsConditionsRequest) Reset()
- func (m *SearchTsConditionsRequest) SetFieldMask(fv *ts_condition.TsCondition_FieldMask)
- func (m *SearchTsConditionsRequest) SetFilter(fv *ts_condition.Filter)
- func (m *SearchTsConditionsRequest) SetOrderBy(fv *ts_condition.OrderBy)
- func (m *SearchTsConditionsRequest) SetPageSize(fv int32)
- func (m *SearchTsConditionsRequest) SetPageToken(fv *ts_condition.PagerCursor)
- func (m *SearchTsConditionsRequest) SetParent(fv *ts_condition.ParentName)
- func (m *SearchTsConditionsRequest) SetPhrase(fv string)
- func (m *SearchTsConditionsRequest) SetView(fv view.View)
- func (m *SearchTsConditionsRequest) String() string
- func (m *SearchTsConditionsRequest) Unmarshal(b []byte) error
- func (m *SearchTsConditionsRequest) UnmarshalJSON(data []byte) error
- type SearchTsConditionsResponse
- func (*SearchTsConditionsResponse) Descriptor() ([]byte, []int)
- func (m *SearchTsConditionsResponse) GetCurrentOffset() int32
- func (m *SearchTsConditionsResponse) GetNextPageToken() *ts_condition.PagerCursor
- func (m *SearchTsConditionsResponse) GetPrevPageToken() *ts_condition.PagerCursor
- func (m *SearchTsConditionsResponse) GetTotalResultsCount() int32
- func (m *SearchTsConditionsResponse) GetTsConditions() []*ts_condition.TsCondition
- func (*SearchTsConditionsResponse) GotenMessage()
- func (obj *SearchTsConditionsResponse) GotenValidate() error
- func (m *SearchTsConditionsResponse) Marshal() ([]byte, error)
- func (m *SearchTsConditionsResponse) MarshalJSON() ([]byte, error)
- func (*SearchTsConditionsResponse) ProtoMessage()
- func (m *SearchTsConditionsResponse) ProtoReflect() preflect.Message
- func (m *SearchTsConditionsResponse) Reset()
- func (m *SearchTsConditionsResponse) SetCurrentOffset(fv int32)
- func (m *SearchTsConditionsResponse) SetNextPageToken(fv *ts_condition.PagerCursor)
- func (m *SearchTsConditionsResponse) SetPrevPageToken(fv *ts_condition.PagerCursor)
- func (m *SearchTsConditionsResponse) SetTotalResultsCount(fv int32)
- func (m *SearchTsConditionsResponse) SetTsConditions(fv []*ts_condition.TsCondition)
- func (m *SearchTsConditionsResponse) String() string
- func (m *SearchTsConditionsResponse) Unmarshal(b []byte) error
- func (m *SearchTsConditionsResponse) UnmarshalJSON(data []byte) error
- type TsConditionServiceClient
- type TsConditionServiceDescriptor
- func (d *TsConditionServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *TsConditionServiceDescriptor) GetApiName() string
- func (d *TsConditionServiceDescriptor) GetFullAPIName() string
- func (d *TsConditionServiceDescriptor) GetProtoPkgName() string
- func (d *TsConditionServiceDescriptor) GetServiceDomain() string
- func (d *TsConditionServiceDescriptor) GetServiceVersion() string
- type UpdateTsConditionDescriptor
- func (d *UpdateTsConditionDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *UpdateTsConditionDescriptor) GetApiName() string
- func (d *UpdateTsConditionDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateTsConditionDescriptor) GetFullMethodName() string
- func (d *UpdateTsConditionDescriptor) GetMethodName() string
- func (d *UpdateTsConditionDescriptor) GetProtoPkgName() string
- func (d *UpdateTsConditionDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *UpdateTsConditionDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateTsConditionDescriptor) GetServiceDomain() string
- func (d *UpdateTsConditionDescriptor) GetServiceVersion() string
- func (d *UpdateTsConditionDescriptor) GetVerb() string
- func (d *UpdateTsConditionDescriptor) HasResource() bool
- func (d *UpdateTsConditionDescriptor) IsClientStream() bool
- func (d *UpdateTsConditionDescriptor) IsCollection() bool
- func (d *UpdateTsConditionDescriptor) IsPlural() bool
- func (d *UpdateTsConditionDescriptor) IsServerStream() bool
- func (d *UpdateTsConditionDescriptor) IsUnary() bool
- func (d *UpdateTsConditionDescriptor) NewEmptyClientMsg() proto.Message
- func (d *UpdateTsConditionDescriptor) NewEmptyServerMsg() proto.Message
- func (d *UpdateTsConditionDescriptor) RequestHasResourceBody() bool
- type UpdateTsConditionDescriptorClientMsgHandle
- func (h *UpdateTsConditionDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateTsConditionDescriptorServerMsgHandle
- func (h *UpdateTsConditionDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateTsConditionRequest
- func (*UpdateTsConditionRequest) Descriptor() ([]byte, []int)
- func (m *UpdateTsConditionRequest) GetAllowMissing() bool
- func (m *UpdateTsConditionRequest) GetCas() *UpdateTsConditionRequest_CAS
- func (m *UpdateTsConditionRequest) GetResponseMask() *UpdateTsConditionRequest_ResponseMask
- func (m *UpdateTsConditionRequest) GetTsCondition() *ts_condition.TsCondition
- func (m *UpdateTsConditionRequest) GetUpdateMask() *ts_condition.TsCondition_FieldMask
- func (*UpdateTsConditionRequest) GotenMessage()
- func (obj *UpdateTsConditionRequest) GotenValidate() error
- func (m *UpdateTsConditionRequest) Marshal() ([]byte, error)
- func (m *UpdateTsConditionRequest) MarshalJSON() ([]byte, error)
- func (*UpdateTsConditionRequest) ProtoMessage()
- func (m *UpdateTsConditionRequest) ProtoReflect() preflect.Message
- func (m *UpdateTsConditionRequest) Reset()
- func (m *UpdateTsConditionRequest) SetAllowMissing(fv bool)
- func (m *UpdateTsConditionRequest) SetCas(fv *UpdateTsConditionRequest_CAS)
- func (m *UpdateTsConditionRequest) SetResponseMask(fv *UpdateTsConditionRequest_ResponseMask)
- func (m *UpdateTsConditionRequest) SetTsCondition(fv *ts_condition.TsCondition)
- func (m *UpdateTsConditionRequest) SetUpdateMask(fv *ts_condition.TsCondition_FieldMask)
- func (m *UpdateTsConditionRequest) String() string
- func (m *UpdateTsConditionRequest) Unmarshal(b []byte) error
- func (m *UpdateTsConditionRequest) UnmarshalJSON(data []byte) error
- type UpdateTsConditionRequest_CAS
- func (*UpdateTsConditionRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdateTsConditionRequest_CAS) GetConditionalState() *ts_condition.TsCondition
- func (m *UpdateTsConditionRequest_CAS) GetFieldMask() *ts_condition.TsCondition_FieldMask
- func (*UpdateTsConditionRequest_CAS) GotenMessage()
- func (obj *UpdateTsConditionRequest_CAS) GotenValidate() error
- func (m *UpdateTsConditionRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdateTsConditionRequest_CAS) MarshalJSON() ([]byte, error)
- func (*UpdateTsConditionRequest_CAS) ProtoMessage()
- func (m *UpdateTsConditionRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdateTsConditionRequest_CAS) Reset()
- func (m *UpdateTsConditionRequest_CAS) SetConditionalState(fv *ts_condition.TsCondition)
- func (m *UpdateTsConditionRequest_CAS) SetFieldMask(fv *ts_condition.TsCondition_FieldMask)
- func (m *UpdateTsConditionRequest_CAS) String() string
- func (m *UpdateTsConditionRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdateTsConditionRequest_CAS) UnmarshalJSON(data []byte) error
- type UpdateTsConditionRequest_ResponseMask
- func (*UpdateTsConditionRequest_ResponseMask) Descriptor() ([]byte, []int)
- func (m *UpdateTsConditionRequest_ResponseMask) GetBodyMask() *ts_condition.TsCondition_FieldMask
- func (m *UpdateTsConditionRequest_ResponseMask) GetMasking() isUpdateTsConditionRequest_ResponseMask_Masking
- func (m *UpdateTsConditionRequest_ResponseMask) GetSkipEntireResponseBody() bool
- func (m *UpdateTsConditionRequest_ResponseMask) GetUpdatedFieldsOnly() bool
- func (*UpdateTsConditionRequest_ResponseMask) GotenMessage()
- func (obj *UpdateTsConditionRequest_ResponseMask) GotenValidate() error
- func (m *UpdateTsConditionRequest_ResponseMask) Marshal() ([]byte, error)
- func (m *UpdateTsConditionRequest_ResponseMask) MarshalJSON() ([]byte, error)
- func (*UpdateTsConditionRequest_ResponseMask) ProtoMessage()
- func (m *UpdateTsConditionRequest_ResponseMask) ProtoReflect() preflect.Message
- func (m *UpdateTsConditionRequest_ResponseMask) Reset()
- func (m *UpdateTsConditionRequest_ResponseMask) SetBodyMask(fv *ts_condition.TsCondition_FieldMask)
- func (m *UpdateTsConditionRequest_ResponseMask) SetMasking(ofv isUpdateTsConditionRequest_ResponseMask_Masking)
- func (m *UpdateTsConditionRequest_ResponseMask) SetSkipEntireResponseBody(fv bool)
- func (m *UpdateTsConditionRequest_ResponseMask) SetUpdatedFieldsOnly(fv bool)
- func (m *UpdateTsConditionRequest_ResponseMask) String() string
- func (m *UpdateTsConditionRequest_ResponseMask) Unmarshal(b []byte) error
- func (m *UpdateTsConditionRequest_ResponseMask) UnmarshalJSON(data []byte) error
- type UpdateTsConditionRequest_ResponseMask_BodyMask
- type UpdateTsConditionRequest_ResponseMask_SkipEntireResponseBody
- type UpdateTsConditionRequest_ResponseMask_UpdatedFieldsOnly
- type WatchTsConditionClientStream
- type WatchTsConditionDescriptor
- func (d *WatchTsConditionDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchTsConditionDescriptor) GetApiName() string
- func (d *WatchTsConditionDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchTsConditionDescriptor) GetFullMethodName() string
- func (d *WatchTsConditionDescriptor) GetMethodName() string
- func (d *WatchTsConditionDescriptor) GetProtoPkgName() string
- func (d *WatchTsConditionDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchTsConditionDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchTsConditionDescriptor) GetServiceDomain() string
- func (d *WatchTsConditionDescriptor) GetServiceVersion() string
- func (d *WatchTsConditionDescriptor) GetVerb() string
- func (d *WatchTsConditionDescriptor) HasResource() bool
- func (d *WatchTsConditionDescriptor) IsClientStream() bool
- func (d *WatchTsConditionDescriptor) IsCollection() bool
- func (d *WatchTsConditionDescriptor) IsPlural() bool
- func (d *WatchTsConditionDescriptor) IsServerStream() bool
- func (d *WatchTsConditionDescriptor) IsUnary() bool
- func (d *WatchTsConditionDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchTsConditionDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchTsConditionDescriptor) RequestHasResourceBody() bool
- type WatchTsConditionDescriptorClientMsgHandle
- func (h *WatchTsConditionDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchTsConditionDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchTsConditionDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchTsConditionDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchTsConditionDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchTsConditionDescriptorServerMsgHandle
- func (h *WatchTsConditionDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchTsConditionDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchTsConditionDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchTsConditionDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchTsConditionDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchTsConditionRequest
- func (*WatchTsConditionRequest) Descriptor() ([]byte, []int)
- func (m *WatchTsConditionRequest) GetFieldMask() *ts_condition.TsCondition_FieldMask
- func (m *WatchTsConditionRequest) GetName() *ts_condition.Name
- func (m *WatchTsConditionRequest) GetView() view.View
- func (*WatchTsConditionRequest) GotenMessage()
- func (obj *WatchTsConditionRequest) GotenValidate() error
- func (m *WatchTsConditionRequest) Marshal() ([]byte, error)
- func (m *WatchTsConditionRequest) MarshalJSON() ([]byte, error)
- func (*WatchTsConditionRequest) ProtoMessage()
- func (m *WatchTsConditionRequest) ProtoReflect() preflect.Message
- func (m *WatchTsConditionRequest) Reset()
- func (m *WatchTsConditionRequest) SetFieldMask(fv *ts_condition.TsCondition_FieldMask)
- func (m *WatchTsConditionRequest) SetName(fv *ts_condition.Name)
- func (m *WatchTsConditionRequest) SetView(fv view.View)
- func (m *WatchTsConditionRequest) String() string
- func (m *WatchTsConditionRequest) Unmarshal(b []byte) error
- func (m *WatchTsConditionRequest) UnmarshalJSON(data []byte) error
- type WatchTsConditionResponse
- func (*WatchTsConditionResponse) Descriptor() ([]byte, []int)
- func (m *WatchTsConditionResponse) GetChange() *ts_condition.TsConditionChange
- func (*WatchTsConditionResponse) GotenMessage()
- func (obj *WatchTsConditionResponse) GotenValidate() error
- func (m *WatchTsConditionResponse) Marshal() ([]byte, error)
- func (m *WatchTsConditionResponse) MarshalJSON() ([]byte, error)
- func (*WatchTsConditionResponse) ProtoMessage()
- func (m *WatchTsConditionResponse) ProtoReflect() preflect.Message
- func (m *WatchTsConditionResponse) Reset()
- func (m *WatchTsConditionResponse) SetChange(fv *ts_condition.TsConditionChange)
- func (m *WatchTsConditionResponse) String() string
- func (m *WatchTsConditionResponse) Unmarshal(b []byte) error
- func (m *WatchTsConditionResponse) UnmarshalJSON(data []byte) error
- type WatchTsConditionsClientStream
- type WatchTsConditionsDescriptor
- func (d *WatchTsConditionsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchTsConditionsDescriptor) GetApiName() string
- func (d *WatchTsConditionsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchTsConditionsDescriptor) GetFullMethodName() string
- func (d *WatchTsConditionsDescriptor) GetMethodName() string
- func (d *WatchTsConditionsDescriptor) GetProtoPkgName() string
- func (d *WatchTsConditionsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchTsConditionsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchTsConditionsDescriptor) GetServiceDomain() string
- func (d *WatchTsConditionsDescriptor) GetServiceVersion() string
- func (d *WatchTsConditionsDescriptor) GetVerb() string
- func (d *WatchTsConditionsDescriptor) HasResource() bool
- func (d *WatchTsConditionsDescriptor) IsClientStream() bool
- func (d *WatchTsConditionsDescriptor) IsCollection() bool
- func (d *WatchTsConditionsDescriptor) IsPlural() bool
- func (d *WatchTsConditionsDescriptor) IsServerStream() bool
- func (d *WatchTsConditionsDescriptor) IsUnary() bool
- func (d *WatchTsConditionsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchTsConditionsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchTsConditionsDescriptor) RequestHasResourceBody() bool
- type WatchTsConditionsDescriptorClientMsgHandle
- func (h *WatchTsConditionsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchTsConditionsDescriptorServerMsgHandle
- func (h *WatchTsConditionsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchTsConditionsRequest
- func (*WatchTsConditionsRequest) Descriptor() ([]byte, []int)
- func (m *WatchTsConditionsRequest) GetFieldMask() *ts_condition.TsCondition_FieldMask
- func (m *WatchTsConditionsRequest) GetFilter() *ts_condition.Filter
- func (m *WatchTsConditionsRequest) GetMaxChunkSize() int32
- func (m *WatchTsConditionsRequest) GetOrderBy() *ts_condition.OrderBy
- func (m *WatchTsConditionsRequest) GetPageSize() int32
- func (m *WatchTsConditionsRequest) GetPageToken() *ts_condition.PagerCursor
- func (m *WatchTsConditionsRequest) GetParent() *ts_condition.ParentName
- func (m *WatchTsConditionsRequest) GetResumeToken() string
- func (m *WatchTsConditionsRequest) GetStartingTime() *timestamppb.Timestamp
- func (m *WatchTsConditionsRequest) GetType() watch_type.WatchType
- func (m *WatchTsConditionsRequest) GetView() view.View
- func (*WatchTsConditionsRequest) GotenMessage()
- func (obj *WatchTsConditionsRequest) GotenValidate() error
- func (m *WatchTsConditionsRequest) Marshal() ([]byte, error)
- func (m *WatchTsConditionsRequest) MarshalJSON() ([]byte, error)
- func (*WatchTsConditionsRequest) ProtoMessage()
- func (m *WatchTsConditionsRequest) ProtoReflect() preflect.Message
- func (m *WatchTsConditionsRequest) Reset()
- func (m *WatchTsConditionsRequest) SetFieldMask(fv *ts_condition.TsCondition_FieldMask)
- func (m *WatchTsConditionsRequest) SetFilter(fv *ts_condition.Filter)
- func (m *WatchTsConditionsRequest) SetMaxChunkSize(fv int32)
- func (m *WatchTsConditionsRequest) SetOrderBy(fv *ts_condition.OrderBy)
- func (m *WatchTsConditionsRequest) SetPageSize(fv int32)
- func (m *WatchTsConditionsRequest) SetPageToken(fv *ts_condition.PagerCursor)
- func (m *WatchTsConditionsRequest) SetParent(fv *ts_condition.ParentName)
- func (m *WatchTsConditionsRequest) SetResumeToken(fv string)
- func (m *WatchTsConditionsRequest) SetStartingTime(fv *timestamppb.Timestamp)
- func (m *WatchTsConditionsRequest) SetType(fv watch_type.WatchType)
- func (m *WatchTsConditionsRequest) SetView(fv view.View)
- func (m *WatchTsConditionsRequest) String() string
- func (m *WatchTsConditionsRequest) Unmarshal(b []byte) error
- func (m *WatchTsConditionsRequest) UnmarshalJSON(data []byte) error
- type WatchTsConditionsResponse
- func (*WatchTsConditionsResponse) Descriptor() ([]byte, []int)
- func (m *WatchTsConditionsResponse) GetIsCurrent() bool
- func (m *WatchTsConditionsResponse) GetIsHardReset() bool
- func (m *WatchTsConditionsResponse) GetIsSoftReset() bool
- func (m *WatchTsConditionsResponse) GetPageTokenChange() *WatchTsConditionsResponse_PageTokenChange
- func (m *WatchTsConditionsResponse) GetResumeToken() string
- func (m *WatchTsConditionsResponse) GetSnapshotSize() int64
- func (m *WatchTsConditionsResponse) GetTsConditionChanges() []*ts_condition.TsConditionChange
- func (*WatchTsConditionsResponse) GotenMessage()
- func (obj *WatchTsConditionsResponse) GotenValidate() error
- func (m *WatchTsConditionsResponse) Marshal() ([]byte, error)
- func (m *WatchTsConditionsResponse) MarshalJSON() ([]byte, error)
- func (*WatchTsConditionsResponse) ProtoMessage()
- func (m *WatchTsConditionsResponse) ProtoReflect() preflect.Message
- func (m *WatchTsConditionsResponse) Reset()
- func (m *WatchTsConditionsResponse) SetIsCurrent(fv bool)
- func (m *WatchTsConditionsResponse) SetIsHardReset(fv bool)
- func (m *WatchTsConditionsResponse) SetIsSoftReset(fv bool)
- func (m *WatchTsConditionsResponse) SetPageTokenChange(fv *WatchTsConditionsResponse_PageTokenChange)
- func (m *WatchTsConditionsResponse) SetResumeToken(fv string)
- func (m *WatchTsConditionsResponse) SetSnapshotSize(fv int64)
- func (m *WatchTsConditionsResponse) SetTsConditionChanges(fv []*ts_condition.TsConditionChange)
- func (m *WatchTsConditionsResponse) String() string
- func (m *WatchTsConditionsResponse) Unmarshal(b []byte) error
- func (m *WatchTsConditionsResponse) UnmarshalJSON(data []byte) error
- type WatchTsConditionsResponse_PageTokenChange
- func (*WatchTsConditionsResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchTsConditionsResponse_PageTokenChange) GetNextPageToken() *ts_condition.PagerCursor
- func (m *WatchTsConditionsResponse_PageTokenChange) GetPrevPageToken() *ts_condition.PagerCursor
- func (*WatchTsConditionsResponse_PageTokenChange) GotenMessage()
- func (obj *WatchTsConditionsResponse_PageTokenChange) GotenValidate() error
- func (m *WatchTsConditionsResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchTsConditionsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (*WatchTsConditionsResponse_PageTokenChange) ProtoMessage()
- func (m *WatchTsConditionsResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchTsConditionsResponse_PageTokenChange) Reset()
- func (m *WatchTsConditionsResponse_PageTokenChange) SetNextPageToken(fv *ts_condition.PagerCursor)
- func (m *WatchTsConditionsResponse_PageTokenChange) SetPrevPageToken(fv *ts_condition.PagerCursor)
- func (m *WatchTsConditionsResponse_PageTokenChange) String() string
- func (m *WatchTsConditionsResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchTsConditionsResponse_PageTokenChange) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchGetTsConditionsDescriptor ¶
type BatchGetTsConditionsDescriptor struct{}
func GetBatchGetTsConditionsDescriptor ¶
func GetBatchGetTsConditionsDescriptor() *BatchGetTsConditionsDescriptor
func (*BatchGetTsConditionsDescriptor) GetApiDescriptor ¶
func (d *BatchGetTsConditionsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*BatchGetTsConditionsDescriptor) GetApiName ¶
func (d *BatchGetTsConditionsDescriptor) GetApiName() string
func (*BatchGetTsConditionsDescriptor) GetClientMsgReflectHandle ¶
func (d *BatchGetTsConditionsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetTsConditionsDescriptor) GetFullMethodName ¶
func (d *BatchGetTsConditionsDescriptor) GetFullMethodName() string
func (*BatchGetTsConditionsDescriptor) GetMethodName ¶
func (d *BatchGetTsConditionsDescriptor) GetMethodName() string
func (*BatchGetTsConditionsDescriptor) GetProtoPkgName ¶
func (d *BatchGetTsConditionsDescriptor) GetProtoPkgName() string
func (*BatchGetTsConditionsDescriptor) GetResourceDescriptor ¶
func (d *BatchGetTsConditionsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*BatchGetTsConditionsDescriptor) GetServerMsgReflectHandle ¶
func (d *BatchGetTsConditionsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetTsConditionsDescriptor) GetServiceDomain ¶
func (d *BatchGetTsConditionsDescriptor) GetServiceDomain() string
func (*BatchGetTsConditionsDescriptor) GetServiceVersion ¶
func (d *BatchGetTsConditionsDescriptor) GetServiceVersion() string
func (*BatchGetTsConditionsDescriptor) GetVerb ¶
func (d *BatchGetTsConditionsDescriptor) GetVerb() string
func (*BatchGetTsConditionsDescriptor) HasResource ¶
func (d *BatchGetTsConditionsDescriptor) HasResource() bool
func (*BatchGetTsConditionsDescriptor) IsClientStream ¶
func (d *BatchGetTsConditionsDescriptor) IsClientStream() bool
func (*BatchGetTsConditionsDescriptor) IsCollection ¶
func (d *BatchGetTsConditionsDescriptor) IsCollection() bool
func (*BatchGetTsConditionsDescriptor) IsPlural ¶
func (d *BatchGetTsConditionsDescriptor) IsPlural() bool
func (*BatchGetTsConditionsDescriptor) IsServerStream ¶
func (d *BatchGetTsConditionsDescriptor) IsServerStream() bool
func (*BatchGetTsConditionsDescriptor) IsUnary ¶
func (d *BatchGetTsConditionsDescriptor) IsUnary() bool
func (*BatchGetTsConditionsDescriptor) NewEmptyClientMsg ¶
func (d *BatchGetTsConditionsDescriptor) NewEmptyClientMsg() proto.Message
func (*BatchGetTsConditionsDescriptor) NewEmptyServerMsg ¶
func (d *BatchGetTsConditionsDescriptor) NewEmptyServerMsg() proto.Message
func (*BatchGetTsConditionsDescriptor) RequestHasResourceBody ¶
func (d *BatchGetTsConditionsDescriptor) RequestHasResourceBody() bool
type BatchGetTsConditionsDescriptorClientMsgHandle ¶
type BatchGetTsConditionsDescriptorClientMsgHandle struct{}
func (*BatchGetTsConditionsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *BatchGetTsConditionsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *BatchGetTsConditionsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetTsConditionsDescriptorServerMsgHandle ¶
type BatchGetTsConditionsDescriptorServerMsgHandle struct{}
func (*BatchGetTsConditionsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *BatchGetTsConditionsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *BatchGetTsConditionsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetTsConditionsRequest ¶
type BatchGetTsConditionsRequest struct {
// Names of TsConditions
Names []*ts_condition.Name `protobuf:"bytes,2,rep,customtype=Name,name=names,proto3" json:"names,omitempty"`
// A list of extra fields to be obtained for each response item on top of
// fields defined by request field view
FieldMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,3,opt,customtype=TsCondition_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
// 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"`
// contains filtered or unexported fields
}
A request message of the BatchGetTsConditions method.
func (*BatchGetTsConditionsRequest) Descriptor ¶
func (*BatchGetTsConditionsRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetTsConditionsRequest.ProtoReflect.Descriptor instead.
func (*BatchGetTsConditionsRequest) GetFieldMask ¶
func (m *BatchGetTsConditionsRequest) GetFieldMask() *ts_condition.TsCondition_FieldMask
func (*BatchGetTsConditionsRequest) GetNames ¶
func (m *BatchGetTsConditionsRequest) GetNames() []*ts_condition.Name
func (*BatchGetTsConditionsRequest) GetView ¶
func (m *BatchGetTsConditionsRequest) GetView() view.View
func (*BatchGetTsConditionsRequest) GotenMessage ¶
func (*BatchGetTsConditionsRequest) GotenMessage()
func (*BatchGetTsConditionsRequest) GotenValidate ¶
func (obj *BatchGetTsConditionsRequest) GotenValidate() error
func (*BatchGetTsConditionsRequest) Marshal ¶
func (m *BatchGetTsConditionsRequest) Marshal() ([]byte, error)
func (*BatchGetTsConditionsRequest) MarshalJSON ¶
func (m *BatchGetTsConditionsRequest) MarshalJSON() ([]byte, error)
func (*BatchGetTsConditionsRequest) ProtoMessage ¶
func (*BatchGetTsConditionsRequest) ProtoMessage()
func (*BatchGetTsConditionsRequest) ProtoReflect ¶
func (m *BatchGetTsConditionsRequest) ProtoReflect() preflect.Message
func (*BatchGetTsConditionsRequest) Reset ¶
func (m *BatchGetTsConditionsRequest) Reset()
func (*BatchGetTsConditionsRequest) SetFieldMask ¶
func (m *BatchGetTsConditionsRequest) SetFieldMask(fv *ts_condition.TsCondition_FieldMask)
func (*BatchGetTsConditionsRequest) SetNames ¶
func (m *BatchGetTsConditionsRequest) SetNames(fv []*ts_condition.Name)
func (*BatchGetTsConditionsRequest) SetView ¶
func (m *BatchGetTsConditionsRequest) SetView(fv view.View)
func (*BatchGetTsConditionsRequest) String ¶
func (m *BatchGetTsConditionsRequest) String() string
func (*BatchGetTsConditionsRequest) Unmarshal ¶
func (m *BatchGetTsConditionsRequest) Unmarshal(b []byte) error
func (*BatchGetTsConditionsRequest) UnmarshalJSON ¶
func (m *BatchGetTsConditionsRequest) UnmarshalJSON(data []byte) error
type BatchGetTsConditionsResponse ¶
type BatchGetTsConditionsResponse struct {
// found TsConditions
TsConditions []*ts_condition.TsCondition `protobuf:"bytes,1,rep,name=ts_conditions,json=tsConditions,proto3" json:"ts_conditions,omitempty"`
// list of not found TsConditions
Missing []*ts_condition.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty"`
// contains filtered or unexported fields
}
A response message of the BatchGetTsConditions method.
func (*BatchGetTsConditionsResponse) Descriptor ¶
func (*BatchGetTsConditionsResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetTsConditionsResponse.ProtoReflect.Descriptor instead.
func (*BatchGetTsConditionsResponse) GetMissing ¶
func (m *BatchGetTsConditionsResponse) GetMissing() []*ts_condition.Name
func (*BatchGetTsConditionsResponse) GetTsConditions ¶
func (m *BatchGetTsConditionsResponse) GetTsConditions() []*ts_condition.TsCondition
func (*BatchGetTsConditionsResponse) GotenMessage ¶
func (*BatchGetTsConditionsResponse) GotenMessage()
func (*BatchGetTsConditionsResponse) GotenValidate ¶
func (obj *BatchGetTsConditionsResponse) GotenValidate() error
func (*BatchGetTsConditionsResponse) Marshal ¶
func (m *BatchGetTsConditionsResponse) Marshal() ([]byte, error)
func (*BatchGetTsConditionsResponse) MarshalJSON ¶
func (m *BatchGetTsConditionsResponse) MarshalJSON() ([]byte, error)
func (*BatchGetTsConditionsResponse) ProtoMessage ¶
func (*BatchGetTsConditionsResponse) ProtoMessage()
func (*BatchGetTsConditionsResponse) ProtoReflect ¶
func (m *BatchGetTsConditionsResponse) ProtoReflect() preflect.Message
func (*BatchGetTsConditionsResponse) Reset ¶
func (m *BatchGetTsConditionsResponse) Reset()
func (*BatchGetTsConditionsResponse) SetMissing ¶
func (m *BatchGetTsConditionsResponse) SetMissing(fv []*ts_condition.Name)
func (*BatchGetTsConditionsResponse) SetTsConditions ¶
func (m *BatchGetTsConditionsResponse) SetTsConditions(fv []*ts_condition.TsCondition)
func (*BatchGetTsConditionsResponse) String ¶
func (m *BatchGetTsConditionsResponse) String() string
func (*BatchGetTsConditionsResponse) Unmarshal ¶
func (m *BatchGetTsConditionsResponse) Unmarshal(b []byte) error
func (*BatchGetTsConditionsResponse) UnmarshalJSON ¶
func (m *BatchGetTsConditionsResponse) UnmarshalJSON(data []byte) error
type CreateTsConditionDescriptor ¶
type CreateTsConditionDescriptor struct{}
func GetCreateTsConditionDescriptor ¶
func GetCreateTsConditionDescriptor() *CreateTsConditionDescriptor
func (*CreateTsConditionDescriptor) GetApiDescriptor ¶
func (d *CreateTsConditionDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*CreateTsConditionDescriptor) GetApiName ¶
func (d *CreateTsConditionDescriptor) GetApiName() string
func (*CreateTsConditionDescriptor) GetClientMsgReflectHandle ¶
func (d *CreateTsConditionDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateTsConditionDescriptor) GetFullMethodName ¶
func (d *CreateTsConditionDescriptor) GetFullMethodName() string
func (*CreateTsConditionDescriptor) GetMethodName ¶
func (d *CreateTsConditionDescriptor) GetMethodName() string
func (*CreateTsConditionDescriptor) GetProtoPkgName ¶
func (d *CreateTsConditionDescriptor) GetProtoPkgName() string
func (*CreateTsConditionDescriptor) GetResourceDescriptor ¶
func (d *CreateTsConditionDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*CreateTsConditionDescriptor) GetServerMsgReflectHandle ¶
func (d *CreateTsConditionDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateTsConditionDescriptor) GetServiceDomain ¶
func (d *CreateTsConditionDescriptor) GetServiceDomain() string
func (*CreateTsConditionDescriptor) GetServiceVersion ¶
func (d *CreateTsConditionDescriptor) GetServiceVersion() string
func (*CreateTsConditionDescriptor) GetVerb ¶
func (d *CreateTsConditionDescriptor) GetVerb() string
func (*CreateTsConditionDescriptor) HasResource ¶
func (d *CreateTsConditionDescriptor) HasResource() bool
func (*CreateTsConditionDescriptor) IsClientStream ¶
func (d *CreateTsConditionDescriptor) IsClientStream() bool
func (*CreateTsConditionDescriptor) IsCollection ¶
func (d *CreateTsConditionDescriptor) IsCollection() bool
func (*CreateTsConditionDescriptor) IsPlural ¶
func (d *CreateTsConditionDescriptor) IsPlural() bool
func (*CreateTsConditionDescriptor) IsServerStream ¶
func (d *CreateTsConditionDescriptor) IsServerStream() bool
func (*CreateTsConditionDescriptor) IsUnary ¶
func (d *CreateTsConditionDescriptor) IsUnary() bool
func (*CreateTsConditionDescriptor) NewEmptyClientMsg ¶
func (d *CreateTsConditionDescriptor) NewEmptyClientMsg() proto.Message
func (*CreateTsConditionDescriptor) NewEmptyServerMsg ¶
func (d *CreateTsConditionDescriptor) NewEmptyServerMsg() proto.Message
func (*CreateTsConditionDescriptor) RequestHasResourceBody ¶
func (d *CreateTsConditionDescriptor) RequestHasResourceBody() bool
type CreateTsConditionDescriptorClientMsgHandle ¶
type CreateTsConditionDescriptorClientMsgHandle struct{}
func (*CreateTsConditionDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *CreateTsConditionDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateTsConditionDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *CreateTsConditionDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateTsConditionDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *CreateTsConditionDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateTsConditionDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *CreateTsConditionDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateTsConditionDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *CreateTsConditionDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateTsConditionDescriptorServerMsgHandle ¶
type CreateTsConditionDescriptorServerMsgHandle struct{}
func (*CreateTsConditionDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *CreateTsConditionDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateTsConditionDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *CreateTsConditionDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateTsConditionDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *CreateTsConditionDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateTsConditionDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *CreateTsConditionDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateTsConditionDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *CreateTsConditionDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateTsConditionRequest ¶
type CreateTsConditionRequest struct {
// Parent name of ntt.alerting.v1.TsCondition
Parent *ts_condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
// TsCondition resource body
TsCondition *ts_condition.TsCondition `protobuf:"bytes,2,opt,name=ts_condition,json=tsCondition,proto3" json:"ts_condition,omitempty"`
// Optional masking applied to response object to reduce message response
// size.
ResponseMask *CreateTsConditionRequest_ResponseMask `protobuf:"bytes,3,opt,name=response_mask,json=responseMask,proto3" json:"response_mask,omitempty"`
// contains filtered or unexported fields
}
A request message of the CreateTsCondition method.
func (*CreateTsConditionRequest) Descriptor ¶
func (*CreateTsConditionRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateTsConditionRequest.ProtoReflect.Descriptor instead.
func (*CreateTsConditionRequest) GetParent ¶
func (m *CreateTsConditionRequest) GetParent() *ts_condition.ParentName
func (*CreateTsConditionRequest) GetResponseMask ¶
func (m *CreateTsConditionRequest) GetResponseMask() *CreateTsConditionRequest_ResponseMask
func (*CreateTsConditionRequest) GetTsCondition ¶
func (m *CreateTsConditionRequest) GetTsCondition() *ts_condition.TsCondition
func (*CreateTsConditionRequest) GotenMessage ¶
func (*CreateTsConditionRequest) GotenMessage()
func (*CreateTsConditionRequest) GotenValidate ¶
func (obj *CreateTsConditionRequest) GotenValidate() error
func (*CreateTsConditionRequest) Marshal ¶
func (m *CreateTsConditionRequest) Marshal() ([]byte, error)
func (*CreateTsConditionRequest) MarshalJSON ¶
func (m *CreateTsConditionRequest) MarshalJSON() ([]byte, error)
func (*CreateTsConditionRequest) ProtoMessage ¶
func (*CreateTsConditionRequest) ProtoMessage()
func (*CreateTsConditionRequest) ProtoReflect ¶
func (m *CreateTsConditionRequest) ProtoReflect() preflect.Message
func (*CreateTsConditionRequest) Reset ¶
func (m *CreateTsConditionRequest) Reset()
func (*CreateTsConditionRequest) SetParent ¶
func (m *CreateTsConditionRequest) SetParent(fv *ts_condition.ParentName)
func (*CreateTsConditionRequest) SetResponseMask ¶
func (m *CreateTsConditionRequest) SetResponseMask(fv *CreateTsConditionRequest_ResponseMask)
func (*CreateTsConditionRequest) SetTsCondition ¶
func (m *CreateTsConditionRequest) SetTsCondition(fv *ts_condition.TsCondition)
func (*CreateTsConditionRequest) String ¶
func (m *CreateTsConditionRequest) String() string
func (*CreateTsConditionRequest) Unmarshal ¶
func (m *CreateTsConditionRequest) Unmarshal(b []byte) error
func (*CreateTsConditionRequest) UnmarshalJSON ¶
func (m *CreateTsConditionRequest) UnmarshalJSON(data []byte) error
type CreateTsConditionRequest_ResponseMask ¶
type CreateTsConditionRequest_ResponseMask struct {
// Types that are valid to be assigned to Masking:
// *CreateTsConditionRequest_ResponseMask_SkipEntireResponseBody
// *CreateTsConditionRequest_ResponseMask_BodyMask
Masking isCreateTsConditionRequest_ResponseMask_Masking `protobuf_oneof:"masking"`
// contains filtered or unexported fields
}
ResponseMask allows client to reduce response message size.
func (*CreateTsConditionRequest_ResponseMask) Descriptor ¶
func (*CreateTsConditionRequest_ResponseMask) Descriptor() ([]byte, []int)
Deprecated, Use CreateTsConditionRequest_ResponseMask.ProtoReflect.Descriptor instead.
func (*CreateTsConditionRequest_ResponseMask) GetBodyMask ¶
func (m *CreateTsConditionRequest_ResponseMask) GetBodyMask() *ts_condition.TsCondition_FieldMask
func (*CreateTsConditionRequest_ResponseMask) GetMasking ¶
func (m *CreateTsConditionRequest_ResponseMask) GetMasking() isCreateTsConditionRequest_ResponseMask_Masking
func (*CreateTsConditionRequest_ResponseMask) GetSkipEntireResponseBody ¶
func (m *CreateTsConditionRequest_ResponseMask) GetSkipEntireResponseBody() bool
func (*CreateTsConditionRequest_ResponseMask) GotenMessage ¶
func (*CreateTsConditionRequest_ResponseMask) GotenMessage()
func (*CreateTsConditionRequest_ResponseMask) GotenValidate ¶
func (obj *CreateTsConditionRequest_ResponseMask) GotenValidate() error
func (*CreateTsConditionRequest_ResponseMask) Marshal ¶
func (m *CreateTsConditionRequest_ResponseMask) Marshal() ([]byte, error)
func (*CreateTsConditionRequest_ResponseMask) MarshalJSON ¶
func (m *CreateTsConditionRequest_ResponseMask) MarshalJSON() ([]byte, error)
func (*CreateTsConditionRequest_ResponseMask) ProtoMessage ¶
func (*CreateTsConditionRequest_ResponseMask) ProtoMessage()
func (*CreateTsConditionRequest_ResponseMask) ProtoReflect ¶
func (m *CreateTsConditionRequest_ResponseMask) ProtoReflect() preflect.Message
func (*CreateTsConditionRequest_ResponseMask) Reset ¶
func (m *CreateTsConditionRequest_ResponseMask) Reset()
func (*CreateTsConditionRequest_ResponseMask) SetBodyMask ¶
func (m *CreateTsConditionRequest_ResponseMask) SetBodyMask(fv *ts_condition.TsCondition_FieldMask)
func (*CreateTsConditionRequest_ResponseMask) SetMasking ¶
func (m *CreateTsConditionRequest_ResponseMask) SetMasking(ofv isCreateTsConditionRequest_ResponseMask_Masking)
func (*CreateTsConditionRequest_ResponseMask) SetSkipEntireResponseBody ¶
func (m *CreateTsConditionRequest_ResponseMask) SetSkipEntireResponseBody(fv bool)
func (*CreateTsConditionRequest_ResponseMask) String ¶
func (m *CreateTsConditionRequest_ResponseMask) String() string
func (*CreateTsConditionRequest_ResponseMask) Unmarshal ¶
func (m *CreateTsConditionRequest_ResponseMask) Unmarshal(b []byte) error
func (*CreateTsConditionRequest_ResponseMask) UnmarshalJSON ¶
func (m *CreateTsConditionRequest_ResponseMask) UnmarshalJSON(data []byte) error
type CreateTsConditionRequest_ResponseMask_BodyMask ¶
type CreateTsConditionRequest_ResponseMask_BodyMask struct {
// If this field is populated, then resource in response will contain only
// specific fields.
BodyMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,2,opt,customtype=TsCondition_FieldMask,name=body_mask,json=bodyMask,proto3,oneof"`
}
type CreateTsConditionRequest_ResponseMask_SkipEntireResponseBody ¶
type CreateTsConditionRequest_ResponseMask_SkipEntireResponseBody struct {
// If this flag has value true, then response will contain just empty
// resource without any fields populated.
SkipEntireResponseBody bool `protobuf:"varint,1,opt,name=skip_entire_response_body,json=skipEntireResponseBody,proto3,oneof"`
}
type DeleteTsConditionDescriptor ¶
type DeleteTsConditionDescriptor struct{}
func GetDeleteTsConditionDescriptor ¶
func GetDeleteTsConditionDescriptor() *DeleteTsConditionDescriptor
func (*DeleteTsConditionDescriptor) GetApiDescriptor ¶
func (d *DeleteTsConditionDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*DeleteTsConditionDescriptor) GetApiName ¶
func (d *DeleteTsConditionDescriptor) GetApiName() string
func (*DeleteTsConditionDescriptor) GetClientMsgReflectHandle ¶
func (d *DeleteTsConditionDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteTsConditionDescriptor) GetFullMethodName ¶
func (d *DeleteTsConditionDescriptor) GetFullMethodName() string
func (*DeleteTsConditionDescriptor) GetMethodName ¶
func (d *DeleteTsConditionDescriptor) GetMethodName() string
func (*DeleteTsConditionDescriptor) GetProtoPkgName ¶
func (d *DeleteTsConditionDescriptor) GetProtoPkgName() string
func (*DeleteTsConditionDescriptor) GetResourceDescriptor ¶
func (d *DeleteTsConditionDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*DeleteTsConditionDescriptor) GetServerMsgReflectHandle ¶
func (d *DeleteTsConditionDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteTsConditionDescriptor) GetServiceDomain ¶
func (d *DeleteTsConditionDescriptor) GetServiceDomain() string
func (*DeleteTsConditionDescriptor) GetServiceVersion ¶
func (d *DeleteTsConditionDescriptor) GetServiceVersion() string
func (*DeleteTsConditionDescriptor) GetVerb ¶
func (d *DeleteTsConditionDescriptor) GetVerb() string
func (*DeleteTsConditionDescriptor) HasResource ¶
func (d *DeleteTsConditionDescriptor) HasResource() bool
func (*DeleteTsConditionDescriptor) IsClientStream ¶
func (d *DeleteTsConditionDescriptor) IsClientStream() bool
func (*DeleteTsConditionDescriptor) IsCollection ¶
func (d *DeleteTsConditionDescriptor) IsCollection() bool
func (*DeleteTsConditionDescriptor) IsPlural ¶
func (d *DeleteTsConditionDescriptor) IsPlural() bool
func (*DeleteTsConditionDescriptor) IsServerStream ¶
func (d *DeleteTsConditionDescriptor) IsServerStream() bool
func (*DeleteTsConditionDescriptor) IsUnary ¶
func (d *DeleteTsConditionDescriptor) IsUnary() bool
func (*DeleteTsConditionDescriptor) NewEmptyClientMsg ¶
func (d *DeleteTsConditionDescriptor) NewEmptyClientMsg() proto.Message
func (*DeleteTsConditionDescriptor) NewEmptyServerMsg ¶
func (d *DeleteTsConditionDescriptor) NewEmptyServerMsg() proto.Message
func (*DeleteTsConditionDescriptor) RequestHasResourceBody ¶
func (d *DeleteTsConditionDescriptor) RequestHasResourceBody() bool
type DeleteTsConditionDescriptorClientMsgHandle ¶
type DeleteTsConditionDescriptorClientMsgHandle struct{}
func (*DeleteTsConditionDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *DeleteTsConditionDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *DeleteTsConditionDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteTsConditionDescriptorServerMsgHandle ¶
type DeleteTsConditionDescriptorServerMsgHandle struct{}
func (*DeleteTsConditionDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *DeleteTsConditionDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *DeleteTsConditionDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteTsConditionRequest ¶
type DeleteTsConditionRequest struct {
// Name of ntt.alerting.v1.TsCondition
Name *ts_condition.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
// If set to true, and the resource is not found, method will be successful
// and will not return NotFound error.
AllowMissing bool `protobuf:"varint,2,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"`
// contains filtered or unexported fields
}
A request message of the DeleteTsCondition method.
func (*DeleteTsConditionRequest) Descriptor ¶
func (*DeleteTsConditionRequest) Descriptor() ([]byte, []int)
Deprecated, Use DeleteTsConditionRequest.ProtoReflect.Descriptor instead.
func (*DeleteTsConditionRequest) GetAllowMissing ¶ added in v1.14.3
func (m *DeleteTsConditionRequest) GetAllowMissing() bool
func (*DeleteTsConditionRequest) GetName ¶
func (m *DeleteTsConditionRequest) GetName() *ts_condition.Name
func (*DeleteTsConditionRequest) GotenMessage ¶
func (*DeleteTsConditionRequest) GotenMessage()
func (*DeleteTsConditionRequest) GotenValidate ¶
func (obj *DeleteTsConditionRequest) GotenValidate() error
func (*DeleteTsConditionRequest) Marshal ¶
func (m *DeleteTsConditionRequest) Marshal() ([]byte, error)
func (*DeleteTsConditionRequest) MarshalJSON ¶
func (m *DeleteTsConditionRequest) MarshalJSON() ([]byte, error)
func (*DeleteTsConditionRequest) ProtoMessage ¶
func (*DeleteTsConditionRequest) ProtoMessage()
func (*DeleteTsConditionRequest) ProtoReflect ¶
func (m *DeleteTsConditionRequest) ProtoReflect() preflect.Message
func (*DeleteTsConditionRequest) Reset ¶
func (m *DeleteTsConditionRequest) Reset()
func (*DeleteTsConditionRequest) SetAllowMissing ¶ added in v1.14.3
func (m *DeleteTsConditionRequest) SetAllowMissing(fv bool)
func (*DeleteTsConditionRequest) SetName ¶
func (m *DeleteTsConditionRequest) SetName(fv *ts_condition.Name)
func (*DeleteTsConditionRequest) String ¶
func (m *DeleteTsConditionRequest) String() string
func (*DeleteTsConditionRequest) Unmarshal ¶
func (m *DeleteTsConditionRequest) Unmarshal(b []byte) error
func (*DeleteTsConditionRequest) UnmarshalJSON ¶
func (m *DeleteTsConditionRequest) UnmarshalJSON(data []byte) error
type GetTsConditionDescriptor ¶
type GetTsConditionDescriptor struct{}
func GetGetTsConditionDescriptor ¶
func GetGetTsConditionDescriptor() *GetTsConditionDescriptor
func (*GetTsConditionDescriptor) GetApiDescriptor ¶
func (d *GetTsConditionDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*GetTsConditionDescriptor) GetApiName ¶
func (d *GetTsConditionDescriptor) GetApiName() string
func (*GetTsConditionDescriptor) GetClientMsgReflectHandle ¶
func (d *GetTsConditionDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetTsConditionDescriptor) GetFullMethodName ¶
func (d *GetTsConditionDescriptor) GetFullMethodName() string
func (*GetTsConditionDescriptor) GetMethodName ¶
func (d *GetTsConditionDescriptor) GetMethodName() string
func (*GetTsConditionDescriptor) GetProtoPkgName ¶
func (d *GetTsConditionDescriptor) GetProtoPkgName() string
func (*GetTsConditionDescriptor) GetResourceDescriptor ¶
func (d *GetTsConditionDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*GetTsConditionDescriptor) GetServerMsgReflectHandle ¶
func (d *GetTsConditionDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetTsConditionDescriptor) GetServiceDomain ¶
func (d *GetTsConditionDescriptor) GetServiceDomain() string
func (*GetTsConditionDescriptor) GetServiceVersion ¶
func (d *GetTsConditionDescriptor) GetServiceVersion() string
func (*GetTsConditionDescriptor) GetVerb ¶
func (d *GetTsConditionDescriptor) GetVerb() string
func (*GetTsConditionDescriptor) HasResource ¶
func (d *GetTsConditionDescriptor) HasResource() bool
func (*GetTsConditionDescriptor) IsClientStream ¶
func (d *GetTsConditionDescriptor) IsClientStream() bool
func (*GetTsConditionDescriptor) IsCollection ¶
func (d *GetTsConditionDescriptor) IsCollection() bool
func (*GetTsConditionDescriptor) IsPlural ¶
func (d *GetTsConditionDescriptor) IsPlural() bool
func (*GetTsConditionDescriptor) IsServerStream ¶
func (d *GetTsConditionDescriptor) IsServerStream() bool
func (*GetTsConditionDescriptor) IsUnary ¶
func (d *GetTsConditionDescriptor) IsUnary() bool
func (*GetTsConditionDescriptor) NewEmptyClientMsg ¶
func (d *GetTsConditionDescriptor) NewEmptyClientMsg() proto.Message
func (*GetTsConditionDescriptor) NewEmptyServerMsg ¶
func (d *GetTsConditionDescriptor) NewEmptyServerMsg() proto.Message
func (*GetTsConditionDescriptor) RequestHasResourceBody ¶
func (d *GetTsConditionDescriptor) RequestHasResourceBody() bool
type GetTsConditionDescriptorClientMsgHandle ¶
type GetTsConditionDescriptorClientMsgHandle struct{}
func (*GetTsConditionDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *GetTsConditionDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetTsConditionDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *GetTsConditionDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetTsConditionDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *GetTsConditionDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetTsConditionDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *GetTsConditionDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetTsConditionDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *GetTsConditionDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetTsConditionDescriptorServerMsgHandle ¶
type GetTsConditionDescriptorServerMsgHandle struct{}
func (*GetTsConditionDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *GetTsConditionDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetTsConditionDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *GetTsConditionDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetTsConditionDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *GetTsConditionDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetTsConditionDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *GetTsConditionDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetTsConditionDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *GetTsConditionDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetTsConditionRequest ¶
type GetTsConditionRequest struct {
// Name of ntt.alerting.v1.TsCondition
Name *ts_condition.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
// A list of extra fields to be obtained for each response item on top of
// fields defined by request field view
FieldMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,3,opt,customtype=TsCondition_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
// 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"`
// contains filtered or unexported fields
}
A request message of the GetTsCondition method.
func (*GetTsConditionRequest) Descriptor ¶
func (*GetTsConditionRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetTsConditionRequest.ProtoReflect.Descriptor instead.
func (*GetTsConditionRequest) GetFieldMask ¶
func (m *GetTsConditionRequest) GetFieldMask() *ts_condition.TsCondition_FieldMask
func (*GetTsConditionRequest) GetName ¶
func (m *GetTsConditionRequest) GetName() *ts_condition.Name
func (*GetTsConditionRequest) GetView ¶
func (m *GetTsConditionRequest) GetView() view.View
func (*GetTsConditionRequest) GotenMessage ¶
func (*GetTsConditionRequest) GotenMessage()
func (*GetTsConditionRequest) GotenValidate ¶
func (obj *GetTsConditionRequest) GotenValidate() error
func (*GetTsConditionRequest) Marshal ¶
func (m *GetTsConditionRequest) Marshal() ([]byte, error)
func (*GetTsConditionRequest) MarshalJSON ¶
func (m *GetTsConditionRequest) MarshalJSON() ([]byte, error)
func (*GetTsConditionRequest) ProtoMessage ¶
func (*GetTsConditionRequest) ProtoMessage()
func (*GetTsConditionRequest) ProtoReflect ¶
func (m *GetTsConditionRequest) ProtoReflect() preflect.Message
func (*GetTsConditionRequest) Reset ¶
func (m *GetTsConditionRequest) Reset()
func (*GetTsConditionRequest) SetFieldMask ¶
func (m *GetTsConditionRequest) SetFieldMask(fv *ts_condition.TsCondition_FieldMask)
func (*GetTsConditionRequest) SetName ¶
func (m *GetTsConditionRequest) SetName(fv *ts_condition.Name)
func (*GetTsConditionRequest) SetView ¶
func (m *GetTsConditionRequest) SetView(fv view.View)
func (*GetTsConditionRequest) String ¶
func (m *GetTsConditionRequest) String() string
func (*GetTsConditionRequest) Unmarshal ¶
func (m *GetTsConditionRequest) Unmarshal(b []byte) error
func (*GetTsConditionRequest) UnmarshalJSON ¶
func (m *GetTsConditionRequest) UnmarshalJSON(data []byte) error
type ListTsConditionsDescriptor ¶
type ListTsConditionsDescriptor struct{}
func GetListTsConditionsDescriptor ¶
func GetListTsConditionsDescriptor() *ListTsConditionsDescriptor
func (*ListTsConditionsDescriptor) GetApiDescriptor ¶
func (d *ListTsConditionsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListTsConditionsDescriptor) GetApiName ¶
func (d *ListTsConditionsDescriptor) GetApiName() string
func (*ListTsConditionsDescriptor) GetClientMsgReflectHandle ¶
func (d *ListTsConditionsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListTsConditionsDescriptor) GetFullMethodName ¶
func (d *ListTsConditionsDescriptor) GetFullMethodName() string
func (*ListTsConditionsDescriptor) GetMethodName ¶
func (d *ListTsConditionsDescriptor) GetMethodName() string
func (*ListTsConditionsDescriptor) GetProtoPkgName ¶
func (d *ListTsConditionsDescriptor) GetProtoPkgName() string
func (*ListTsConditionsDescriptor) GetResourceDescriptor ¶
func (d *ListTsConditionsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListTsConditionsDescriptor) GetServerMsgReflectHandle ¶
func (d *ListTsConditionsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListTsConditionsDescriptor) GetServiceDomain ¶
func (d *ListTsConditionsDescriptor) GetServiceDomain() string
func (*ListTsConditionsDescriptor) GetServiceVersion ¶
func (d *ListTsConditionsDescriptor) GetServiceVersion() string
func (*ListTsConditionsDescriptor) GetVerb ¶
func (d *ListTsConditionsDescriptor) GetVerb() string
func (*ListTsConditionsDescriptor) HasResource ¶
func (d *ListTsConditionsDescriptor) HasResource() bool
func (*ListTsConditionsDescriptor) IsClientStream ¶
func (d *ListTsConditionsDescriptor) IsClientStream() bool
func (*ListTsConditionsDescriptor) IsCollection ¶
func (d *ListTsConditionsDescriptor) IsCollection() bool
func (*ListTsConditionsDescriptor) IsPlural ¶
func (d *ListTsConditionsDescriptor) IsPlural() bool
func (*ListTsConditionsDescriptor) IsServerStream ¶
func (d *ListTsConditionsDescriptor) IsServerStream() bool
func (*ListTsConditionsDescriptor) IsUnary ¶
func (d *ListTsConditionsDescriptor) IsUnary() bool
func (*ListTsConditionsDescriptor) NewEmptyClientMsg ¶
func (d *ListTsConditionsDescriptor) NewEmptyClientMsg() proto.Message
func (*ListTsConditionsDescriptor) NewEmptyServerMsg ¶
func (d *ListTsConditionsDescriptor) NewEmptyServerMsg() proto.Message
func (*ListTsConditionsDescriptor) RequestHasResourceBody ¶
func (d *ListTsConditionsDescriptor) RequestHasResourceBody() bool
type ListTsConditionsDescriptorClientMsgHandle ¶
type ListTsConditionsDescriptorClientMsgHandle struct{}
func (*ListTsConditionsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *ListTsConditionsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *ListTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListTsConditionsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *ListTsConditionsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListTsConditionsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *ListTsConditionsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListTsConditionsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *ListTsConditionsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListTsConditionsDescriptorServerMsgHandle ¶
type ListTsConditionsDescriptorServerMsgHandle struct{}
func (*ListTsConditionsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *ListTsConditionsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *ListTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListTsConditionsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *ListTsConditionsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListTsConditionsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *ListTsConditionsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListTsConditionsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *ListTsConditionsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListTsConditionsRequest ¶
type ListTsConditionsRequest struct {
// Parent name of ntt.alerting.v1.TsCondition
Parent *ts_condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
// Requested page size. Server may return fewer TsConditions 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"`
// A token identifying a page of results the server should return.
// Typically, this is the value of
// ListTsConditionsResponse.next_page_token.
PageToken *ts_condition.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
// 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 *ts_condition.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
// 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 *ts_condition.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"`
// A list of extra fields to be obtained for each response item on top of
// fields defined by request field view
FieldMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,6,opt,customtype=TsCondition_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
// 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"`
// Indicates if list response should contain total count and offset (fields
// current_offset and total_results_count).
IncludePagingInfo bool `protobuf:"varint,8,opt,name=include_paging_info,json=includePagingInfo,proto3" json:"include_paging_info,omitempty"`
// contains filtered or unexported fields
}
A request message of the ListTsConditions method.
func (*ListTsConditionsRequest) Descriptor ¶
func (*ListTsConditionsRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListTsConditionsRequest.ProtoReflect.Descriptor instead.
func (*ListTsConditionsRequest) GetFieldMask ¶
func (m *ListTsConditionsRequest) GetFieldMask() *ts_condition.TsCondition_FieldMask
func (*ListTsConditionsRequest) GetFilter ¶
func (m *ListTsConditionsRequest) GetFilter() *ts_condition.Filter
func (*ListTsConditionsRequest) GetIncludePagingInfo ¶
func (m *ListTsConditionsRequest) GetIncludePagingInfo() bool
func (*ListTsConditionsRequest) GetOrderBy ¶
func (m *ListTsConditionsRequest) GetOrderBy() *ts_condition.OrderBy
func (*ListTsConditionsRequest) GetPageSize ¶
func (m *ListTsConditionsRequest) GetPageSize() int32
func (*ListTsConditionsRequest) GetPageToken ¶
func (m *ListTsConditionsRequest) GetPageToken() *ts_condition.PagerCursor
func (*ListTsConditionsRequest) GetParent ¶
func (m *ListTsConditionsRequest) GetParent() *ts_condition.ParentName
func (*ListTsConditionsRequest) GetView ¶
func (m *ListTsConditionsRequest) GetView() view.View
func (*ListTsConditionsRequest) GotenMessage ¶
func (*ListTsConditionsRequest) GotenMessage()
func (*ListTsConditionsRequest) GotenValidate ¶
func (obj *ListTsConditionsRequest) GotenValidate() error
func (*ListTsConditionsRequest) Marshal ¶
func (m *ListTsConditionsRequest) Marshal() ([]byte, error)
func (*ListTsConditionsRequest) MarshalJSON ¶
func (m *ListTsConditionsRequest) MarshalJSON() ([]byte, error)
func (*ListTsConditionsRequest) ProtoMessage ¶
func (*ListTsConditionsRequest) ProtoMessage()
func (*ListTsConditionsRequest) ProtoReflect ¶
func (m *ListTsConditionsRequest) ProtoReflect() preflect.Message
func (*ListTsConditionsRequest) Reset ¶
func (m *ListTsConditionsRequest) Reset()
func (*ListTsConditionsRequest) SetFieldMask ¶
func (m *ListTsConditionsRequest) SetFieldMask(fv *ts_condition.TsCondition_FieldMask)
func (*ListTsConditionsRequest) SetFilter ¶
func (m *ListTsConditionsRequest) SetFilter(fv *ts_condition.Filter)
func (*ListTsConditionsRequest) SetIncludePagingInfo ¶
func (m *ListTsConditionsRequest) SetIncludePagingInfo(fv bool)
func (*ListTsConditionsRequest) SetOrderBy ¶
func (m *ListTsConditionsRequest) SetOrderBy(fv *ts_condition.OrderBy)
func (*ListTsConditionsRequest) SetPageSize ¶
func (m *ListTsConditionsRequest) SetPageSize(fv int32)
func (*ListTsConditionsRequest) SetPageToken ¶
func (m *ListTsConditionsRequest) SetPageToken(fv *ts_condition.PagerCursor)
func (*ListTsConditionsRequest) SetParent ¶
func (m *ListTsConditionsRequest) SetParent(fv *ts_condition.ParentName)
func (*ListTsConditionsRequest) SetView ¶
func (m *ListTsConditionsRequest) SetView(fv view.View)
func (*ListTsConditionsRequest) String ¶
func (m *ListTsConditionsRequest) String() string
func (*ListTsConditionsRequest) Unmarshal ¶
func (m *ListTsConditionsRequest) Unmarshal(b []byte) error
func (*ListTsConditionsRequest) UnmarshalJSON ¶
func (m *ListTsConditionsRequest) UnmarshalJSON(data []byte) error
type ListTsConditionsResponse ¶
type ListTsConditionsResponse struct {
// The list of TsConditions
TsConditions []*ts_condition.TsCondition `protobuf:"bytes,1,rep,name=ts_conditions,json=tsConditions,proto3" json:"ts_conditions,omitempty"`
// A token to retrieve previous page of results.
//
// Pass this value in the ListTsConditionsRequest.page_token.
PrevPageToken *ts_condition.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=prev_page_token,json=prevPageToken,proto3" json:"prev_page_token,omitempty"`
// A token to retrieve next page of results.
//
// Pass this value in the ListTsConditionsRequest.page_token.
NextPageToken *ts_condition.PagerCursor `protobuf:"bytes,4,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
// 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 `protobuf:"varint,5,opt,name=current_offset,json=currentOffset,proto3" json:"current_offset,omitempty"`
// Number of total TsConditions 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 `protobuf:"varint,6,opt,name=total_results_count,json=totalResultsCount,proto3" json:"total_results_count,omitempty"`
// contains filtered or unexported fields
}
A response message of the ListTsConditions method.
func (*ListTsConditionsResponse) Descriptor ¶
func (*ListTsConditionsResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListTsConditionsResponse.ProtoReflect.Descriptor instead.
func (*ListTsConditionsResponse) GetCurrentOffset ¶
func (m *ListTsConditionsResponse) GetCurrentOffset() int32
func (*ListTsConditionsResponse) GetNextPageToken ¶
func (m *ListTsConditionsResponse) GetNextPageToken() *ts_condition.PagerCursor
func (*ListTsConditionsResponse) GetPrevPageToken ¶
func (m *ListTsConditionsResponse) GetPrevPageToken() *ts_condition.PagerCursor
func (*ListTsConditionsResponse) GetTotalResultsCount ¶
func (m *ListTsConditionsResponse) GetTotalResultsCount() int32
func (*ListTsConditionsResponse) GetTsConditions ¶
func (m *ListTsConditionsResponse) GetTsConditions() []*ts_condition.TsCondition
func (*ListTsConditionsResponse) GotenMessage ¶
func (*ListTsConditionsResponse) GotenMessage()
func (*ListTsConditionsResponse) GotenValidate ¶
func (obj *ListTsConditionsResponse) GotenValidate() error
func (*ListTsConditionsResponse) Marshal ¶
func (m *ListTsConditionsResponse) Marshal() ([]byte, error)
func (*ListTsConditionsResponse) MarshalJSON ¶
func (m *ListTsConditionsResponse) MarshalJSON() ([]byte, error)
func (*ListTsConditionsResponse) ProtoMessage ¶
func (*ListTsConditionsResponse) ProtoMessage()
func (*ListTsConditionsResponse) ProtoReflect ¶
func (m *ListTsConditionsResponse) ProtoReflect() preflect.Message
func (*ListTsConditionsResponse) Reset ¶
func (m *ListTsConditionsResponse) Reset()
func (*ListTsConditionsResponse) SetCurrentOffset ¶
func (m *ListTsConditionsResponse) SetCurrentOffset(fv int32)
func (*ListTsConditionsResponse) SetNextPageToken ¶
func (m *ListTsConditionsResponse) SetNextPageToken(fv *ts_condition.PagerCursor)
func (*ListTsConditionsResponse) SetPrevPageToken ¶
func (m *ListTsConditionsResponse) SetPrevPageToken(fv *ts_condition.PagerCursor)
func (*ListTsConditionsResponse) SetTotalResultsCount ¶
func (m *ListTsConditionsResponse) SetTotalResultsCount(fv int32)
func (*ListTsConditionsResponse) SetTsConditions ¶
func (m *ListTsConditionsResponse) SetTsConditions(fv []*ts_condition.TsCondition)
func (*ListTsConditionsResponse) String ¶
func (m *ListTsConditionsResponse) String() string
func (*ListTsConditionsResponse) Unmarshal ¶
func (m *ListTsConditionsResponse) Unmarshal(b []byte) error
func (*ListTsConditionsResponse) UnmarshalJSON ¶
func (m *ListTsConditionsResponse) UnmarshalJSON(data []byte) error
type SearchTsConditionsDescriptor ¶
type SearchTsConditionsDescriptor struct{}
func GetSearchTsConditionsDescriptor ¶
func GetSearchTsConditionsDescriptor() *SearchTsConditionsDescriptor
func (*SearchTsConditionsDescriptor) GetApiDescriptor ¶
func (d *SearchTsConditionsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*SearchTsConditionsDescriptor) GetApiName ¶
func (d *SearchTsConditionsDescriptor) GetApiName() string
func (*SearchTsConditionsDescriptor) GetClientMsgReflectHandle ¶
func (d *SearchTsConditionsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*SearchTsConditionsDescriptor) GetFullMethodName ¶
func (d *SearchTsConditionsDescriptor) GetFullMethodName() string
func (*SearchTsConditionsDescriptor) GetMethodName ¶
func (d *SearchTsConditionsDescriptor) GetMethodName() string
func (*SearchTsConditionsDescriptor) GetProtoPkgName ¶
func (d *SearchTsConditionsDescriptor) GetProtoPkgName() string
func (*SearchTsConditionsDescriptor) GetResourceDescriptor ¶
func (d *SearchTsConditionsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*SearchTsConditionsDescriptor) GetServerMsgReflectHandle ¶
func (d *SearchTsConditionsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*SearchTsConditionsDescriptor) GetServiceDomain ¶
func (d *SearchTsConditionsDescriptor) GetServiceDomain() string
func (*SearchTsConditionsDescriptor) GetServiceVersion ¶
func (d *SearchTsConditionsDescriptor) GetServiceVersion() string
func (*SearchTsConditionsDescriptor) GetVerb ¶
func (d *SearchTsConditionsDescriptor) GetVerb() string
func (*SearchTsConditionsDescriptor) HasResource ¶
func (d *SearchTsConditionsDescriptor) HasResource() bool
func (*SearchTsConditionsDescriptor) IsClientStream ¶
func (d *SearchTsConditionsDescriptor) IsClientStream() bool
func (*SearchTsConditionsDescriptor) IsCollection ¶
func (d *SearchTsConditionsDescriptor) IsCollection() bool
func (*SearchTsConditionsDescriptor) IsPlural ¶
func (d *SearchTsConditionsDescriptor) IsPlural() bool
func (*SearchTsConditionsDescriptor) IsServerStream ¶
func (d *SearchTsConditionsDescriptor) IsServerStream() bool
func (*SearchTsConditionsDescriptor) IsUnary ¶
func (d *SearchTsConditionsDescriptor) IsUnary() bool
func (*SearchTsConditionsDescriptor) NewEmptyClientMsg ¶
func (d *SearchTsConditionsDescriptor) NewEmptyClientMsg() proto.Message
func (*SearchTsConditionsDescriptor) NewEmptyServerMsg ¶
func (d *SearchTsConditionsDescriptor) NewEmptyServerMsg() proto.Message
func (*SearchTsConditionsDescriptor) RequestHasResourceBody ¶
func (d *SearchTsConditionsDescriptor) RequestHasResourceBody() bool
type SearchTsConditionsDescriptorClientMsgHandle ¶
type SearchTsConditionsDescriptorClientMsgHandle struct{}
func (*SearchTsConditionsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *SearchTsConditionsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *SearchTsConditionsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type SearchTsConditionsDescriptorServerMsgHandle ¶
type SearchTsConditionsDescriptorServerMsgHandle struct{}
func (*SearchTsConditionsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *SearchTsConditionsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *SearchTsConditionsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type SearchTsConditionsRequest ¶
type SearchTsConditionsRequest struct {
// Parent name of ntt.alerting.v1.TsCondition
Parent *ts_condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
// Requested page size. Server may return fewer TsConditions 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"`
// A token identifying a page of results the server should return.
// Typically, this is the value of
// SearchTsConditionsResponse.next_page_token.
PageToken *ts_condition.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
// 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 *ts_condition.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
// 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 *ts_condition.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"`
// A list of extra fields to be obtained for each response item on top of
// fields defined by request field view
FieldMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,6,opt,customtype=TsCondition_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
// 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"`
// Optional search phrase used to further filter results.
Phrase string `protobuf:"bytes,8,opt,name=phrase,proto3" json:"phrase,omitempty"`
// contains filtered or unexported fields
}
A request message of the SearchTsConditions method.
func (*SearchTsConditionsRequest) Descriptor ¶
func (*SearchTsConditionsRequest) Descriptor() ([]byte, []int)
Deprecated, Use SearchTsConditionsRequest.ProtoReflect.Descriptor instead.
func (*SearchTsConditionsRequest) GetFieldMask ¶
func (m *SearchTsConditionsRequest) GetFieldMask() *ts_condition.TsCondition_FieldMask
func (*SearchTsConditionsRequest) GetFilter ¶
func (m *SearchTsConditionsRequest) GetFilter() *ts_condition.Filter
func (*SearchTsConditionsRequest) GetOrderBy ¶
func (m *SearchTsConditionsRequest) GetOrderBy() *ts_condition.OrderBy
func (*SearchTsConditionsRequest) GetPageSize ¶
func (m *SearchTsConditionsRequest) GetPageSize() int32
func (*SearchTsConditionsRequest) GetPageToken ¶
func (m *SearchTsConditionsRequest) GetPageToken() *ts_condition.PagerCursor
func (*SearchTsConditionsRequest) GetParent ¶
func (m *SearchTsConditionsRequest) GetParent() *ts_condition.ParentName
func (*SearchTsConditionsRequest) GetPhrase ¶
func (m *SearchTsConditionsRequest) GetPhrase() string
func (*SearchTsConditionsRequest) GetView ¶
func (m *SearchTsConditionsRequest) GetView() view.View
func (*SearchTsConditionsRequest) GotenMessage ¶
func (*SearchTsConditionsRequest) GotenMessage()
func (*SearchTsConditionsRequest) GotenValidate ¶
func (obj *SearchTsConditionsRequest) GotenValidate() error
func (*SearchTsConditionsRequest) Marshal ¶
func (m *SearchTsConditionsRequest) Marshal() ([]byte, error)
func (*SearchTsConditionsRequest) MarshalJSON ¶
func (m *SearchTsConditionsRequest) MarshalJSON() ([]byte, error)
func (*SearchTsConditionsRequest) ProtoMessage ¶
func (*SearchTsConditionsRequest) ProtoMessage()
func (*SearchTsConditionsRequest) ProtoReflect ¶
func (m *SearchTsConditionsRequest) ProtoReflect() preflect.Message
func (*SearchTsConditionsRequest) Reset ¶
func (m *SearchTsConditionsRequest) Reset()
func (*SearchTsConditionsRequest) SetFieldMask ¶
func (m *SearchTsConditionsRequest) SetFieldMask(fv *ts_condition.TsCondition_FieldMask)
func (*SearchTsConditionsRequest) SetFilter ¶
func (m *SearchTsConditionsRequest) SetFilter(fv *ts_condition.Filter)
func (*SearchTsConditionsRequest) SetOrderBy ¶
func (m *SearchTsConditionsRequest) SetOrderBy(fv *ts_condition.OrderBy)
func (*SearchTsConditionsRequest) SetPageSize ¶
func (m *SearchTsConditionsRequest) SetPageSize(fv int32)
func (*SearchTsConditionsRequest) SetPageToken ¶
func (m *SearchTsConditionsRequest) SetPageToken(fv *ts_condition.PagerCursor)
func (*SearchTsConditionsRequest) SetParent ¶
func (m *SearchTsConditionsRequest) SetParent(fv *ts_condition.ParentName)
func (*SearchTsConditionsRequest) SetPhrase ¶
func (m *SearchTsConditionsRequest) SetPhrase(fv string)
func (*SearchTsConditionsRequest) SetView ¶
func (m *SearchTsConditionsRequest) SetView(fv view.View)
func (*SearchTsConditionsRequest) String ¶
func (m *SearchTsConditionsRequest) String() string
func (*SearchTsConditionsRequest) Unmarshal ¶
func (m *SearchTsConditionsRequest) Unmarshal(b []byte) error
func (*SearchTsConditionsRequest) UnmarshalJSON ¶
func (m *SearchTsConditionsRequest) UnmarshalJSON(data []byte) error
type SearchTsConditionsResponse ¶
type SearchTsConditionsResponse struct {
// The list of TsConditions
TsConditions []*ts_condition.TsCondition `protobuf:"bytes,1,rep,name=ts_conditions,json=tsConditions,proto3" json:"ts_conditions,omitempty"`
// A token to retrieve previous page of results.
//
// Pass this value in the SearchTsConditionsRequest.page_token.
PrevPageToken *ts_condition.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=prev_page_token,json=prevPageToken,proto3" json:"prev_page_token,omitempty"`
// A token to retrieve next page of results.
//
// Pass this value in the SearchTsConditionsRequest.page_token.
NextPageToken *ts_condition.PagerCursor `protobuf:"bytes,4,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
// Current offset from the first page (0 if no page tokens were given). Page
// index can be computed from offset and limit provided in a request
CurrentOffset int32 `protobuf:"varint,5,opt,name=current_offset,json=currentOffset,proto3" json:"current_offset,omitempty"`
// Number of total TsConditions across all pages.
TotalResultsCount int32 `protobuf:"varint,6,opt,name=total_results_count,json=totalResultsCount,proto3" json:"total_results_count,omitempty"`
// contains filtered or unexported fields
}
A response message of the SearchTsConditions method.
func (*SearchTsConditionsResponse) Descriptor ¶
func (*SearchTsConditionsResponse) Descriptor() ([]byte, []int)
Deprecated, Use SearchTsConditionsResponse.ProtoReflect.Descriptor instead.
func (*SearchTsConditionsResponse) GetCurrentOffset ¶
func (m *SearchTsConditionsResponse) GetCurrentOffset() int32
func (*SearchTsConditionsResponse) GetNextPageToken ¶
func (m *SearchTsConditionsResponse) GetNextPageToken() *ts_condition.PagerCursor
func (*SearchTsConditionsResponse) GetPrevPageToken ¶
func (m *SearchTsConditionsResponse) GetPrevPageToken() *ts_condition.PagerCursor
func (*SearchTsConditionsResponse) GetTotalResultsCount ¶
func (m *SearchTsConditionsResponse) GetTotalResultsCount() int32
func (*SearchTsConditionsResponse) GetTsConditions ¶
func (m *SearchTsConditionsResponse) GetTsConditions() []*ts_condition.TsCondition
func (*SearchTsConditionsResponse) GotenMessage ¶
func (*SearchTsConditionsResponse) GotenMessage()
func (*SearchTsConditionsResponse) GotenValidate ¶
func (obj *SearchTsConditionsResponse) GotenValidate() error
func (*SearchTsConditionsResponse) Marshal ¶
func (m *SearchTsConditionsResponse) Marshal() ([]byte, error)
func (*SearchTsConditionsResponse) MarshalJSON ¶
func (m *SearchTsConditionsResponse) MarshalJSON() ([]byte, error)
func (*SearchTsConditionsResponse) ProtoMessage ¶
func (*SearchTsConditionsResponse) ProtoMessage()
func (*SearchTsConditionsResponse) ProtoReflect ¶
func (m *SearchTsConditionsResponse) ProtoReflect() preflect.Message
func (*SearchTsConditionsResponse) Reset ¶
func (m *SearchTsConditionsResponse) Reset()
func (*SearchTsConditionsResponse) SetCurrentOffset ¶
func (m *SearchTsConditionsResponse) SetCurrentOffset(fv int32)
func (*SearchTsConditionsResponse) SetNextPageToken ¶
func (m *SearchTsConditionsResponse) SetNextPageToken(fv *ts_condition.PagerCursor)
func (*SearchTsConditionsResponse) SetPrevPageToken ¶
func (m *SearchTsConditionsResponse) SetPrevPageToken(fv *ts_condition.PagerCursor)
func (*SearchTsConditionsResponse) SetTotalResultsCount ¶
func (m *SearchTsConditionsResponse) SetTotalResultsCount(fv int32)
func (*SearchTsConditionsResponse) SetTsConditions ¶
func (m *SearchTsConditionsResponse) SetTsConditions(fv []*ts_condition.TsCondition)
func (*SearchTsConditionsResponse) String ¶
func (m *SearchTsConditionsResponse) String() string
func (*SearchTsConditionsResponse) Unmarshal ¶
func (m *SearchTsConditionsResponse) Unmarshal(b []byte) error
func (*SearchTsConditionsResponse) UnmarshalJSON ¶
func (m *SearchTsConditionsResponse) UnmarshalJSON(data []byte) error
type TsConditionServiceClient ¶
type TsConditionServiceClient interface {
GetTsCondition(ctx context.Context, in *GetTsConditionRequest, opts ...grpc.CallOption) (*ts_condition.TsCondition, error)
BatchGetTsConditions(ctx context.Context, in *BatchGetTsConditionsRequest, opts ...grpc.CallOption) (*BatchGetTsConditionsResponse, error)
ListTsConditions(ctx context.Context, in *ListTsConditionsRequest, opts ...grpc.CallOption) (*ListTsConditionsResponse, error)
WatchTsCondition(ctx context.Context, in *WatchTsConditionRequest, opts ...grpc.CallOption) (WatchTsConditionClientStream, error)
WatchTsConditions(ctx context.Context, in *WatchTsConditionsRequest, opts ...grpc.CallOption) (WatchTsConditionsClientStream, error)
CreateTsCondition(ctx context.Context, in *CreateTsConditionRequest, opts ...grpc.CallOption) (*ts_condition.TsCondition, error)
UpdateTsCondition(ctx context.Context, in *UpdateTsConditionRequest, opts ...grpc.CallOption) (*ts_condition.TsCondition, error)
DeleteTsCondition(ctx context.Context, in *DeleteTsConditionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
SearchTsConditions(ctx context.Context, in *SearchTsConditionsRequest, opts ...grpc.CallOption) (*SearchTsConditionsResponse, error)
}
TsConditionServiceClient is the client API for TsConditionService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewTsConditionServiceClient ¶
func NewTsConditionServiceClient(cc grpc.ClientConnInterface) TsConditionServiceClient
type TsConditionServiceDescriptor ¶
type TsConditionServiceDescriptor struct{}
func GetTsConditionServiceDescriptor ¶
func GetTsConditionServiceDescriptor() *TsConditionServiceDescriptor
func (*TsConditionServiceDescriptor) AllMethodDescriptors ¶
func (d *TsConditionServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*TsConditionServiceDescriptor) GetApiName ¶
func (d *TsConditionServiceDescriptor) GetApiName() string
func (*TsConditionServiceDescriptor) GetFullAPIName ¶
func (d *TsConditionServiceDescriptor) GetFullAPIName() string
func (*TsConditionServiceDescriptor) GetProtoPkgName ¶
func (d *TsConditionServiceDescriptor) GetProtoPkgName() string
func (*TsConditionServiceDescriptor) GetServiceDomain ¶
func (d *TsConditionServiceDescriptor) GetServiceDomain() string
func (*TsConditionServiceDescriptor) GetServiceVersion ¶
func (d *TsConditionServiceDescriptor) GetServiceVersion() string
type UpdateTsConditionDescriptor ¶
type UpdateTsConditionDescriptor struct{}
func GetUpdateTsConditionDescriptor ¶
func GetUpdateTsConditionDescriptor() *UpdateTsConditionDescriptor
func (*UpdateTsConditionDescriptor) GetApiDescriptor ¶
func (d *UpdateTsConditionDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*UpdateTsConditionDescriptor) GetApiName ¶
func (d *UpdateTsConditionDescriptor) GetApiName() string
func (*UpdateTsConditionDescriptor) GetClientMsgReflectHandle ¶
func (d *UpdateTsConditionDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateTsConditionDescriptor) GetFullMethodName ¶
func (d *UpdateTsConditionDescriptor) GetFullMethodName() string
func (*UpdateTsConditionDescriptor) GetMethodName ¶
func (d *UpdateTsConditionDescriptor) GetMethodName() string
func (*UpdateTsConditionDescriptor) GetProtoPkgName ¶
func (d *UpdateTsConditionDescriptor) GetProtoPkgName() string
func (*UpdateTsConditionDescriptor) GetResourceDescriptor ¶
func (d *UpdateTsConditionDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*UpdateTsConditionDescriptor) GetServerMsgReflectHandle ¶
func (d *UpdateTsConditionDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateTsConditionDescriptor) GetServiceDomain ¶
func (d *UpdateTsConditionDescriptor) GetServiceDomain() string
func (*UpdateTsConditionDescriptor) GetServiceVersion ¶
func (d *UpdateTsConditionDescriptor) GetServiceVersion() string
func (*UpdateTsConditionDescriptor) GetVerb ¶
func (d *UpdateTsConditionDescriptor) GetVerb() string
func (*UpdateTsConditionDescriptor) HasResource ¶
func (d *UpdateTsConditionDescriptor) HasResource() bool
func (*UpdateTsConditionDescriptor) IsClientStream ¶
func (d *UpdateTsConditionDescriptor) IsClientStream() bool
func (*UpdateTsConditionDescriptor) IsCollection ¶
func (d *UpdateTsConditionDescriptor) IsCollection() bool
func (*UpdateTsConditionDescriptor) IsPlural ¶
func (d *UpdateTsConditionDescriptor) IsPlural() bool
func (*UpdateTsConditionDescriptor) IsServerStream ¶
func (d *UpdateTsConditionDescriptor) IsServerStream() bool
func (*UpdateTsConditionDescriptor) IsUnary ¶
func (d *UpdateTsConditionDescriptor) IsUnary() bool
func (*UpdateTsConditionDescriptor) NewEmptyClientMsg ¶
func (d *UpdateTsConditionDescriptor) NewEmptyClientMsg() proto.Message
func (*UpdateTsConditionDescriptor) NewEmptyServerMsg ¶
func (d *UpdateTsConditionDescriptor) NewEmptyServerMsg() proto.Message
func (*UpdateTsConditionDescriptor) RequestHasResourceBody ¶
func (d *UpdateTsConditionDescriptor) RequestHasResourceBody() bool
type UpdateTsConditionDescriptorClientMsgHandle ¶
type UpdateTsConditionDescriptorClientMsgHandle struct{}
func (*UpdateTsConditionDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *UpdateTsConditionDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *UpdateTsConditionDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateTsConditionDescriptorServerMsgHandle ¶
type UpdateTsConditionDescriptorServerMsgHandle struct{}
func (*UpdateTsConditionDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *UpdateTsConditionDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *UpdateTsConditionDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateTsConditionRequest ¶
type UpdateTsConditionRequest struct {
// TsCondition resource body
TsCondition *ts_condition.TsCondition `protobuf:"bytes,2,opt,name=ts_condition,json=tsCondition,proto3" json:"ts_condition,omitempty"`
// FieldMask applied to request - change will be applied only for fields in
// the mask
UpdateMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,3,opt,customtype=TsCondition_FieldMask,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
// 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 *UpdateTsConditionRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty"`
// 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"`
// reduce message response size.
ResponseMask *UpdateTsConditionRequest_ResponseMask `protobuf:"bytes,6,opt,name=response_mask,json=responseMask,proto3" json:"response_mask,omitempty"`
// contains filtered or unexported fields
}
A request message of the UpdateTsCondition method.
func (*UpdateTsConditionRequest) Descriptor ¶
func (*UpdateTsConditionRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdateTsConditionRequest.ProtoReflect.Descriptor instead.
func (*UpdateTsConditionRequest) GetAllowMissing ¶
func (m *UpdateTsConditionRequest) GetAllowMissing() bool
func (*UpdateTsConditionRequest) GetCas ¶
func (m *UpdateTsConditionRequest) GetCas() *UpdateTsConditionRequest_CAS
func (*UpdateTsConditionRequest) GetResponseMask ¶
func (m *UpdateTsConditionRequest) GetResponseMask() *UpdateTsConditionRequest_ResponseMask
func (*UpdateTsConditionRequest) GetTsCondition ¶
func (m *UpdateTsConditionRequest) GetTsCondition() *ts_condition.TsCondition
func (*UpdateTsConditionRequest) GetUpdateMask ¶
func (m *UpdateTsConditionRequest) GetUpdateMask() *ts_condition.TsCondition_FieldMask
func (*UpdateTsConditionRequest) GotenMessage ¶
func (*UpdateTsConditionRequest) GotenMessage()
func (*UpdateTsConditionRequest) GotenValidate ¶
func (obj *UpdateTsConditionRequest) GotenValidate() error
func (*UpdateTsConditionRequest) Marshal ¶
func (m *UpdateTsConditionRequest) Marshal() ([]byte, error)
func (*UpdateTsConditionRequest) MarshalJSON ¶
func (m *UpdateTsConditionRequest) MarshalJSON() ([]byte, error)
func (*UpdateTsConditionRequest) ProtoMessage ¶
func (*UpdateTsConditionRequest) ProtoMessage()
func (*UpdateTsConditionRequest) ProtoReflect ¶
func (m *UpdateTsConditionRequest) ProtoReflect() preflect.Message
func (*UpdateTsConditionRequest) Reset ¶
func (m *UpdateTsConditionRequest) Reset()
func (*UpdateTsConditionRequest) SetAllowMissing ¶
func (m *UpdateTsConditionRequest) SetAllowMissing(fv bool)
func (*UpdateTsConditionRequest) SetCas ¶
func (m *UpdateTsConditionRequest) SetCas(fv *UpdateTsConditionRequest_CAS)
func (*UpdateTsConditionRequest) SetResponseMask ¶
func (m *UpdateTsConditionRequest) SetResponseMask(fv *UpdateTsConditionRequest_ResponseMask)
func (*UpdateTsConditionRequest) SetTsCondition ¶
func (m *UpdateTsConditionRequest) SetTsCondition(fv *ts_condition.TsCondition)
func (*UpdateTsConditionRequest) SetUpdateMask ¶
func (m *UpdateTsConditionRequest) SetUpdateMask(fv *ts_condition.TsCondition_FieldMask)
func (*UpdateTsConditionRequest) String ¶
func (m *UpdateTsConditionRequest) String() string
func (*UpdateTsConditionRequest) Unmarshal ¶
func (m *UpdateTsConditionRequest) Unmarshal(b []byte) error
func (*UpdateTsConditionRequest) UnmarshalJSON ¶
func (m *UpdateTsConditionRequest) UnmarshalJSON(data []byte) error
type UpdateTsConditionRequest_CAS ¶
type UpdateTsConditionRequest_CAS struct {
// Conditional desired state of a resource before update.
ConditionalState *ts_condition.TsCondition `protobuf:"bytes,1,opt,name=conditional_state,json=conditionalState,proto3" json:"conditional_state,omitempty"`
// Field paths from conditional state of resource server should check and
// compare.
FieldMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,2,opt,customtype=TsCondition_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
// 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 (*UpdateTsConditionRequest_CAS) Descriptor ¶
func (*UpdateTsConditionRequest_CAS) Descriptor() ([]byte, []int)
Deprecated, Use UpdateTsConditionRequest_CAS.ProtoReflect.Descriptor instead.
func (*UpdateTsConditionRequest_CAS) GetConditionalState ¶
func (m *UpdateTsConditionRequest_CAS) GetConditionalState() *ts_condition.TsCondition
func (*UpdateTsConditionRequest_CAS) GetFieldMask ¶
func (m *UpdateTsConditionRequest_CAS) GetFieldMask() *ts_condition.TsCondition_FieldMask
func (*UpdateTsConditionRequest_CAS) GotenMessage ¶
func (*UpdateTsConditionRequest_CAS) GotenMessage()
func (*UpdateTsConditionRequest_CAS) GotenValidate ¶
func (obj *UpdateTsConditionRequest_CAS) GotenValidate() error
func (*UpdateTsConditionRequest_CAS) Marshal ¶
func (m *UpdateTsConditionRequest_CAS) Marshal() ([]byte, error)
func (*UpdateTsConditionRequest_CAS) MarshalJSON ¶
func (m *UpdateTsConditionRequest_CAS) MarshalJSON() ([]byte, error)
func (*UpdateTsConditionRequest_CAS) ProtoMessage ¶
func (*UpdateTsConditionRequest_CAS) ProtoMessage()
func (*UpdateTsConditionRequest_CAS) ProtoReflect ¶
func (m *UpdateTsConditionRequest_CAS) ProtoReflect() preflect.Message
func (*UpdateTsConditionRequest_CAS) Reset ¶
func (m *UpdateTsConditionRequest_CAS) Reset()
func (*UpdateTsConditionRequest_CAS) SetConditionalState ¶
func (m *UpdateTsConditionRequest_CAS) SetConditionalState(fv *ts_condition.TsCondition)
func (*UpdateTsConditionRequest_CAS) SetFieldMask ¶
func (m *UpdateTsConditionRequest_CAS) SetFieldMask(fv *ts_condition.TsCondition_FieldMask)
func (*UpdateTsConditionRequest_CAS) String ¶
func (m *UpdateTsConditionRequest_CAS) String() string
func (*UpdateTsConditionRequest_CAS) Unmarshal ¶
func (m *UpdateTsConditionRequest_CAS) Unmarshal(b []byte) error
func (*UpdateTsConditionRequest_CAS) UnmarshalJSON ¶
func (m *UpdateTsConditionRequest_CAS) UnmarshalJSON(data []byte) error
type UpdateTsConditionRequest_ResponseMask ¶
type UpdateTsConditionRequest_ResponseMask struct {
// Types that are valid to be assigned to Masking:
// *UpdateTsConditionRequest_ResponseMask_SkipEntireResponseBody
// *UpdateTsConditionRequest_ResponseMask_UpdatedFieldsOnly
// *UpdateTsConditionRequest_ResponseMask_BodyMask
Masking isUpdateTsConditionRequest_ResponseMask_Masking `protobuf_oneof:"masking"`
// contains filtered or unexported fields
}
ResponseMask allows client to reduce response message size.
func (*UpdateTsConditionRequest_ResponseMask) Descriptor ¶
func (*UpdateTsConditionRequest_ResponseMask) Descriptor() ([]byte, []int)
Deprecated, Use UpdateTsConditionRequest_ResponseMask.ProtoReflect.Descriptor instead.
func (*UpdateTsConditionRequest_ResponseMask) GetBodyMask ¶
func (m *UpdateTsConditionRequest_ResponseMask) GetBodyMask() *ts_condition.TsCondition_FieldMask
func (*UpdateTsConditionRequest_ResponseMask) GetMasking ¶
func (m *UpdateTsConditionRequest_ResponseMask) GetMasking() isUpdateTsConditionRequest_ResponseMask_Masking
func (*UpdateTsConditionRequest_ResponseMask) GetSkipEntireResponseBody ¶
func (m *UpdateTsConditionRequest_ResponseMask) GetSkipEntireResponseBody() bool
func (*UpdateTsConditionRequest_ResponseMask) GetUpdatedFieldsOnly ¶
func (m *UpdateTsConditionRequest_ResponseMask) GetUpdatedFieldsOnly() bool
func (*UpdateTsConditionRequest_ResponseMask) GotenMessage ¶
func (*UpdateTsConditionRequest_ResponseMask) GotenMessage()
func (*UpdateTsConditionRequest_ResponseMask) GotenValidate ¶
func (obj *UpdateTsConditionRequest_ResponseMask) GotenValidate() error
func (*UpdateTsConditionRequest_ResponseMask) Marshal ¶
func (m *UpdateTsConditionRequest_ResponseMask) Marshal() ([]byte, error)
func (*UpdateTsConditionRequest_ResponseMask) MarshalJSON ¶
func (m *UpdateTsConditionRequest_ResponseMask) MarshalJSON() ([]byte, error)
func (*UpdateTsConditionRequest_ResponseMask) ProtoMessage ¶
func (*UpdateTsConditionRequest_ResponseMask) ProtoMessage()
func (*UpdateTsConditionRequest_ResponseMask) ProtoReflect ¶
func (m *UpdateTsConditionRequest_ResponseMask) ProtoReflect() preflect.Message
func (*UpdateTsConditionRequest_ResponseMask) Reset ¶
func (m *UpdateTsConditionRequest_ResponseMask) Reset()
func (*UpdateTsConditionRequest_ResponseMask) SetBodyMask ¶
func (m *UpdateTsConditionRequest_ResponseMask) SetBodyMask(fv *ts_condition.TsCondition_FieldMask)
func (*UpdateTsConditionRequest_ResponseMask) SetMasking ¶
func (m *UpdateTsConditionRequest_ResponseMask) SetMasking(ofv isUpdateTsConditionRequest_ResponseMask_Masking)
func (*UpdateTsConditionRequest_ResponseMask) SetSkipEntireResponseBody ¶
func (m *UpdateTsConditionRequest_ResponseMask) SetSkipEntireResponseBody(fv bool)
func (*UpdateTsConditionRequest_ResponseMask) SetUpdatedFieldsOnly ¶
func (m *UpdateTsConditionRequest_ResponseMask) SetUpdatedFieldsOnly(fv bool)
func (*UpdateTsConditionRequest_ResponseMask) String ¶
func (m *UpdateTsConditionRequest_ResponseMask) String() string
func (*UpdateTsConditionRequest_ResponseMask) Unmarshal ¶
func (m *UpdateTsConditionRequest_ResponseMask) Unmarshal(b []byte) error
func (*UpdateTsConditionRequest_ResponseMask) UnmarshalJSON ¶
func (m *UpdateTsConditionRequest_ResponseMask) UnmarshalJSON(data []byte) error
type UpdateTsConditionRequest_ResponseMask_BodyMask ¶
type UpdateTsConditionRequest_ResponseMask_BodyMask struct {
// If this field is populated, then resource in response will contain only
// specific fields. If skip_entire_response_body is true, this field is
// ignored.
BodyMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,3,opt,customtype=TsCondition_FieldMask,name=body_mask,json=bodyMask,proto3,oneof"`
}
type UpdateTsConditionRequest_ResponseMask_SkipEntireResponseBody ¶
type UpdateTsConditionRequest_ResponseMask_SkipEntireResponseBody struct {
// If this flag has value true, then response will contain just empty
// resource without any fields populated. Field body_mask is ignored if
// set.
SkipEntireResponseBody bool `protobuf:"varint,1,opt,name=skip_entire_response_body,json=skipEntireResponseBody,proto3,oneof"`
}
type UpdateTsConditionRequest_ResponseMask_UpdatedFieldsOnly ¶
type UpdateTsConditionRequest_ResponseMask_UpdatedFieldsOnly struct {
// Include all fields that were actually updated during processing. Note
// this may be larger than update mask if some fields were computed
// additionally. Name is added as well.
UpdatedFieldsOnly bool `protobuf:"varint,2,opt,name=updated_fields_only,json=updatedFieldsOnly,proto3,oneof"`
}
type WatchTsConditionClientStream ¶
type WatchTsConditionClientStream interface {
Recv() (*WatchTsConditionResponse, error)
grpc.ClientStream
}
type WatchTsConditionDescriptor ¶
type WatchTsConditionDescriptor struct{}
func GetWatchTsConditionDescriptor ¶
func GetWatchTsConditionDescriptor() *WatchTsConditionDescriptor
func (*WatchTsConditionDescriptor) GetApiDescriptor ¶
func (d *WatchTsConditionDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchTsConditionDescriptor) GetApiName ¶
func (d *WatchTsConditionDescriptor) GetApiName() string
func (*WatchTsConditionDescriptor) GetClientMsgReflectHandle ¶
func (d *WatchTsConditionDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchTsConditionDescriptor) GetFullMethodName ¶
func (d *WatchTsConditionDescriptor) GetFullMethodName() string
func (*WatchTsConditionDescriptor) GetMethodName ¶
func (d *WatchTsConditionDescriptor) GetMethodName() string
func (*WatchTsConditionDescriptor) GetProtoPkgName ¶
func (d *WatchTsConditionDescriptor) GetProtoPkgName() string
func (*WatchTsConditionDescriptor) GetResourceDescriptor ¶
func (d *WatchTsConditionDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchTsConditionDescriptor) GetServerMsgReflectHandle ¶
func (d *WatchTsConditionDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchTsConditionDescriptor) GetServiceDomain ¶
func (d *WatchTsConditionDescriptor) GetServiceDomain() string
func (*WatchTsConditionDescriptor) GetServiceVersion ¶
func (d *WatchTsConditionDescriptor) GetServiceVersion() string
func (*WatchTsConditionDescriptor) GetVerb ¶
func (d *WatchTsConditionDescriptor) GetVerb() string
func (*WatchTsConditionDescriptor) HasResource ¶
func (d *WatchTsConditionDescriptor) HasResource() bool
func (*WatchTsConditionDescriptor) IsClientStream ¶
func (d *WatchTsConditionDescriptor) IsClientStream() bool
func (*WatchTsConditionDescriptor) IsCollection ¶
func (d *WatchTsConditionDescriptor) IsCollection() bool
func (*WatchTsConditionDescriptor) IsPlural ¶
func (d *WatchTsConditionDescriptor) IsPlural() bool
func (*WatchTsConditionDescriptor) IsServerStream ¶
func (d *WatchTsConditionDescriptor) IsServerStream() bool
func (*WatchTsConditionDescriptor) IsUnary ¶
func (d *WatchTsConditionDescriptor) IsUnary() bool
func (*WatchTsConditionDescriptor) NewEmptyClientMsg ¶
func (d *WatchTsConditionDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchTsConditionDescriptor) NewEmptyServerMsg ¶
func (d *WatchTsConditionDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchTsConditionDescriptor) RequestHasResourceBody ¶
func (d *WatchTsConditionDescriptor) RequestHasResourceBody() bool
type WatchTsConditionDescriptorClientMsgHandle ¶
type WatchTsConditionDescriptorClientMsgHandle struct{}
func (*WatchTsConditionDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *WatchTsConditionDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchTsConditionDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *WatchTsConditionDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchTsConditionDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *WatchTsConditionDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchTsConditionDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *WatchTsConditionDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchTsConditionDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *WatchTsConditionDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchTsConditionDescriptorServerMsgHandle ¶
type WatchTsConditionDescriptorServerMsgHandle struct{}
func (*WatchTsConditionDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *WatchTsConditionDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchTsConditionDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *WatchTsConditionDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchTsConditionDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *WatchTsConditionDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchTsConditionDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *WatchTsConditionDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchTsConditionDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *WatchTsConditionDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchTsConditionRequest ¶
type WatchTsConditionRequest struct {
// Name of ntt.alerting.v1.TsCondition
Name *ts_condition.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
// A list of extra fields to be obtained for each response item on top of
// fields defined by request field view
FieldMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,2,opt,customtype=TsCondition_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
// 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"`
// contains filtered or unexported fields
}
A request message of the WatchTsCondition method.
func (*WatchTsConditionRequest) Descriptor ¶
func (*WatchTsConditionRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchTsConditionRequest.ProtoReflect.Descriptor instead.
func (*WatchTsConditionRequest) GetFieldMask ¶
func (m *WatchTsConditionRequest) GetFieldMask() *ts_condition.TsCondition_FieldMask
func (*WatchTsConditionRequest) GetName ¶
func (m *WatchTsConditionRequest) GetName() *ts_condition.Name
func (*WatchTsConditionRequest) GetView ¶
func (m *WatchTsConditionRequest) GetView() view.View
func (*WatchTsConditionRequest) GotenMessage ¶
func (*WatchTsConditionRequest) GotenMessage()
func (*WatchTsConditionRequest) GotenValidate ¶
func (obj *WatchTsConditionRequest) GotenValidate() error
func (*WatchTsConditionRequest) Marshal ¶
func (m *WatchTsConditionRequest) Marshal() ([]byte, error)
func (*WatchTsConditionRequest) MarshalJSON ¶
func (m *WatchTsConditionRequest) MarshalJSON() ([]byte, error)
func (*WatchTsConditionRequest) ProtoMessage ¶
func (*WatchTsConditionRequest) ProtoMessage()
func (*WatchTsConditionRequest) ProtoReflect ¶
func (m *WatchTsConditionRequest) ProtoReflect() preflect.Message
func (*WatchTsConditionRequest) Reset ¶
func (m *WatchTsConditionRequest) Reset()
func (*WatchTsConditionRequest) SetFieldMask ¶
func (m *WatchTsConditionRequest) SetFieldMask(fv *ts_condition.TsCondition_FieldMask)
func (*WatchTsConditionRequest) SetName ¶
func (m *WatchTsConditionRequest) SetName(fv *ts_condition.Name)
func (*WatchTsConditionRequest) SetView ¶
func (m *WatchTsConditionRequest) SetView(fv view.View)
func (*WatchTsConditionRequest) String ¶
func (m *WatchTsConditionRequest) String() string
func (*WatchTsConditionRequest) Unmarshal ¶
func (m *WatchTsConditionRequest) Unmarshal(b []byte) error
func (*WatchTsConditionRequest) UnmarshalJSON ¶
func (m *WatchTsConditionRequest) UnmarshalJSON(data []byte) error
type WatchTsConditionResponse ¶
type WatchTsConditionResponse struct {
Change *ts_condition.TsConditionChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty"`
// contains filtered or unexported fields
}
A response message of the WatchTsCondition method.
func (*WatchTsConditionResponse) Descriptor ¶
func (*WatchTsConditionResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchTsConditionResponse.ProtoReflect.Descriptor instead.
func (*WatchTsConditionResponse) GetChange ¶
func (m *WatchTsConditionResponse) GetChange() *ts_condition.TsConditionChange
func (*WatchTsConditionResponse) GotenMessage ¶
func (*WatchTsConditionResponse) GotenMessage()
func (*WatchTsConditionResponse) GotenValidate ¶
func (obj *WatchTsConditionResponse) GotenValidate() error
func (*WatchTsConditionResponse) Marshal ¶
func (m *WatchTsConditionResponse) Marshal() ([]byte, error)
func (*WatchTsConditionResponse) MarshalJSON ¶
func (m *WatchTsConditionResponse) MarshalJSON() ([]byte, error)
func (*WatchTsConditionResponse) ProtoMessage ¶
func (*WatchTsConditionResponse) ProtoMessage()
func (*WatchTsConditionResponse) ProtoReflect ¶
func (m *WatchTsConditionResponse) ProtoReflect() preflect.Message
func (*WatchTsConditionResponse) Reset ¶
func (m *WatchTsConditionResponse) Reset()
func (*WatchTsConditionResponse) SetChange ¶
func (m *WatchTsConditionResponse) SetChange(fv *ts_condition.TsConditionChange)
func (*WatchTsConditionResponse) String ¶
func (m *WatchTsConditionResponse) String() string
func (*WatchTsConditionResponse) Unmarshal ¶
func (m *WatchTsConditionResponse) Unmarshal(b []byte) error
func (*WatchTsConditionResponse) UnmarshalJSON ¶
func (m *WatchTsConditionResponse) UnmarshalJSON(data []byte) error
type WatchTsConditionsClientStream ¶
type WatchTsConditionsClientStream interface {
Recv() (*WatchTsConditionsResponse, error)
grpc.ClientStream
}
type WatchTsConditionsDescriptor ¶
type WatchTsConditionsDescriptor struct{}
func GetWatchTsConditionsDescriptor ¶
func GetWatchTsConditionsDescriptor() *WatchTsConditionsDescriptor
func (*WatchTsConditionsDescriptor) GetApiDescriptor ¶
func (d *WatchTsConditionsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchTsConditionsDescriptor) GetApiName ¶
func (d *WatchTsConditionsDescriptor) GetApiName() string
func (*WatchTsConditionsDescriptor) GetClientMsgReflectHandle ¶
func (d *WatchTsConditionsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchTsConditionsDescriptor) GetFullMethodName ¶
func (d *WatchTsConditionsDescriptor) GetFullMethodName() string
func (*WatchTsConditionsDescriptor) GetMethodName ¶
func (d *WatchTsConditionsDescriptor) GetMethodName() string
func (*WatchTsConditionsDescriptor) GetProtoPkgName ¶
func (d *WatchTsConditionsDescriptor) GetProtoPkgName() string
func (*WatchTsConditionsDescriptor) GetResourceDescriptor ¶
func (d *WatchTsConditionsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchTsConditionsDescriptor) GetServerMsgReflectHandle ¶
func (d *WatchTsConditionsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchTsConditionsDescriptor) GetServiceDomain ¶
func (d *WatchTsConditionsDescriptor) GetServiceDomain() string
func (*WatchTsConditionsDescriptor) GetServiceVersion ¶
func (d *WatchTsConditionsDescriptor) GetServiceVersion() string
func (*WatchTsConditionsDescriptor) GetVerb ¶
func (d *WatchTsConditionsDescriptor) GetVerb() string
func (*WatchTsConditionsDescriptor) HasResource ¶
func (d *WatchTsConditionsDescriptor) HasResource() bool
func (*WatchTsConditionsDescriptor) IsClientStream ¶
func (d *WatchTsConditionsDescriptor) IsClientStream() bool
func (*WatchTsConditionsDescriptor) IsCollection ¶
func (d *WatchTsConditionsDescriptor) IsCollection() bool
func (*WatchTsConditionsDescriptor) IsPlural ¶
func (d *WatchTsConditionsDescriptor) IsPlural() bool
func (*WatchTsConditionsDescriptor) IsServerStream ¶
func (d *WatchTsConditionsDescriptor) IsServerStream() bool
func (*WatchTsConditionsDescriptor) IsUnary ¶
func (d *WatchTsConditionsDescriptor) IsUnary() bool
func (*WatchTsConditionsDescriptor) NewEmptyClientMsg ¶
func (d *WatchTsConditionsDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchTsConditionsDescriptor) NewEmptyServerMsg ¶
func (d *WatchTsConditionsDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchTsConditionsDescriptor) RequestHasResourceBody ¶
func (d *WatchTsConditionsDescriptor) RequestHasResourceBody() bool
type WatchTsConditionsDescriptorClientMsgHandle ¶
type WatchTsConditionsDescriptorClientMsgHandle struct{}
func (*WatchTsConditionsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *WatchTsConditionsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *WatchTsConditionsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchTsConditionsDescriptorServerMsgHandle ¶
type WatchTsConditionsDescriptorServerMsgHandle struct{}
func (*WatchTsConditionsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *WatchTsConditionsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *WatchTsConditionsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchTsConditionsRequest ¶
type WatchTsConditionsRequest 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"`
// Parent name of ntt.alerting.v1.TsCondition
Parent *ts_condition.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
// Requested page size. Server may return fewer TsConditions 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"`
// A token identifying a page of results the server should return.
// Can be populated only for stateful watch type.
PageToken *ts_condition.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
// Order By -
// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
// populated only for stateful watch type.
OrderBy *ts_condition.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
// 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"`
// 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"`
// 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 *ts_condition.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"`
// A list of extra fields to be obtained for each response item on top of
// fields defined by request field view Changes to TsCondition that don't
// affect any of masked fields won't be sent back.
FieldMask *ts_condition.TsCondition_FieldMask `protobuf:"bytes,6,opt,customtype=TsCondition_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
// View defines list of standard response fields present in response items.
// Additional fields can be amended by request field field_mask Changes to
// TsCondition 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"`
// 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 `protobuf:"varint,11,opt,name=max_chunk_size,json=maxChunkSize,proto3" json:"max_chunk_size,omitempty"`
// contains filtered or unexported fields
}
A request message of the WatchTsConditions method.
func (*WatchTsConditionsRequest) Descriptor ¶
func (*WatchTsConditionsRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchTsConditionsRequest.ProtoReflect.Descriptor instead.
func (*WatchTsConditionsRequest) GetFieldMask ¶
func (m *WatchTsConditionsRequest) GetFieldMask() *ts_condition.TsCondition_FieldMask
func (*WatchTsConditionsRequest) GetFilter ¶
func (m *WatchTsConditionsRequest) GetFilter() *ts_condition.Filter
func (*WatchTsConditionsRequest) GetMaxChunkSize ¶
func (m *WatchTsConditionsRequest) GetMaxChunkSize() int32
func (*WatchTsConditionsRequest) GetOrderBy ¶
func (m *WatchTsConditionsRequest) GetOrderBy() *ts_condition.OrderBy
func (*WatchTsConditionsRequest) GetPageSize ¶
func (m *WatchTsConditionsRequest) GetPageSize() int32
func (*WatchTsConditionsRequest) GetPageToken ¶
func (m *WatchTsConditionsRequest) GetPageToken() *ts_condition.PagerCursor
func (*WatchTsConditionsRequest) GetParent ¶
func (m *WatchTsConditionsRequest) GetParent() *ts_condition.ParentName
func (*WatchTsConditionsRequest) GetResumeToken ¶
func (m *WatchTsConditionsRequest) GetResumeToken() string
func (*WatchTsConditionsRequest) GetStartingTime ¶
func (m *WatchTsConditionsRequest) GetStartingTime() *timestamppb.Timestamp
func (*WatchTsConditionsRequest) GetType ¶
func (m *WatchTsConditionsRequest) GetType() watch_type.WatchType
func (*WatchTsConditionsRequest) GetView ¶
func (m *WatchTsConditionsRequest) GetView() view.View
func (*WatchTsConditionsRequest) GotenMessage ¶
func (*WatchTsConditionsRequest) GotenMessage()
func (*WatchTsConditionsRequest) GotenValidate ¶
func (obj *WatchTsConditionsRequest) GotenValidate() error
func (*WatchTsConditionsRequest) Marshal ¶
func (m *WatchTsConditionsRequest) Marshal() ([]byte, error)
func (*WatchTsConditionsRequest) MarshalJSON ¶
func (m *WatchTsConditionsRequest) MarshalJSON() ([]byte, error)
func (*WatchTsConditionsRequest) ProtoMessage ¶
func (*WatchTsConditionsRequest) ProtoMessage()
func (*WatchTsConditionsRequest) ProtoReflect ¶
func (m *WatchTsConditionsRequest) ProtoReflect() preflect.Message
func (*WatchTsConditionsRequest) Reset ¶
func (m *WatchTsConditionsRequest) Reset()
func (*WatchTsConditionsRequest) SetFieldMask ¶
func (m *WatchTsConditionsRequest) SetFieldMask(fv *ts_condition.TsCondition_FieldMask)
func (*WatchTsConditionsRequest) SetFilter ¶
func (m *WatchTsConditionsRequest) SetFilter(fv *ts_condition.Filter)
func (*WatchTsConditionsRequest) SetMaxChunkSize ¶
func (m *WatchTsConditionsRequest) SetMaxChunkSize(fv int32)
func (*WatchTsConditionsRequest) SetOrderBy ¶
func (m *WatchTsConditionsRequest) SetOrderBy(fv *ts_condition.OrderBy)
func (*WatchTsConditionsRequest) SetPageSize ¶
func (m *WatchTsConditionsRequest) SetPageSize(fv int32)
func (*WatchTsConditionsRequest) SetPageToken ¶
func (m *WatchTsConditionsRequest) SetPageToken(fv *ts_condition.PagerCursor)
func (*WatchTsConditionsRequest) SetParent ¶
func (m *WatchTsConditionsRequest) SetParent(fv *ts_condition.ParentName)
func (*WatchTsConditionsRequest) SetResumeToken ¶
func (m *WatchTsConditionsRequest) SetResumeToken(fv string)
func (*WatchTsConditionsRequest) SetStartingTime ¶
func (m *WatchTsConditionsRequest) SetStartingTime(fv *timestamppb.Timestamp)
func (*WatchTsConditionsRequest) SetType ¶
func (m *WatchTsConditionsRequest) SetType(fv watch_type.WatchType)
func (*WatchTsConditionsRequest) SetView ¶
func (m *WatchTsConditionsRequest) SetView(fv view.View)
func (*WatchTsConditionsRequest) String ¶
func (m *WatchTsConditionsRequest) String() string
func (*WatchTsConditionsRequest) Unmarshal ¶
func (m *WatchTsConditionsRequest) Unmarshal(b []byte) error
func (*WatchTsConditionsRequest) UnmarshalJSON ¶
func (m *WatchTsConditionsRequest) UnmarshalJSON(data []byte) error
type WatchTsConditionsResponse ¶
type WatchTsConditionsResponse struct {
// Changes of TsConditions
TsConditionChanges []*ts_condition.TsConditionChange `protobuf:"bytes,2,rep,name=ts_condition_changes,json=tsConditionChanges,proto3" json:"ts_condition_changes,omitempty"`
// 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 TsConditions 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"`
// When present, PageTokens used for page navigation should be updated.
// Present only if is_current is true (last chunk).
PageTokenChange *WatchTsConditionsResponse_PageTokenChange `protobuf:"bytes,3,opt,name=page_token_change,json=pageTokenChange,proto3" json:"page_token_change,omitempty"`
// 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"`
// 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"`
// 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"`
// 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 (TsConditions 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"`
// contains filtered or unexported fields
}
A response message of the WatchTsConditions method.
func (*WatchTsConditionsResponse) Descriptor ¶
func (*WatchTsConditionsResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchTsConditionsResponse.ProtoReflect.Descriptor instead.
func (*WatchTsConditionsResponse) GetIsCurrent ¶
func (m *WatchTsConditionsResponse) GetIsCurrent() bool
func (*WatchTsConditionsResponse) GetIsHardReset ¶
func (m *WatchTsConditionsResponse) GetIsHardReset() bool
func (*WatchTsConditionsResponse) GetIsSoftReset ¶
func (m *WatchTsConditionsResponse) GetIsSoftReset() bool
func (*WatchTsConditionsResponse) GetPageTokenChange ¶
func (m *WatchTsConditionsResponse) GetPageTokenChange() *WatchTsConditionsResponse_PageTokenChange
func (*WatchTsConditionsResponse) GetResumeToken ¶
func (m *WatchTsConditionsResponse) GetResumeToken() string
func (*WatchTsConditionsResponse) GetSnapshotSize ¶
func (m *WatchTsConditionsResponse) GetSnapshotSize() int64
func (*WatchTsConditionsResponse) GetTsConditionChanges ¶
func (m *WatchTsConditionsResponse) GetTsConditionChanges() []*ts_condition.TsConditionChange
func (*WatchTsConditionsResponse) GotenMessage ¶
func (*WatchTsConditionsResponse) GotenMessage()
func (*WatchTsConditionsResponse) GotenValidate ¶
func (obj *WatchTsConditionsResponse) GotenValidate() error
func (*WatchTsConditionsResponse) Marshal ¶
func (m *WatchTsConditionsResponse) Marshal() ([]byte, error)
func (*WatchTsConditionsResponse) MarshalJSON ¶
func (m *WatchTsConditionsResponse) MarshalJSON() ([]byte, error)
func (*WatchTsConditionsResponse) ProtoMessage ¶
func (*WatchTsConditionsResponse) ProtoMessage()
func (*WatchTsConditionsResponse) ProtoReflect ¶
func (m *WatchTsConditionsResponse) ProtoReflect() preflect.Message
func (*WatchTsConditionsResponse) Reset ¶
func (m *WatchTsConditionsResponse) Reset()
func (*WatchTsConditionsResponse) SetIsCurrent ¶
func (m *WatchTsConditionsResponse) SetIsCurrent(fv bool)
func (*WatchTsConditionsResponse) SetIsHardReset ¶
func (m *WatchTsConditionsResponse) SetIsHardReset(fv bool)
func (*WatchTsConditionsResponse) SetIsSoftReset ¶
func (m *WatchTsConditionsResponse) SetIsSoftReset(fv bool)
func (*WatchTsConditionsResponse) SetPageTokenChange ¶
func (m *WatchTsConditionsResponse) SetPageTokenChange(fv *WatchTsConditionsResponse_PageTokenChange)
func (*WatchTsConditionsResponse) SetResumeToken ¶
func (m *WatchTsConditionsResponse) SetResumeToken(fv string)
func (*WatchTsConditionsResponse) SetSnapshotSize ¶
func (m *WatchTsConditionsResponse) SetSnapshotSize(fv int64)
func (*WatchTsConditionsResponse) SetTsConditionChanges ¶
func (m *WatchTsConditionsResponse) SetTsConditionChanges(fv []*ts_condition.TsConditionChange)
func (*WatchTsConditionsResponse) String ¶
func (m *WatchTsConditionsResponse) String() string
func (*WatchTsConditionsResponse) Unmarshal ¶
func (m *WatchTsConditionsResponse) Unmarshal(b []byte) error
func (*WatchTsConditionsResponse) UnmarshalJSON ¶
func (m *WatchTsConditionsResponse) UnmarshalJSON(data []byte) error
type WatchTsConditionsResponse_PageTokenChange ¶
type WatchTsConditionsResponse_PageTokenChange struct {
// New token to retrieve previous page of results.
PrevPageToken *ts_condition.PagerCursor `protobuf:"bytes,1,opt,customtype=PagerCursor,name=prev_page_token,json=prevPageToken,proto3" json:"prev_page_token,omitempty"`
// New token to retrieve next page of results.
NextPageToken *ts_condition.PagerCursor `protobuf:"bytes,2,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
// contains filtered or unexported fields
}
func (*WatchTsConditionsResponse_PageTokenChange) Descriptor ¶
func (*WatchTsConditionsResponse_PageTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use WatchTsConditionsResponse_PageTokenChange.ProtoReflect.Descriptor instead.
func (*WatchTsConditionsResponse_PageTokenChange) GetNextPageToken ¶
func (m *WatchTsConditionsResponse_PageTokenChange) GetNextPageToken() *ts_condition.PagerCursor
func (*WatchTsConditionsResponse_PageTokenChange) GetPrevPageToken ¶
func (m *WatchTsConditionsResponse_PageTokenChange) GetPrevPageToken() *ts_condition.PagerCursor
func (*WatchTsConditionsResponse_PageTokenChange) GotenMessage ¶
func (*WatchTsConditionsResponse_PageTokenChange) GotenMessage()
func (*WatchTsConditionsResponse_PageTokenChange) GotenValidate ¶
func (obj *WatchTsConditionsResponse_PageTokenChange) GotenValidate() error
func (*WatchTsConditionsResponse_PageTokenChange) Marshal ¶
func (m *WatchTsConditionsResponse_PageTokenChange) Marshal() ([]byte, error)
func (*WatchTsConditionsResponse_PageTokenChange) MarshalJSON ¶
func (m *WatchTsConditionsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
func (*WatchTsConditionsResponse_PageTokenChange) ProtoMessage ¶
func (*WatchTsConditionsResponse_PageTokenChange) ProtoMessage()
func (*WatchTsConditionsResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchTsConditionsResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchTsConditionsResponse_PageTokenChange) Reset ¶
func (m *WatchTsConditionsResponse_PageTokenChange) Reset()
func (*WatchTsConditionsResponse_PageTokenChange) SetNextPageToken ¶
func (m *WatchTsConditionsResponse_PageTokenChange) SetNextPageToken(fv *ts_condition.PagerCursor)
func (*WatchTsConditionsResponse_PageTokenChange) SetPrevPageToken ¶
func (m *WatchTsConditionsResponse_PageTokenChange) SetPrevPageToken(fv *ts_condition.PagerCursor)
func (*WatchTsConditionsResponse_PageTokenChange) String ¶
func (m *WatchTsConditionsResponse_PageTokenChange) String() string
func (*WatchTsConditionsResponse_PageTokenChange) Unmarshal ¶
func (m *WatchTsConditionsResponse_PageTokenChange) Unmarshal(b []byte) error
func (*WatchTsConditionsResponse_PageTokenChange) UnmarshalJSON ¶
func (m *WatchTsConditionsResponse_PageTokenChange) UnmarshalJSON(data []byte) error