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