Documentation ¶
Index ¶
- type BatchGetConfigMapsDescriptor
- func (d *BatchGetConfigMapsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *BatchGetConfigMapsDescriptor) GetApiName() string
- func (d *BatchGetConfigMapsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetConfigMapsDescriptor) GetFullMethodName() string
- func (d *BatchGetConfigMapsDescriptor) GetMethodName() string
- func (d *BatchGetConfigMapsDescriptor) GetProtoPkgName() string
- func (d *BatchGetConfigMapsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *BatchGetConfigMapsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *BatchGetConfigMapsDescriptor) GetServiceDomain() string
- func (d *BatchGetConfigMapsDescriptor) GetServiceVersion() string
- func (d *BatchGetConfigMapsDescriptor) GetVerb() string
- func (d *BatchGetConfigMapsDescriptor) HasResource() bool
- func (d *BatchGetConfigMapsDescriptor) IsClientStream() bool
- func (d *BatchGetConfigMapsDescriptor) IsCollection() bool
- func (d *BatchGetConfigMapsDescriptor) IsPlural() bool
- func (d *BatchGetConfigMapsDescriptor) IsServerStream() bool
- func (d *BatchGetConfigMapsDescriptor) IsUnary() bool
- func (d *BatchGetConfigMapsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *BatchGetConfigMapsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *BatchGetConfigMapsDescriptor) RequestHasResourceBody() bool
- type BatchGetConfigMapsDescriptorClientMsgHandle
- func (h *BatchGetConfigMapsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetConfigMapsDescriptorServerMsgHandle
- func (h *BatchGetConfigMapsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type BatchGetConfigMapsRequest
- func (*BatchGetConfigMapsRequest) Descriptor() ([]byte, []int)
- func (m *BatchGetConfigMapsRequest) GetFieldMask() *config_map.ConfigMap_FieldMask
- func (m *BatchGetConfigMapsRequest) GetNames() []*config_map.Name
- func (m *BatchGetConfigMapsRequest) GetView() view.View
- func (*BatchGetConfigMapsRequest) GotenMessage()
- func (obj *BatchGetConfigMapsRequest) GotenValidate() error
- func (m *BatchGetConfigMapsRequest) Marshal() ([]byte, error)
- func (m *BatchGetConfigMapsRequest) MarshalJSON() ([]byte, error)
- func (*BatchGetConfigMapsRequest) ProtoMessage()
- func (m *BatchGetConfigMapsRequest) ProtoReflect() preflect.Message
- func (m *BatchGetConfigMapsRequest) Reset()
- func (m *BatchGetConfigMapsRequest) SetFieldMask(fv *config_map.ConfigMap_FieldMask)
- func (m *BatchGetConfigMapsRequest) SetNames(fv []*config_map.Name)
- func (m *BatchGetConfigMapsRequest) SetView(fv view.View)
- func (m *BatchGetConfigMapsRequest) String() string
- func (m *BatchGetConfigMapsRequest) Unmarshal(b []byte) error
- func (m *BatchGetConfigMapsRequest) UnmarshalJSON(data []byte) error
- type BatchGetConfigMapsResponse
- func (*BatchGetConfigMapsResponse) Descriptor() ([]byte, []int)
- func (m *BatchGetConfigMapsResponse) GetConfigMaps() []*config_map.ConfigMap
- func (m *BatchGetConfigMapsResponse) GetMissing() []*config_map.Name
- func (*BatchGetConfigMapsResponse) GotenMessage()
- func (obj *BatchGetConfigMapsResponse) GotenValidate() error
- func (m *BatchGetConfigMapsResponse) Marshal() ([]byte, error)
- func (m *BatchGetConfigMapsResponse) MarshalJSON() ([]byte, error)
- func (*BatchGetConfigMapsResponse) ProtoMessage()
- func (m *BatchGetConfigMapsResponse) ProtoReflect() preflect.Message
- func (m *BatchGetConfigMapsResponse) Reset()
- func (m *BatchGetConfigMapsResponse) SetConfigMaps(fv []*config_map.ConfigMap)
- func (m *BatchGetConfigMapsResponse) SetMissing(fv []*config_map.Name)
- func (m *BatchGetConfigMapsResponse) String() string
- func (m *BatchGetConfigMapsResponse) Unmarshal(b []byte) error
- func (m *BatchGetConfigMapsResponse) UnmarshalJSON(data []byte) error
- type ConfigMapServiceClient
- type ConfigMapServiceDescriptor
- func (d *ConfigMapServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *ConfigMapServiceDescriptor) GetApiName() string
- func (d *ConfigMapServiceDescriptor) GetFullAPIName() string
- func (d *ConfigMapServiceDescriptor) GetProtoPkgName() string
- func (d *ConfigMapServiceDescriptor) GetServiceDomain() string
- func (d *ConfigMapServiceDescriptor) GetServiceVersion() string
- type CreateConfigMapDescriptor
- func (d *CreateConfigMapDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *CreateConfigMapDescriptor) GetApiName() string
- func (d *CreateConfigMapDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateConfigMapDescriptor) GetFullMethodName() string
- func (d *CreateConfigMapDescriptor) GetMethodName() string
- func (d *CreateConfigMapDescriptor) GetProtoPkgName() string
- func (d *CreateConfigMapDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *CreateConfigMapDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateConfigMapDescriptor) GetServiceDomain() string
- func (d *CreateConfigMapDescriptor) GetServiceVersion() string
- func (d *CreateConfigMapDescriptor) GetVerb() string
- func (d *CreateConfigMapDescriptor) HasResource() bool
- func (d *CreateConfigMapDescriptor) IsClientStream() bool
- func (d *CreateConfigMapDescriptor) IsCollection() bool
- func (d *CreateConfigMapDescriptor) IsPlural() bool
- func (d *CreateConfigMapDescriptor) IsServerStream() bool
- func (d *CreateConfigMapDescriptor) IsUnary() bool
- func (d *CreateConfigMapDescriptor) NewEmptyClientMsg() proto.Message
- func (d *CreateConfigMapDescriptor) NewEmptyServerMsg() proto.Message
- func (d *CreateConfigMapDescriptor) RequestHasResourceBody() bool
- type CreateConfigMapDescriptorClientMsgHandle
- func (h *CreateConfigMapDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateConfigMapDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateConfigMapDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateConfigMapDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateConfigMapDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateConfigMapDescriptorServerMsgHandle
- func (h *CreateConfigMapDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateConfigMapDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateConfigMapDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateConfigMapDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateConfigMapDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateConfigMapRequest
- func (*CreateConfigMapRequest) Descriptor() ([]byte, []int)
- func (m *CreateConfigMapRequest) GetConfigMap() *config_map.ConfigMap
- func (m *CreateConfigMapRequest) GetParent() *config_map.ParentName
- func (*CreateConfigMapRequest) GotenMessage()
- func (obj *CreateConfigMapRequest) GotenValidate() error
- func (m *CreateConfigMapRequest) Marshal() ([]byte, error)
- func (m *CreateConfigMapRequest) MarshalJSON() ([]byte, error)
- func (*CreateConfigMapRequest) ProtoMessage()
- func (m *CreateConfigMapRequest) ProtoReflect() preflect.Message
- func (m *CreateConfigMapRequest) Reset()
- func (m *CreateConfigMapRequest) SetConfigMap(fv *config_map.ConfigMap)
- func (m *CreateConfigMapRequest) SetParent(fv *config_map.ParentName)
- func (m *CreateConfigMapRequest) String() string
- func (m *CreateConfigMapRequest) Unmarshal(b []byte) error
- func (m *CreateConfigMapRequest) UnmarshalJSON(data []byte) error
- type DeleteConfigMapDescriptor
- func (d *DeleteConfigMapDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *DeleteConfigMapDescriptor) GetApiName() string
- func (d *DeleteConfigMapDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteConfigMapDescriptor) GetFullMethodName() string
- func (d *DeleteConfigMapDescriptor) GetMethodName() string
- func (d *DeleteConfigMapDescriptor) GetProtoPkgName() string
- func (d *DeleteConfigMapDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *DeleteConfigMapDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *DeleteConfigMapDescriptor) GetServiceDomain() string
- func (d *DeleteConfigMapDescriptor) GetServiceVersion() string
- func (d *DeleteConfigMapDescriptor) GetVerb() string
- func (d *DeleteConfigMapDescriptor) HasResource() bool
- func (d *DeleteConfigMapDescriptor) IsClientStream() bool
- func (d *DeleteConfigMapDescriptor) IsCollection() bool
- func (d *DeleteConfigMapDescriptor) IsPlural() bool
- func (d *DeleteConfigMapDescriptor) IsServerStream() bool
- func (d *DeleteConfigMapDescriptor) IsUnary() bool
- func (d *DeleteConfigMapDescriptor) NewEmptyClientMsg() proto.Message
- func (d *DeleteConfigMapDescriptor) NewEmptyServerMsg() proto.Message
- func (d *DeleteConfigMapDescriptor) RequestHasResourceBody() bool
- type DeleteConfigMapDescriptorClientMsgHandle
- func (h *DeleteConfigMapDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteConfigMapDescriptorServerMsgHandle
- func (h *DeleteConfigMapDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type DeleteConfigMapRequest
- func (*DeleteConfigMapRequest) Descriptor() ([]byte, []int)
- func (m *DeleteConfigMapRequest) GetName() *config_map.Name
- func (*DeleteConfigMapRequest) GotenMessage()
- func (obj *DeleteConfigMapRequest) GotenValidate() error
- func (m *DeleteConfigMapRequest) Marshal() ([]byte, error)
- func (m *DeleteConfigMapRequest) MarshalJSON() ([]byte, error)
- func (*DeleteConfigMapRequest) ProtoMessage()
- func (m *DeleteConfigMapRequest) ProtoReflect() preflect.Message
- func (m *DeleteConfigMapRequest) Reset()
- func (m *DeleteConfigMapRequest) SetName(fv *config_map.Name)
- func (m *DeleteConfigMapRequest) String() string
- func (m *DeleteConfigMapRequest) Unmarshal(b []byte) error
- func (m *DeleteConfigMapRequest) UnmarshalJSON(data []byte) error
- type GetConfigMapDescriptor
- func (d *GetConfigMapDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *GetConfigMapDescriptor) GetApiName() string
- func (d *GetConfigMapDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetConfigMapDescriptor) GetFullMethodName() string
- func (d *GetConfigMapDescriptor) GetMethodName() string
- func (d *GetConfigMapDescriptor) GetProtoPkgName() string
- func (d *GetConfigMapDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *GetConfigMapDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *GetConfigMapDescriptor) GetServiceDomain() string
- func (d *GetConfigMapDescriptor) GetServiceVersion() string
- func (d *GetConfigMapDescriptor) GetVerb() string
- func (d *GetConfigMapDescriptor) HasResource() bool
- func (d *GetConfigMapDescriptor) IsClientStream() bool
- func (d *GetConfigMapDescriptor) IsCollection() bool
- func (d *GetConfigMapDescriptor) IsPlural() bool
- func (d *GetConfigMapDescriptor) IsServerStream() bool
- func (d *GetConfigMapDescriptor) IsUnary() bool
- func (d *GetConfigMapDescriptor) NewEmptyClientMsg() proto.Message
- func (d *GetConfigMapDescriptor) NewEmptyServerMsg() proto.Message
- func (d *GetConfigMapDescriptor) RequestHasResourceBody() bool
- type GetConfigMapDescriptorClientMsgHandle
- func (h *GetConfigMapDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetConfigMapDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetConfigMapDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetConfigMapDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetConfigMapDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetConfigMapDescriptorServerMsgHandle
- func (h *GetConfigMapDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *GetConfigMapDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *GetConfigMapDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *GetConfigMapDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *GetConfigMapDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type GetConfigMapRequest
- func (*GetConfigMapRequest) Descriptor() ([]byte, []int)
- func (m *GetConfigMapRequest) GetFieldMask() *config_map.ConfigMap_FieldMask
- func (m *GetConfigMapRequest) GetName() *config_map.Name
- func (m *GetConfigMapRequest) GetView() view.View
- func (*GetConfigMapRequest) GotenMessage()
- func (obj *GetConfigMapRequest) GotenValidate() error
- func (m *GetConfigMapRequest) Marshal() ([]byte, error)
- func (m *GetConfigMapRequest) MarshalJSON() ([]byte, error)
- func (*GetConfigMapRequest) ProtoMessage()
- func (m *GetConfigMapRequest) ProtoReflect() preflect.Message
- func (m *GetConfigMapRequest) Reset()
- func (m *GetConfigMapRequest) SetFieldMask(fv *config_map.ConfigMap_FieldMask)
- func (m *GetConfigMapRequest) SetName(fv *config_map.Name)
- func (m *GetConfigMapRequest) SetView(fv view.View)
- func (m *GetConfigMapRequest) String() string
- func (m *GetConfigMapRequest) Unmarshal(b []byte) error
- func (m *GetConfigMapRequest) UnmarshalJSON(data []byte) error
- type ListConfigMapsDescriptor
- func (d *ListConfigMapsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListConfigMapsDescriptor) GetApiName() string
- func (d *ListConfigMapsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListConfigMapsDescriptor) GetFullMethodName() string
- func (d *ListConfigMapsDescriptor) GetMethodName() string
- func (d *ListConfigMapsDescriptor) GetProtoPkgName() string
- func (d *ListConfigMapsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListConfigMapsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListConfigMapsDescriptor) GetServiceDomain() string
- func (d *ListConfigMapsDescriptor) GetServiceVersion() string
- func (d *ListConfigMapsDescriptor) GetVerb() string
- func (d *ListConfigMapsDescriptor) HasResource() bool
- func (d *ListConfigMapsDescriptor) IsClientStream() bool
- func (d *ListConfigMapsDescriptor) IsCollection() bool
- func (d *ListConfigMapsDescriptor) IsPlural() bool
- func (d *ListConfigMapsDescriptor) IsServerStream() bool
- func (d *ListConfigMapsDescriptor) IsUnary() bool
- func (d *ListConfigMapsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListConfigMapsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListConfigMapsDescriptor) RequestHasResourceBody() bool
- type ListConfigMapsDescriptorClientMsgHandle
- func (h *ListConfigMapsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListConfigMapsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListConfigMapsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListConfigMapsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListConfigMapsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListConfigMapsDescriptorServerMsgHandle
- func (h *ListConfigMapsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListConfigMapsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListConfigMapsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListConfigMapsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListConfigMapsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListConfigMapsRequest
- func (*ListConfigMapsRequest) Descriptor() ([]byte, []int)
- func (m *ListConfigMapsRequest) GetFieldMask() *config_map.ConfigMap_FieldMask
- func (m *ListConfigMapsRequest) GetFilter() *config_map.Filter
- func (m *ListConfigMapsRequest) GetIncludePagingInfo() bool
- func (m *ListConfigMapsRequest) GetOrderBy() *config_map.OrderBy
- func (m *ListConfigMapsRequest) GetPageSize() int32
- func (m *ListConfigMapsRequest) GetPageToken() *config_map.PagerCursor
- func (m *ListConfigMapsRequest) GetParent() *config_map.ParentName
- func (m *ListConfigMapsRequest) GetView() view.View
- func (*ListConfigMapsRequest) GotenMessage()
- func (obj *ListConfigMapsRequest) GotenValidate() error
- func (m *ListConfigMapsRequest) Marshal() ([]byte, error)
- func (m *ListConfigMapsRequest) MarshalJSON() ([]byte, error)
- func (*ListConfigMapsRequest) ProtoMessage()
- func (m *ListConfigMapsRequest) ProtoReflect() preflect.Message
- func (m *ListConfigMapsRequest) Reset()
- func (m *ListConfigMapsRequest) SetFieldMask(fv *config_map.ConfigMap_FieldMask)
- func (m *ListConfigMapsRequest) SetFilter(fv *config_map.Filter)
- func (m *ListConfigMapsRequest) SetIncludePagingInfo(fv bool)
- func (m *ListConfigMapsRequest) SetOrderBy(fv *config_map.OrderBy)
- func (m *ListConfigMapsRequest) SetPageSize(fv int32)
- func (m *ListConfigMapsRequest) SetPageToken(fv *config_map.PagerCursor)
- func (m *ListConfigMapsRequest) SetParent(fv *config_map.ParentName)
- func (m *ListConfigMapsRequest) SetView(fv view.View)
- func (m *ListConfigMapsRequest) String() string
- func (m *ListConfigMapsRequest) Unmarshal(b []byte) error
- func (m *ListConfigMapsRequest) UnmarshalJSON(data []byte) error
- type ListConfigMapsResponse
- func (*ListConfigMapsResponse) Descriptor() ([]byte, []int)
- func (m *ListConfigMapsResponse) GetConfigMaps() []*config_map.ConfigMap
- func (m *ListConfigMapsResponse) GetCurrentOffset() int32
- func (m *ListConfigMapsResponse) GetNextPageToken() *config_map.PagerCursor
- func (m *ListConfigMapsResponse) GetPrevPageToken() *config_map.PagerCursor
- func (m *ListConfigMapsResponse) GetTotalResultsCount() int32
- func (*ListConfigMapsResponse) GotenMessage()
- func (obj *ListConfigMapsResponse) GotenValidate() error
- func (m *ListConfigMapsResponse) Marshal() ([]byte, error)
- func (m *ListConfigMapsResponse) MarshalJSON() ([]byte, error)
- func (*ListConfigMapsResponse) ProtoMessage()
- func (m *ListConfigMapsResponse) ProtoReflect() preflect.Message
- func (m *ListConfigMapsResponse) Reset()
- func (m *ListConfigMapsResponse) SetConfigMaps(fv []*config_map.ConfigMap)
- func (m *ListConfigMapsResponse) SetCurrentOffset(fv int32)
- func (m *ListConfigMapsResponse) SetNextPageToken(fv *config_map.PagerCursor)
- func (m *ListConfigMapsResponse) SetPrevPageToken(fv *config_map.PagerCursor)
- func (m *ListConfigMapsResponse) SetTotalResultsCount(fv int32)
- func (m *ListConfigMapsResponse) String() string
- func (m *ListConfigMapsResponse) Unmarshal(b []byte) error
- func (m *ListConfigMapsResponse) UnmarshalJSON(data []byte) error
- type UpdateConfigMapDescriptor
- func (d *UpdateConfigMapDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *UpdateConfigMapDescriptor) GetApiName() string
- func (d *UpdateConfigMapDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateConfigMapDescriptor) GetFullMethodName() string
- func (d *UpdateConfigMapDescriptor) GetMethodName() string
- func (d *UpdateConfigMapDescriptor) GetProtoPkgName() string
- func (d *UpdateConfigMapDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *UpdateConfigMapDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *UpdateConfigMapDescriptor) GetServiceDomain() string
- func (d *UpdateConfigMapDescriptor) GetServiceVersion() string
- func (d *UpdateConfigMapDescriptor) GetVerb() string
- func (d *UpdateConfigMapDescriptor) HasResource() bool
- func (d *UpdateConfigMapDescriptor) IsClientStream() bool
- func (d *UpdateConfigMapDescriptor) IsCollection() bool
- func (d *UpdateConfigMapDescriptor) IsPlural() bool
- func (d *UpdateConfigMapDescriptor) IsServerStream() bool
- func (d *UpdateConfigMapDescriptor) IsUnary() bool
- func (d *UpdateConfigMapDescriptor) NewEmptyClientMsg() proto.Message
- func (d *UpdateConfigMapDescriptor) NewEmptyServerMsg() proto.Message
- func (d *UpdateConfigMapDescriptor) RequestHasResourceBody() bool
- type UpdateConfigMapDescriptorClientMsgHandle
- func (h *UpdateConfigMapDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateConfigMapDescriptorServerMsgHandle
- func (h *UpdateConfigMapDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type UpdateConfigMapRequest
- func (*UpdateConfigMapRequest) Descriptor() ([]byte, []int)
- func (m *UpdateConfigMapRequest) GetAllowMissing() bool
- func (m *UpdateConfigMapRequest) GetCas() *UpdateConfigMapRequest_CAS
- func (m *UpdateConfigMapRequest) GetConfigMap() *config_map.ConfigMap
- func (m *UpdateConfigMapRequest) GetUpdateMask() *config_map.ConfigMap_FieldMask
- func (*UpdateConfigMapRequest) GotenMessage()
- func (obj *UpdateConfigMapRequest) GotenValidate() error
- func (m *UpdateConfigMapRequest) Marshal() ([]byte, error)
- func (m *UpdateConfigMapRequest) MarshalJSON() ([]byte, error)
- func (*UpdateConfigMapRequest) ProtoMessage()
- func (m *UpdateConfigMapRequest) ProtoReflect() preflect.Message
- func (m *UpdateConfigMapRequest) Reset()
- func (m *UpdateConfigMapRequest) SetAllowMissing(fv bool)
- func (m *UpdateConfigMapRequest) SetCas(fv *UpdateConfigMapRequest_CAS)
- func (m *UpdateConfigMapRequest) SetConfigMap(fv *config_map.ConfigMap)
- func (m *UpdateConfigMapRequest) SetUpdateMask(fv *config_map.ConfigMap_FieldMask)
- func (m *UpdateConfigMapRequest) String() string
- func (m *UpdateConfigMapRequest) Unmarshal(b []byte) error
- func (m *UpdateConfigMapRequest) UnmarshalJSON(data []byte) error
- type UpdateConfigMapRequest_CAS
- func (*UpdateConfigMapRequest_CAS) Descriptor() ([]byte, []int)
- func (m *UpdateConfigMapRequest_CAS) GetConditionalState() *config_map.ConfigMap
- func (m *UpdateConfigMapRequest_CAS) GetFieldMask() *config_map.ConfigMap_FieldMask
- func (*UpdateConfigMapRequest_CAS) GotenMessage()
- func (obj *UpdateConfigMapRequest_CAS) GotenValidate() error
- func (m *UpdateConfigMapRequest_CAS) Marshal() ([]byte, error)
- func (m *UpdateConfigMapRequest_CAS) MarshalJSON() ([]byte, error)
- func (*UpdateConfigMapRequest_CAS) ProtoMessage()
- func (m *UpdateConfigMapRequest_CAS) ProtoReflect() preflect.Message
- func (m *UpdateConfigMapRequest_CAS) Reset()
- func (m *UpdateConfigMapRequest_CAS) SetConditionalState(fv *config_map.ConfigMap)
- func (m *UpdateConfigMapRequest_CAS) SetFieldMask(fv *config_map.ConfigMap_FieldMask)
- func (m *UpdateConfigMapRequest_CAS) String() string
- func (m *UpdateConfigMapRequest_CAS) Unmarshal(b []byte) error
- func (m *UpdateConfigMapRequest_CAS) UnmarshalJSON(data []byte) error
- type WatchConfigMapClientStream
- type WatchConfigMapDescriptor
- func (d *WatchConfigMapDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchConfigMapDescriptor) GetApiName() string
- func (d *WatchConfigMapDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchConfigMapDescriptor) GetFullMethodName() string
- func (d *WatchConfigMapDescriptor) GetMethodName() string
- func (d *WatchConfigMapDescriptor) GetProtoPkgName() string
- func (d *WatchConfigMapDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchConfigMapDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchConfigMapDescriptor) GetServiceDomain() string
- func (d *WatchConfigMapDescriptor) GetServiceVersion() string
- func (d *WatchConfigMapDescriptor) GetVerb() string
- func (d *WatchConfigMapDescriptor) HasResource() bool
- func (d *WatchConfigMapDescriptor) IsClientStream() bool
- func (d *WatchConfigMapDescriptor) IsCollection() bool
- func (d *WatchConfigMapDescriptor) IsPlural() bool
- func (d *WatchConfigMapDescriptor) IsServerStream() bool
- func (d *WatchConfigMapDescriptor) IsUnary() bool
- func (d *WatchConfigMapDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchConfigMapDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchConfigMapDescriptor) RequestHasResourceBody() bool
- type WatchConfigMapDescriptorClientMsgHandle
- func (h *WatchConfigMapDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchConfigMapDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchConfigMapDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchConfigMapDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchConfigMapDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchConfigMapDescriptorServerMsgHandle
- func (h *WatchConfigMapDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchConfigMapDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchConfigMapDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchConfigMapDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchConfigMapDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchConfigMapRequest
- func (*WatchConfigMapRequest) Descriptor() ([]byte, []int)
- func (m *WatchConfigMapRequest) GetFieldMask() *config_map.ConfigMap_FieldMask
- func (m *WatchConfigMapRequest) GetName() *config_map.Name
- func (m *WatchConfigMapRequest) GetView() view.View
- func (*WatchConfigMapRequest) GotenMessage()
- func (obj *WatchConfigMapRequest) GotenValidate() error
- func (m *WatchConfigMapRequest) Marshal() ([]byte, error)
- func (m *WatchConfigMapRequest) MarshalJSON() ([]byte, error)
- func (*WatchConfigMapRequest) ProtoMessage()
- func (m *WatchConfigMapRequest) ProtoReflect() preflect.Message
- func (m *WatchConfigMapRequest) Reset()
- func (m *WatchConfigMapRequest) SetFieldMask(fv *config_map.ConfigMap_FieldMask)
- func (m *WatchConfigMapRequest) SetName(fv *config_map.Name)
- func (m *WatchConfigMapRequest) SetView(fv view.View)
- func (m *WatchConfigMapRequest) String() string
- func (m *WatchConfigMapRequest) Unmarshal(b []byte) error
- func (m *WatchConfigMapRequest) UnmarshalJSON(data []byte) error
- type WatchConfigMapResponse
- func (*WatchConfigMapResponse) Descriptor() ([]byte, []int)
- func (m *WatchConfigMapResponse) GetChange() *config_map.ConfigMapChange
- func (*WatchConfigMapResponse) GotenMessage()
- func (obj *WatchConfigMapResponse) GotenValidate() error
- func (m *WatchConfigMapResponse) Marshal() ([]byte, error)
- func (m *WatchConfigMapResponse) MarshalJSON() ([]byte, error)
- func (*WatchConfigMapResponse) ProtoMessage()
- func (m *WatchConfigMapResponse) ProtoReflect() preflect.Message
- func (m *WatchConfigMapResponse) Reset()
- func (m *WatchConfigMapResponse) SetChange(fv *config_map.ConfigMapChange)
- func (m *WatchConfigMapResponse) String() string
- func (m *WatchConfigMapResponse) Unmarshal(b []byte) error
- func (m *WatchConfigMapResponse) UnmarshalJSON(data []byte) error
- type WatchConfigMapsClientStream
- type WatchConfigMapsDescriptor
- func (d *WatchConfigMapsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *WatchConfigMapsDescriptor) GetApiName() string
- func (d *WatchConfigMapsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchConfigMapsDescriptor) GetFullMethodName() string
- func (d *WatchConfigMapsDescriptor) GetMethodName() string
- func (d *WatchConfigMapsDescriptor) GetProtoPkgName() string
- func (d *WatchConfigMapsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *WatchConfigMapsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *WatchConfigMapsDescriptor) GetServiceDomain() string
- func (d *WatchConfigMapsDescriptor) GetServiceVersion() string
- func (d *WatchConfigMapsDescriptor) GetVerb() string
- func (d *WatchConfigMapsDescriptor) HasResource() bool
- func (d *WatchConfigMapsDescriptor) IsClientStream() bool
- func (d *WatchConfigMapsDescriptor) IsCollection() bool
- func (d *WatchConfigMapsDescriptor) IsPlural() bool
- func (d *WatchConfigMapsDescriptor) IsServerStream() bool
- func (d *WatchConfigMapsDescriptor) IsUnary() bool
- func (d *WatchConfigMapsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *WatchConfigMapsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *WatchConfigMapsDescriptor) RequestHasResourceBody() bool
- type WatchConfigMapsDescriptorClientMsgHandle
- func (h *WatchConfigMapsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchConfigMapsDescriptorServerMsgHandle
- func (h *WatchConfigMapsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type WatchConfigMapsRequest
- func (*WatchConfigMapsRequest) Descriptor() ([]byte, []int)
- func (m *WatchConfigMapsRequest) GetFieldMask() *config_map.ConfigMap_FieldMask
- func (m *WatchConfigMapsRequest) GetFilter() *config_map.Filter
- func (m *WatchConfigMapsRequest) GetMaxChunkSize() int32
- func (m *WatchConfigMapsRequest) GetOrderBy() *config_map.OrderBy
- func (m *WatchConfigMapsRequest) GetPageSize() int32
- func (m *WatchConfigMapsRequest) GetPageToken() *config_map.PagerCursor
- func (m *WatchConfigMapsRequest) GetParent() *config_map.ParentName
- func (m *WatchConfigMapsRequest) GetResumeToken() string
- func (m *WatchConfigMapsRequest) GetStartingTime() *timestamppb.Timestamp
- func (m *WatchConfigMapsRequest) GetType() watch_type.WatchType
- func (m *WatchConfigMapsRequest) GetView() view.View
- func (*WatchConfigMapsRequest) GotenMessage()
- func (obj *WatchConfigMapsRequest) GotenValidate() error
- func (m *WatchConfigMapsRequest) Marshal() ([]byte, error)
- func (m *WatchConfigMapsRequest) MarshalJSON() ([]byte, error)
- func (*WatchConfigMapsRequest) ProtoMessage()
- func (m *WatchConfigMapsRequest) ProtoReflect() preflect.Message
- func (m *WatchConfigMapsRequest) Reset()
- func (m *WatchConfigMapsRequest) SetFieldMask(fv *config_map.ConfigMap_FieldMask)
- func (m *WatchConfigMapsRequest) SetFilter(fv *config_map.Filter)
- func (m *WatchConfigMapsRequest) SetMaxChunkSize(fv int32)
- func (m *WatchConfigMapsRequest) SetOrderBy(fv *config_map.OrderBy)
- func (m *WatchConfigMapsRequest) SetPageSize(fv int32)
- func (m *WatchConfigMapsRequest) SetPageToken(fv *config_map.PagerCursor)
- func (m *WatchConfigMapsRequest) SetParent(fv *config_map.ParentName)
- func (m *WatchConfigMapsRequest) SetResumeToken(fv string)
- func (m *WatchConfigMapsRequest) SetStartingTime(fv *timestamppb.Timestamp)
- func (m *WatchConfigMapsRequest) SetType(fv watch_type.WatchType)
- func (m *WatchConfigMapsRequest) SetView(fv view.View)
- func (m *WatchConfigMapsRequest) String() string
- func (m *WatchConfigMapsRequest) Unmarshal(b []byte) error
- func (m *WatchConfigMapsRequest) UnmarshalJSON(data []byte) error
- type WatchConfigMapsResponse
- func (*WatchConfigMapsResponse) Descriptor() ([]byte, []int)
- func (m *WatchConfigMapsResponse) GetConfigMapChanges() []*config_map.ConfigMapChange
- func (m *WatchConfigMapsResponse) GetIsCurrent() bool
- func (m *WatchConfigMapsResponse) GetIsHardReset() bool
- func (m *WatchConfigMapsResponse) GetIsSoftReset() bool
- func (m *WatchConfigMapsResponse) GetPageTokenChange() *WatchConfigMapsResponse_PageTokenChange
- func (m *WatchConfigMapsResponse) GetResumeToken() string
- func (m *WatchConfigMapsResponse) GetSnapshotSize() int64
- func (*WatchConfigMapsResponse) GotenMessage()
- func (obj *WatchConfigMapsResponse) GotenValidate() error
- func (m *WatchConfigMapsResponse) Marshal() ([]byte, error)
- func (m *WatchConfigMapsResponse) MarshalJSON() ([]byte, error)
- func (*WatchConfigMapsResponse) ProtoMessage()
- func (m *WatchConfigMapsResponse) ProtoReflect() preflect.Message
- func (m *WatchConfigMapsResponse) Reset()
- func (m *WatchConfigMapsResponse) SetConfigMapChanges(fv []*config_map.ConfigMapChange)
- func (m *WatchConfigMapsResponse) SetIsCurrent(fv bool)
- func (m *WatchConfigMapsResponse) SetIsHardReset(fv bool)
- func (m *WatchConfigMapsResponse) SetIsSoftReset(fv bool)
- func (m *WatchConfigMapsResponse) SetPageTokenChange(fv *WatchConfigMapsResponse_PageTokenChange)
- func (m *WatchConfigMapsResponse) SetResumeToken(fv string)
- func (m *WatchConfigMapsResponse) SetSnapshotSize(fv int64)
- func (m *WatchConfigMapsResponse) String() string
- func (m *WatchConfigMapsResponse) Unmarshal(b []byte) error
- func (m *WatchConfigMapsResponse) UnmarshalJSON(data []byte) error
- type WatchConfigMapsResponse_PageTokenChange
- func (*WatchConfigMapsResponse_PageTokenChange) Descriptor() ([]byte, []int)
- func (m *WatchConfigMapsResponse_PageTokenChange) GetNextPageToken() *config_map.PagerCursor
- func (m *WatchConfigMapsResponse_PageTokenChange) GetPrevPageToken() *config_map.PagerCursor
- func (*WatchConfigMapsResponse_PageTokenChange) GotenMessage()
- func (obj *WatchConfigMapsResponse_PageTokenChange) GotenValidate() error
- func (m *WatchConfigMapsResponse_PageTokenChange) Marshal() ([]byte, error)
- func (m *WatchConfigMapsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
- func (*WatchConfigMapsResponse_PageTokenChange) ProtoMessage()
- func (m *WatchConfigMapsResponse_PageTokenChange) ProtoReflect() preflect.Message
- func (m *WatchConfigMapsResponse_PageTokenChange) Reset()
- func (m *WatchConfigMapsResponse_PageTokenChange) SetNextPageToken(fv *config_map.PagerCursor)
- func (m *WatchConfigMapsResponse_PageTokenChange) SetPrevPageToken(fv *config_map.PagerCursor)
- func (m *WatchConfigMapsResponse_PageTokenChange) String() string
- func (m *WatchConfigMapsResponse_PageTokenChange) Unmarshal(b []byte) error
- func (m *WatchConfigMapsResponse_PageTokenChange) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchGetConfigMapsDescriptor ¶ added in v0.4.28
type BatchGetConfigMapsDescriptor struct{}
func GetBatchGetConfigMapsDescriptor ¶ added in v0.4.28
func GetBatchGetConfigMapsDescriptor() *BatchGetConfigMapsDescriptor
func (*BatchGetConfigMapsDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*BatchGetConfigMapsDescriptor) GetApiName ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) GetApiName() string
func (*BatchGetConfigMapsDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetConfigMapsDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) GetFullMethodName() string
func (*BatchGetConfigMapsDescriptor) GetMethodName ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) GetMethodName() string
func (*BatchGetConfigMapsDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) GetProtoPkgName() string
func (*BatchGetConfigMapsDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *BatchGetConfigMapsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*BatchGetConfigMapsDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*BatchGetConfigMapsDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) GetServiceDomain() string
func (*BatchGetConfigMapsDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) GetServiceVersion() string
func (*BatchGetConfigMapsDescriptor) GetVerb ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) GetVerb() string
func (*BatchGetConfigMapsDescriptor) HasResource ¶ added in v0.4.30
func (d *BatchGetConfigMapsDescriptor) HasResource() bool
func (*BatchGetConfigMapsDescriptor) IsClientStream ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) IsClientStream() bool
func (*BatchGetConfigMapsDescriptor) IsCollection ¶ added in v0.4.30
func (d *BatchGetConfigMapsDescriptor) IsCollection() bool
func (*BatchGetConfigMapsDescriptor) IsPlural ¶ added in v0.4.30
func (d *BatchGetConfigMapsDescriptor) IsPlural() bool
func (*BatchGetConfigMapsDescriptor) IsServerStream ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) IsServerStream() bool
func (*BatchGetConfigMapsDescriptor) IsUnary ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) IsUnary() bool
func (*BatchGetConfigMapsDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) NewEmptyClientMsg() proto.Message
func (*BatchGetConfigMapsDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) NewEmptyServerMsg() proto.Message
func (*BatchGetConfigMapsDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *BatchGetConfigMapsDescriptor) RequestHasResourceBody() bool
type BatchGetConfigMapsDescriptorClientMsgHandle ¶ added in v0.4.28
type BatchGetConfigMapsDescriptorClientMsgHandle struct{}
func (*BatchGetConfigMapsDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *BatchGetConfigMapsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetConfigMapsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetConfigMapsDescriptorServerMsgHandle ¶ added in v0.4.28
type BatchGetConfigMapsDescriptorServerMsgHandle struct{}
func (*BatchGetConfigMapsDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *BatchGetConfigMapsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *BatchGetConfigMapsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type BatchGetConfigMapsRequest ¶
type BatchGetConfigMapsRequest struct { // Names of ConfigMaps Names []*config_map.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 *config_map.ConfigMap_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 [BatchGetConfigMaps][ntt.applications.v1alpha2.BatchGetConfigMaps]
func (*BatchGetConfigMapsRequest) Descriptor ¶
func (*BatchGetConfigMapsRequest) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetConfigMapsRequest.ProtoReflect.Descriptor instead.
func (*BatchGetConfigMapsRequest) GetFieldMask ¶
func (m *BatchGetConfigMapsRequest) GetFieldMask() *config_map.ConfigMap_FieldMask
func (*BatchGetConfigMapsRequest) GetNames ¶
func (m *BatchGetConfigMapsRequest) GetNames() []*config_map.Name
func (*BatchGetConfigMapsRequest) GetView ¶
func (m *BatchGetConfigMapsRequest) GetView() view.View
func (*BatchGetConfigMapsRequest) GotenMessage ¶
func (*BatchGetConfigMapsRequest) GotenMessage()
func (*BatchGetConfigMapsRequest) GotenValidate ¶
func (obj *BatchGetConfigMapsRequest) GotenValidate() error
func (*BatchGetConfigMapsRequest) Marshal ¶
func (m *BatchGetConfigMapsRequest) Marshal() ([]byte, error)
func (*BatchGetConfigMapsRequest) MarshalJSON ¶
func (m *BatchGetConfigMapsRequest) MarshalJSON() ([]byte, error)
func (*BatchGetConfigMapsRequest) ProtoMessage ¶
func (*BatchGetConfigMapsRequest) ProtoMessage()
func (*BatchGetConfigMapsRequest) ProtoReflect ¶
func (m *BatchGetConfigMapsRequest) ProtoReflect() preflect.Message
func (*BatchGetConfigMapsRequest) Reset ¶
func (m *BatchGetConfigMapsRequest) Reset()
func (*BatchGetConfigMapsRequest) SetFieldMask ¶
func (m *BatchGetConfigMapsRequest) SetFieldMask(fv *config_map.ConfigMap_FieldMask)
func (*BatchGetConfigMapsRequest) SetNames ¶
func (m *BatchGetConfigMapsRequest) SetNames(fv []*config_map.Name)
func (*BatchGetConfigMapsRequest) SetView ¶
func (m *BatchGetConfigMapsRequest) SetView(fv view.View)
func (*BatchGetConfigMapsRequest) String ¶
func (m *BatchGetConfigMapsRequest) String() string
func (*BatchGetConfigMapsRequest) Unmarshal ¶
func (m *BatchGetConfigMapsRequest) Unmarshal(b []byte) error
func (*BatchGetConfigMapsRequest) UnmarshalJSON ¶
func (m *BatchGetConfigMapsRequest) UnmarshalJSON(data []byte) error
type BatchGetConfigMapsResponse ¶
type BatchGetConfigMapsResponse struct { // found ConfigMaps ConfigMaps []*config_map.ConfigMap `protobuf:"bytes,1,rep,name=config_maps,json=configMaps,proto3" json:"config_maps,omitempty" firestore:"configMaps"` // list of not found ConfigMaps Missing []*config_map.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"` // contains filtered or unexported fields }
BatchGetConfigMapsResponse
func (*BatchGetConfigMapsResponse) Descriptor ¶
func (*BatchGetConfigMapsResponse) Descriptor() ([]byte, []int)
Deprecated, Use BatchGetConfigMapsResponse.ProtoReflect.Descriptor instead.
func (*BatchGetConfigMapsResponse) GetConfigMaps ¶
func (m *BatchGetConfigMapsResponse) GetConfigMaps() []*config_map.ConfigMap
func (*BatchGetConfigMapsResponse) GetMissing ¶
func (m *BatchGetConfigMapsResponse) GetMissing() []*config_map.Name
func (*BatchGetConfigMapsResponse) GotenMessage ¶
func (*BatchGetConfigMapsResponse) GotenMessage()
func (*BatchGetConfigMapsResponse) GotenValidate ¶
func (obj *BatchGetConfigMapsResponse) GotenValidate() error
func (*BatchGetConfigMapsResponse) Marshal ¶
func (m *BatchGetConfigMapsResponse) Marshal() ([]byte, error)
func (*BatchGetConfigMapsResponse) MarshalJSON ¶
func (m *BatchGetConfigMapsResponse) MarshalJSON() ([]byte, error)
func (*BatchGetConfigMapsResponse) ProtoMessage ¶
func (*BatchGetConfigMapsResponse) ProtoMessage()
func (*BatchGetConfigMapsResponse) ProtoReflect ¶
func (m *BatchGetConfigMapsResponse) ProtoReflect() preflect.Message
func (*BatchGetConfigMapsResponse) Reset ¶
func (m *BatchGetConfigMapsResponse) Reset()
func (*BatchGetConfigMapsResponse) SetConfigMaps ¶
func (m *BatchGetConfigMapsResponse) SetConfigMaps(fv []*config_map.ConfigMap)
func (*BatchGetConfigMapsResponse) SetMissing ¶
func (m *BatchGetConfigMapsResponse) SetMissing(fv []*config_map.Name)
func (*BatchGetConfigMapsResponse) String ¶
func (m *BatchGetConfigMapsResponse) String() string
func (*BatchGetConfigMapsResponse) Unmarshal ¶
func (m *BatchGetConfigMapsResponse) Unmarshal(b []byte) error
func (*BatchGetConfigMapsResponse) UnmarshalJSON ¶
func (m *BatchGetConfigMapsResponse) UnmarshalJSON(data []byte) error
type ConfigMapServiceClient ¶
type ConfigMapServiceClient interface { GetConfigMap(ctx context.Context, in *GetConfigMapRequest, opts ...grpc.CallOption) (*config_map.ConfigMap, error) BatchGetConfigMaps(ctx context.Context, in *BatchGetConfigMapsRequest, opts ...grpc.CallOption) (*BatchGetConfigMapsResponse, error) ListConfigMaps(ctx context.Context, in *ListConfigMapsRequest, opts ...grpc.CallOption) (*ListConfigMapsResponse, error) WatchConfigMap(ctx context.Context, in *WatchConfigMapRequest, opts ...grpc.CallOption) (WatchConfigMapClientStream, error) WatchConfigMaps(ctx context.Context, in *WatchConfigMapsRequest, opts ...grpc.CallOption) (WatchConfigMapsClientStream, error) CreateConfigMap(ctx context.Context, in *CreateConfigMapRequest, opts ...grpc.CallOption) (*config_map.ConfigMap, error) UpdateConfigMap(ctx context.Context, in *UpdateConfigMapRequest, opts ...grpc.CallOption) (*config_map.ConfigMap, error) DeleteConfigMap(ctx context.Context, in *DeleteConfigMapRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) }
ConfigMapServiceClient is the client API for ConfigMapService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewConfigMapServiceClient ¶
func NewConfigMapServiceClient(cc grpc.ClientConnInterface) ConfigMapServiceClient
type ConfigMapServiceDescriptor ¶ added in v0.4.28
type ConfigMapServiceDescriptor struct{}
func GetConfigMapServiceDescriptor ¶ added in v0.4.28
func GetConfigMapServiceDescriptor() *ConfigMapServiceDescriptor
func (*ConfigMapServiceDescriptor) AllMethodDescriptors ¶ added in v0.4.28
func (d *ConfigMapServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*ConfigMapServiceDescriptor) GetApiName ¶ added in v0.4.28
func (d *ConfigMapServiceDescriptor) GetApiName() string
func (*ConfigMapServiceDescriptor) GetFullAPIName ¶ added in v0.4.28
func (d *ConfigMapServiceDescriptor) GetFullAPIName() string
func (*ConfigMapServiceDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *ConfigMapServiceDescriptor) GetProtoPkgName() string
func (*ConfigMapServiceDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *ConfigMapServiceDescriptor) GetServiceDomain() string
func (*ConfigMapServiceDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *ConfigMapServiceDescriptor) GetServiceVersion() string
type CreateConfigMapDescriptor ¶ added in v0.4.28
type CreateConfigMapDescriptor struct{}
func GetCreateConfigMapDescriptor ¶ added in v0.4.28
func GetCreateConfigMapDescriptor() *CreateConfigMapDescriptor
func (*CreateConfigMapDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*CreateConfigMapDescriptor) GetApiName ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) GetApiName() string
func (*CreateConfigMapDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateConfigMapDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) GetFullMethodName() string
func (*CreateConfigMapDescriptor) GetMethodName ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) GetMethodName() string
func (*CreateConfigMapDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) GetProtoPkgName() string
func (*CreateConfigMapDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *CreateConfigMapDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*CreateConfigMapDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateConfigMapDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) GetServiceDomain() string
func (*CreateConfigMapDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) GetServiceVersion() string
func (*CreateConfigMapDescriptor) GetVerb ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) GetVerb() string
func (*CreateConfigMapDescriptor) HasResource ¶ added in v0.4.30
func (d *CreateConfigMapDescriptor) HasResource() bool
func (*CreateConfigMapDescriptor) IsClientStream ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) IsClientStream() bool
func (*CreateConfigMapDescriptor) IsCollection ¶ added in v0.4.30
func (d *CreateConfigMapDescriptor) IsCollection() bool
func (*CreateConfigMapDescriptor) IsPlural ¶ added in v0.4.30
func (d *CreateConfigMapDescriptor) IsPlural() bool
func (*CreateConfigMapDescriptor) IsServerStream ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) IsServerStream() bool
func (*CreateConfigMapDescriptor) IsUnary ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) IsUnary() bool
func (*CreateConfigMapDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) NewEmptyClientMsg() proto.Message
func (*CreateConfigMapDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) NewEmptyServerMsg() proto.Message
func (*CreateConfigMapDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *CreateConfigMapDescriptor) RequestHasResourceBody() bool
type CreateConfigMapDescriptorClientMsgHandle ¶ added in v0.4.28
type CreateConfigMapDescriptorClientMsgHandle struct{}
func (*CreateConfigMapDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *CreateConfigMapDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateConfigMapDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *CreateConfigMapDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateConfigMapDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *CreateConfigMapDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateConfigMapDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *CreateConfigMapDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateConfigMapDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreateConfigMapDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateConfigMapDescriptorServerMsgHandle ¶ added in v0.4.28
type CreateConfigMapDescriptorServerMsgHandle struct{}
func (*CreateConfigMapDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *CreateConfigMapDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateConfigMapDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *CreateConfigMapDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateConfigMapDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *CreateConfigMapDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateConfigMapDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *CreateConfigMapDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateConfigMapDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *CreateConfigMapDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateConfigMapRequest ¶
type CreateConfigMapRequest struct { // Parent name of ntt.applications.v1alpha2.ConfigMap Parent *config_map.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // ConfigMap resource body ConfigMap *config_map.ConfigMap `protobuf:"bytes,2,opt,name=config_map,json=configMap,proto3" json:"config_map,omitempty" firestore:"configMap"` // contains filtered or unexported fields }
Request message for method [CreateConfigMap][ntt.applications.v1alpha2.CreateConfigMap]
func (*CreateConfigMapRequest) Descriptor ¶
func (*CreateConfigMapRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateConfigMapRequest.ProtoReflect.Descriptor instead.
func (*CreateConfigMapRequest) GetConfigMap ¶
func (m *CreateConfigMapRequest) GetConfigMap() *config_map.ConfigMap
func (*CreateConfigMapRequest) GetParent ¶
func (m *CreateConfigMapRequest) GetParent() *config_map.ParentName
func (*CreateConfigMapRequest) GotenMessage ¶
func (*CreateConfigMapRequest) GotenMessage()
func (*CreateConfigMapRequest) GotenValidate ¶
func (obj *CreateConfigMapRequest) GotenValidate() error
func (*CreateConfigMapRequest) Marshal ¶
func (m *CreateConfigMapRequest) Marshal() ([]byte, error)
func (*CreateConfigMapRequest) MarshalJSON ¶
func (m *CreateConfigMapRequest) MarshalJSON() ([]byte, error)
func (*CreateConfigMapRequest) ProtoMessage ¶
func (*CreateConfigMapRequest) ProtoMessage()
func (*CreateConfigMapRequest) ProtoReflect ¶
func (m *CreateConfigMapRequest) ProtoReflect() preflect.Message
func (*CreateConfigMapRequest) Reset ¶
func (m *CreateConfigMapRequest) Reset()
func (*CreateConfigMapRequest) SetConfigMap ¶
func (m *CreateConfigMapRequest) SetConfigMap(fv *config_map.ConfigMap)
func (*CreateConfigMapRequest) SetParent ¶
func (m *CreateConfigMapRequest) SetParent(fv *config_map.ParentName)
func (*CreateConfigMapRequest) String ¶
func (m *CreateConfigMapRequest) String() string
func (*CreateConfigMapRequest) Unmarshal ¶
func (m *CreateConfigMapRequest) Unmarshal(b []byte) error
func (*CreateConfigMapRequest) UnmarshalJSON ¶
func (m *CreateConfigMapRequest) UnmarshalJSON(data []byte) error
type DeleteConfigMapDescriptor ¶ added in v0.4.28
type DeleteConfigMapDescriptor struct{}
func GetDeleteConfigMapDescriptor ¶ added in v0.4.28
func GetDeleteConfigMapDescriptor() *DeleteConfigMapDescriptor
func (*DeleteConfigMapDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*DeleteConfigMapDescriptor) GetApiName ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) GetApiName() string
func (*DeleteConfigMapDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteConfigMapDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) GetFullMethodName() string
func (*DeleteConfigMapDescriptor) GetMethodName ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) GetMethodName() string
func (*DeleteConfigMapDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) GetProtoPkgName() string
func (*DeleteConfigMapDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *DeleteConfigMapDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*DeleteConfigMapDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*DeleteConfigMapDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) GetServiceDomain() string
func (*DeleteConfigMapDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) GetServiceVersion() string
func (*DeleteConfigMapDescriptor) GetVerb ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) GetVerb() string
func (*DeleteConfigMapDescriptor) HasResource ¶ added in v0.4.30
func (d *DeleteConfigMapDescriptor) HasResource() bool
func (*DeleteConfigMapDescriptor) IsClientStream ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) IsClientStream() bool
func (*DeleteConfigMapDescriptor) IsCollection ¶ added in v0.4.30
func (d *DeleteConfigMapDescriptor) IsCollection() bool
func (*DeleteConfigMapDescriptor) IsPlural ¶ added in v0.4.30
func (d *DeleteConfigMapDescriptor) IsPlural() bool
func (*DeleteConfigMapDescriptor) IsServerStream ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) IsServerStream() bool
func (*DeleteConfigMapDescriptor) IsUnary ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) IsUnary() bool
func (*DeleteConfigMapDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) NewEmptyClientMsg() proto.Message
func (*DeleteConfigMapDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) NewEmptyServerMsg() proto.Message
func (*DeleteConfigMapDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *DeleteConfigMapDescriptor) RequestHasResourceBody() bool
type DeleteConfigMapDescriptorClientMsgHandle ¶ added in v0.4.28
type DeleteConfigMapDescriptorClientMsgHandle struct{}
func (*DeleteConfigMapDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *DeleteConfigMapDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeleteConfigMapDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteConfigMapDescriptorServerMsgHandle ¶ added in v0.4.28
type DeleteConfigMapDescriptorServerMsgHandle struct{}
func (*DeleteConfigMapDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *DeleteConfigMapDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *DeleteConfigMapDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type DeleteConfigMapRequest ¶
type DeleteConfigMapRequest struct { // Name of ntt.applications.v1alpha2.ConfigMap Name *config_map.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty" firestore:"name"` // contains filtered or unexported fields }
Request message for method [DeleteConfigMap][ntt.applications.v1alpha2.DeleteConfigMap]
func (*DeleteConfigMapRequest) Descriptor ¶
func (*DeleteConfigMapRequest) Descriptor() ([]byte, []int)
Deprecated, Use DeleteConfigMapRequest.ProtoReflect.Descriptor instead.
func (*DeleteConfigMapRequest) GetName ¶
func (m *DeleteConfigMapRequest) GetName() *config_map.Name
func (*DeleteConfigMapRequest) GotenMessage ¶
func (*DeleteConfigMapRequest) GotenMessage()
func (*DeleteConfigMapRequest) GotenValidate ¶
func (obj *DeleteConfigMapRequest) GotenValidate() error
func (*DeleteConfigMapRequest) Marshal ¶
func (m *DeleteConfigMapRequest) Marshal() ([]byte, error)
func (*DeleteConfigMapRequest) MarshalJSON ¶
func (m *DeleteConfigMapRequest) MarshalJSON() ([]byte, error)
func (*DeleteConfigMapRequest) ProtoMessage ¶
func (*DeleteConfigMapRequest) ProtoMessage()
func (*DeleteConfigMapRequest) ProtoReflect ¶
func (m *DeleteConfigMapRequest) ProtoReflect() preflect.Message
func (*DeleteConfigMapRequest) Reset ¶
func (m *DeleteConfigMapRequest) Reset()
func (*DeleteConfigMapRequest) SetName ¶
func (m *DeleteConfigMapRequest) SetName(fv *config_map.Name)
func (*DeleteConfigMapRequest) String ¶
func (m *DeleteConfigMapRequest) String() string
func (*DeleteConfigMapRequest) Unmarshal ¶
func (m *DeleteConfigMapRequest) Unmarshal(b []byte) error
func (*DeleteConfigMapRequest) UnmarshalJSON ¶
func (m *DeleteConfigMapRequest) UnmarshalJSON(data []byte) error
type GetConfigMapDescriptor ¶ added in v0.4.28
type GetConfigMapDescriptor struct{}
func GetGetConfigMapDescriptor ¶ added in v0.4.28
func GetGetConfigMapDescriptor() *GetConfigMapDescriptor
func (*GetConfigMapDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*GetConfigMapDescriptor) GetApiName ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) GetApiName() string
func (*GetConfigMapDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetConfigMapDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) GetFullMethodName() string
func (*GetConfigMapDescriptor) GetMethodName ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) GetMethodName() string
func (*GetConfigMapDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) GetProtoPkgName() string
func (*GetConfigMapDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *GetConfigMapDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*GetConfigMapDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*GetConfigMapDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) GetServiceDomain() string
func (*GetConfigMapDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) GetServiceVersion() string
func (*GetConfigMapDescriptor) GetVerb ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) GetVerb() string
func (*GetConfigMapDescriptor) HasResource ¶ added in v0.4.30
func (d *GetConfigMapDescriptor) HasResource() bool
func (*GetConfigMapDescriptor) IsClientStream ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) IsClientStream() bool
func (*GetConfigMapDescriptor) IsCollection ¶ added in v0.4.30
func (d *GetConfigMapDescriptor) IsCollection() bool
func (*GetConfigMapDescriptor) IsPlural ¶ added in v0.4.30
func (d *GetConfigMapDescriptor) IsPlural() bool
func (*GetConfigMapDescriptor) IsServerStream ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) IsServerStream() bool
func (*GetConfigMapDescriptor) IsUnary ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) IsUnary() bool
func (*GetConfigMapDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) NewEmptyClientMsg() proto.Message
func (*GetConfigMapDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) NewEmptyServerMsg() proto.Message
func (*GetConfigMapDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *GetConfigMapDescriptor) RequestHasResourceBody() bool
type GetConfigMapDescriptorClientMsgHandle ¶ added in v0.4.28
type GetConfigMapDescriptorClientMsgHandle struct{}
func (*GetConfigMapDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *GetConfigMapDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetConfigMapDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *GetConfigMapDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetConfigMapDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *GetConfigMapDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetConfigMapDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *GetConfigMapDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetConfigMapDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *GetConfigMapDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetConfigMapDescriptorServerMsgHandle ¶ added in v0.4.28
type GetConfigMapDescriptorServerMsgHandle struct{}
func (*GetConfigMapDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *GetConfigMapDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*GetConfigMapDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *GetConfigMapDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*GetConfigMapDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *GetConfigMapDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*GetConfigMapDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *GetConfigMapDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*GetConfigMapDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *GetConfigMapDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type GetConfigMapRequest ¶
type GetConfigMapRequest struct { // Name of ntt.applications.v1alpha2.ConfigMap Name *config_map.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 *config_map.ConfigMap_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 [GetConfigMap][ntt.applications.v1alpha2.GetConfigMap]
func (*GetConfigMapRequest) Descriptor ¶
func (*GetConfigMapRequest) Descriptor() ([]byte, []int)
Deprecated, Use GetConfigMapRequest.ProtoReflect.Descriptor instead.
func (*GetConfigMapRequest) GetFieldMask ¶
func (m *GetConfigMapRequest) GetFieldMask() *config_map.ConfigMap_FieldMask
func (*GetConfigMapRequest) GetName ¶
func (m *GetConfigMapRequest) GetName() *config_map.Name
func (*GetConfigMapRequest) GetView ¶
func (m *GetConfigMapRequest) GetView() view.View
func (*GetConfigMapRequest) GotenMessage ¶
func (*GetConfigMapRequest) GotenMessage()
func (*GetConfigMapRequest) GotenValidate ¶
func (obj *GetConfigMapRequest) GotenValidate() error
func (*GetConfigMapRequest) Marshal ¶
func (m *GetConfigMapRequest) Marshal() ([]byte, error)
func (*GetConfigMapRequest) MarshalJSON ¶
func (m *GetConfigMapRequest) MarshalJSON() ([]byte, error)
func (*GetConfigMapRequest) ProtoMessage ¶
func (*GetConfigMapRequest) ProtoMessage()
func (*GetConfigMapRequest) ProtoReflect ¶
func (m *GetConfigMapRequest) ProtoReflect() preflect.Message
func (*GetConfigMapRequest) Reset ¶
func (m *GetConfigMapRequest) Reset()
func (*GetConfigMapRequest) SetFieldMask ¶
func (m *GetConfigMapRequest) SetFieldMask(fv *config_map.ConfigMap_FieldMask)
func (*GetConfigMapRequest) SetName ¶
func (m *GetConfigMapRequest) SetName(fv *config_map.Name)
func (*GetConfigMapRequest) SetView ¶
func (m *GetConfigMapRequest) SetView(fv view.View)
func (*GetConfigMapRequest) String ¶
func (m *GetConfigMapRequest) String() string
func (*GetConfigMapRequest) Unmarshal ¶
func (m *GetConfigMapRequest) Unmarshal(b []byte) error
func (*GetConfigMapRequest) UnmarshalJSON ¶
func (m *GetConfigMapRequest) UnmarshalJSON(data []byte) error
type ListConfigMapsDescriptor ¶ added in v0.4.28
type ListConfigMapsDescriptor struct{}
func GetListConfigMapsDescriptor ¶ added in v0.4.28
func GetListConfigMapsDescriptor() *ListConfigMapsDescriptor
func (*ListConfigMapsDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListConfigMapsDescriptor) GetApiName ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) GetApiName() string
func (*ListConfigMapsDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListConfigMapsDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) GetFullMethodName() string
func (*ListConfigMapsDescriptor) GetMethodName ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) GetMethodName() string
func (*ListConfigMapsDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) GetProtoPkgName() string
func (*ListConfigMapsDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *ListConfigMapsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListConfigMapsDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListConfigMapsDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) GetServiceDomain() string
func (*ListConfigMapsDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) GetServiceVersion() string
func (*ListConfigMapsDescriptor) GetVerb ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) GetVerb() string
func (*ListConfigMapsDescriptor) HasResource ¶ added in v0.4.30
func (d *ListConfigMapsDescriptor) HasResource() bool
func (*ListConfigMapsDescriptor) IsClientStream ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) IsClientStream() bool
func (*ListConfigMapsDescriptor) IsCollection ¶ added in v0.4.30
func (d *ListConfigMapsDescriptor) IsCollection() bool
func (*ListConfigMapsDescriptor) IsPlural ¶ added in v0.4.30
func (d *ListConfigMapsDescriptor) IsPlural() bool
func (*ListConfigMapsDescriptor) IsServerStream ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) IsServerStream() bool
func (*ListConfigMapsDescriptor) IsUnary ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) IsUnary() bool
func (*ListConfigMapsDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) NewEmptyClientMsg() proto.Message
func (*ListConfigMapsDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) NewEmptyServerMsg() proto.Message
func (*ListConfigMapsDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *ListConfigMapsDescriptor) RequestHasResourceBody() bool
type ListConfigMapsDescriptorClientMsgHandle ¶ added in v0.4.28
type ListConfigMapsDescriptorClientMsgHandle struct{}
func (*ListConfigMapsDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListConfigMapsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListConfigMapsDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *ListConfigMapsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListConfigMapsDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *ListConfigMapsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListConfigMapsDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListConfigMapsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListConfigMapsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListConfigMapsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListConfigMapsDescriptorServerMsgHandle ¶ added in v0.4.28
type ListConfigMapsDescriptorServerMsgHandle struct{}
func (*ListConfigMapsDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListConfigMapsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListConfigMapsDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *ListConfigMapsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListConfigMapsDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *ListConfigMapsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListConfigMapsDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListConfigMapsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListConfigMapsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListConfigMapsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListConfigMapsRequest ¶
type ListConfigMapsRequest struct { // Parent name of ntt.applications.v1alpha2.ConfigMap Parent *config_map.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer ConfigMaps 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 // [ListConfigMapsResponse.next_page_token][ntt.applications.v1alpha2.ListConfigMapsResponse.next_page_token] PageToken *config_map.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 *config_map.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 *config_map.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 *config_map.ConfigMap_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 [ListConfigMaps][ntt.applications.v1alpha2.ListConfigMaps]
func (*ListConfigMapsRequest) Descriptor ¶
func (*ListConfigMapsRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListConfigMapsRequest.ProtoReflect.Descriptor instead.
func (*ListConfigMapsRequest) GetFieldMask ¶
func (m *ListConfigMapsRequest) GetFieldMask() *config_map.ConfigMap_FieldMask
func (*ListConfigMapsRequest) GetFilter ¶
func (m *ListConfigMapsRequest) GetFilter() *config_map.Filter
func (*ListConfigMapsRequest) GetIncludePagingInfo ¶ added in v0.10.1
func (m *ListConfigMapsRequest) GetIncludePagingInfo() bool
func (*ListConfigMapsRequest) GetOrderBy ¶
func (m *ListConfigMapsRequest) GetOrderBy() *config_map.OrderBy
func (*ListConfigMapsRequest) GetPageSize ¶
func (m *ListConfigMapsRequest) GetPageSize() int32
func (*ListConfigMapsRequest) GetPageToken ¶
func (m *ListConfigMapsRequest) GetPageToken() *config_map.PagerCursor
func (*ListConfigMapsRequest) GetParent ¶
func (m *ListConfigMapsRequest) GetParent() *config_map.ParentName
func (*ListConfigMapsRequest) GetView ¶
func (m *ListConfigMapsRequest) GetView() view.View
func (*ListConfigMapsRequest) GotenMessage ¶
func (*ListConfigMapsRequest) GotenMessage()
func (*ListConfigMapsRequest) GotenValidate ¶
func (obj *ListConfigMapsRequest) GotenValidate() error
func (*ListConfigMapsRequest) Marshal ¶
func (m *ListConfigMapsRequest) Marshal() ([]byte, error)
func (*ListConfigMapsRequest) MarshalJSON ¶
func (m *ListConfigMapsRequest) MarshalJSON() ([]byte, error)
func (*ListConfigMapsRequest) ProtoMessage ¶
func (*ListConfigMapsRequest) ProtoMessage()
func (*ListConfigMapsRequest) ProtoReflect ¶
func (m *ListConfigMapsRequest) ProtoReflect() preflect.Message
func (*ListConfigMapsRequest) Reset ¶
func (m *ListConfigMapsRequest) Reset()
func (*ListConfigMapsRequest) SetFieldMask ¶
func (m *ListConfigMapsRequest) SetFieldMask(fv *config_map.ConfigMap_FieldMask)
func (*ListConfigMapsRequest) SetFilter ¶
func (m *ListConfigMapsRequest) SetFilter(fv *config_map.Filter)
func (*ListConfigMapsRequest) SetIncludePagingInfo ¶ added in v0.10.1
func (m *ListConfigMapsRequest) SetIncludePagingInfo(fv bool)
func (*ListConfigMapsRequest) SetOrderBy ¶
func (m *ListConfigMapsRequest) SetOrderBy(fv *config_map.OrderBy)
func (*ListConfigMapsRequest) SetPageSize ¶
func (m *ListConfigMapsRequest) SetPageSize(fv int32)
func (*ListConfigMapsRequest) SetPageToken ¶
func (m *ListConfigMapsRequest) SetPageToken(fv *config_map.PagerCursor)
func (*ListConfigMapsRequest) SetParent ¶
func (m *ListConfigMapsRequest) SetParent(fv *config_map.ParentName)
func (*ListConfigMapsRequest) SetView ¶
func (m *ListConfigMapsRequest) SetView(fv view.View)
func (*ListConfigMapsRequest) String ¶
func (m *ListConfigMapsRequest) String() string
func (*ListConfigMapsRequest) Unmarshal ¶
func (m *ListConfigMapsRequest) Unmarshal(b []byte) error
func (*ListConfigMapsRequest) UnmarshalJSON ¶
func (m *ListConfigMapsRequest) UnmarshalJSON(data []byte) error
type ListConfigMapsResponse ¶
type ListConfigMapsResponse struct { // The list of ConfigMaps ConfigMaps []*config_map.ConfigMap `protobuf:"bytes,1,rep,name=config_maps,json=configMaps,proto3" json:"config_maps,omitempty" firestore:"configMaps"` // A token to retrieve previous page of results. Pass this value in the // [ListConfigMapsRequest.page_token][ntt.applications.v1alpha2.ListConfigMapsRequest.page_token] PrevPageToken *config_map.PagerCursor `` /* 151-byte string literal not displayed */ // A token to retrieve next page of results. Pass this value in the // [ListConfigMapsRequest.page_token][ntt.applications.v1alpha2.ListConfigMapsRequest.page_token] NextPageToken *config_map.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 ConfigMaps 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 [ListConfigMaps][ntt.applications.v1alpha2.ListConfigMaps]
func (*ListConfigMapsResponse) Descriptor ¶
func (*ListConfigMapsResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListConfigMapsResponse.ProtoReflect.Descriptor instead.
func (*ListConfigMapsResponse) GetConfigMaps ¶
func (m *ListConfigMapsResponse) GetConfigMaps() []*config_map.ConfigMap
func (*ListConfigMapsResponse) GetCurrentOffset ¶ added in v0.10.1
func (m *ListConfigMapsResponse) GetCurrentOffset() int32
func (*ListConfigMapsResponse) GetNextPageToken ¶
func (m *ListConfigMapsResponse) GetNextPageToken() *config_map.PagerCursor
func (*ListConfigMapsResponse) GetPrevPageToken ¶
func (m *ListConfigMapsResponse) GetPrevPageToken() *config_map.PagerCursor
func (*ListConfigMapsResponse) GetTotalResultsCount ¶ added in v0.10.1
func (m *ListConfigMapsResponse) GetTotalResultsCount() int32
func (*ListConfigMapsResponse) GotenMessage ¶
func (*ListConfigMapsResponse) GotenMessage()
func (*ListConfigMapsResponse) GotenValidate ¶
func (obj *ListConfigMapsResponse) GotenValidate() error
func (*ListConfigMapsResponse) Marshal ¶
func (m *ListConfigMapsResponse) Marshal() ([]byte, error)
func (*ListConfigMapsResponse) MarshalJSON ¶
func (m *ListConfigMapsResponse) MarshalJSON() ([]byte, error)
func (*ListConfigMapsResponse) ProtoMessage ¶
func (*ListConfigMapsResponse) ProtoMessage()
func (*ListConfigMapsResponse) ProtoReflect ¶
func (m *ListConfigMapsResponse) ProtoReflect() preflect.Message
func (*ListConfigMapsResponse) Reset ¶
func (m *ListConfigMapsResponse) Reset()
func (*ListConfigMapsResponse) SetConfigMaps ¶
func (m *ListConfigMapsResponse) SetConfigMaps(fv []*config_map.ConfigMap)
func (*ListConfigMapsResponse) SetCurrentOffset ¶ added in v0.10.1
func (m *ListConfigMapsResponse) SetCurrentOffset(fv int32)
func (*ListConfigMapsResponse) SetNextPageToken ¶
func (m *ListConfigMapsResponse) SetNextPageToken(fv *config_map.PagerCursor)
func (*ListConfigMapsResponse) SetPrevPageToken ¶
func (m *ListConfigMapsResponse) SetPrevPageToken(fv *config_map.PagerCursor)
func (*ListConfigMapsResponse) SetTotalResultsCount ¶ added in v0.10.1
func (m *ListConfigMapsResponse) SetTotalResultsCount(fv int32)
func (*ListConfigMapsResponse) String ¶
func (m *ListConfigMapsResponse) String() string
func (*ListConfigMapsResponse) Unmarshal ¶
func (m *ListConfigMapsResponse) Unmarshal(b []byte) error
func (*ListConfigMapsResponse) UnmarshalJSON ¶
func (m *ListConfigMapsResponse) UnmarshalJSON(data []byte) error
type UpdateConfigMapDescriptor ¶ added in v0.4.28
type UpdateConfigMapDescriptor struct{}
func GetUpdateConfigMapDescriptor ¶ added in v0.4.28
func GetUpdateConfigMapDescriptor() *UpdateConfigMapDescriptor
func (*UpdateConfigMapDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*UpdateConfigMapDescriptor) GetApiName ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) GetApiName() string
func (*UpdateConfigMapDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateConfigMapDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) GetFullMethodName() string
func (*UpdateConfigMapDescriptor) GetMethodName ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) GetMethodName() string
func (*UpdateConfigMapDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) GetProtoPkgName() string
func (*UpdateConfigMapDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *UpdateConfigMapDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*UpdateConfigMapDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*UpdateConfigMapDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) GetServiceDomain() string
func (*UpdateConfigMapDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) GetServiceVersion() string
func (*UpdateConfigMapDescriptor) GetVerb ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) GetVerb() string
func (*UpdateConfigMapDescriptor) HasResource ¶ added in v0.4.30
func (d *UpdateConfigMapDescriptor) HasResource() bool
func (*UpdateConfigMapDescriptor) IsClientStream ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) IsClientStream() bool
func (*UpdateConfigMapDescriptor) IsCollection ¶ added in v0.4.30
func (d *UpdateConfigMapDescriptor) IsCollection() bool
func (*UpdateConfigMapDescriptor) IsPlural ¶ added in v0.4.30
func (d *UpdateConfigMapDescriptor) IsPlural() bool
func (*UpdateConfigMapDescriptor) IsServerStream ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) IsServerStream() bool
func (*UpdateConfigMapDescriptor) IsUnary ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) IsUnary() bool
func (*UpdateConfigMapDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) NewEmptyClientMsg() proto.Message
func (*UpdateConfigMapDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) NewEmptyServerMsg() proto.Message
func (*UpdateConfigMapDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *UpdateConfigMapDescriptor) RequestHasResourceBody() bool
type UpdateConfigMapDescriptorClientMsgHandle ¶ added in v0.4.28
type UpdateConfigMapDescriptorClientMsgHandle struct{}
func (*UpdateConfigMapDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *UpdateConfigMapDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdateConfigMapDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateConfigMapDescriptorServerMsgHandle ¶ added in v0.4.28
type UpdateConfigMapDescriptorServerMsgHandle struct{}
func (*UpdateConfigMapDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *UpdateConfigMapDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *UpdateConfigMapDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type UpdateConfigMapRequest ¶
type UpdateConfigMapRequest struct { // ConfigMap resource body ConfigMap *config_map.ConfigMap `protobuf:"bytes,2,opt,name=config_map,json=configMap,proto3" json:"config_map,omitempty" firestore:"configMap"` // FieldMask applied to request - change will be applied only for fields in // the mask UpdateMask *config_map.ConfigMap_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 *UpdateConfigMapRequest_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 [UpdateConfigMap][ntt.applications.v1alpha2.UpdateConfigMap]
func (*UpdateConfigMapRequest) Descriptor ¶
func (*UpdateConfigMapRequest) Descriptor() ([]byte, []int)
Deprecated, Use UpdateConfigMapRequest.ProtoReflect.Descriptor instead.
func (*UpdateConfigMapRequest) GetAllowMissing ¶ added in v0.12.33
func (m *UpdateConfigMapRequest) GetAllowMissing() bool
func (*UpdateConfigMapRequest) GetCas ¶
func (m *UpdateConfigMapRequest) GetCas() *UpdateConfigMapRequest_CAS
func (*UpdateConfigMapRequest) GetConfigMap ¶
func (m *UpdateConfigMapRequest) GetConfigMap() *config_map.ConfigMap
func (*UpdateConfigMapRequest) GetUpdateMask ¶
func (m *UpdateConfigMapRequest) GetUpdateMask() *config_map.ConfigMap_FieldMask
func (*UpdateConfigMapRequest) GotenMessage ¶
func (*UpdateConfigMapRequest) GotenMessage()
func (*UpdateConfigMapRequest) GotenValidate ¶
func (obj *UpdateConfigMapRequest) GotenValidate() error
func (*UpdateConfigMapRequest) Marshal ¶
func (m *UpdateConfigMapRequest) Marshal() ([]byte, error)
func (*UpdateConfigMapRequest) MarshalJSON ¶
func (m *UpdateConfigMapRequest) MarshalJSON() ([]byte, error)
func (*UpdateConfigMapRequest) ProtoMessage ¶
func (*UpdateConfigMapRequest) ProtoMessage()
func (*UpdateConfigMapRequest) ProtoReflect ¶
func (m *UpdateConfigMapRequest) ProtoReflect() preflect.Message
func (*UpdateConfigMapRequest) Reset ¶
func (m *UpdateConfigMapRequest) Reset()
func (*UpdateConfigMapRequest) SetAllowMissing ¶ added in v0.12.33
func (m *UpdateConfigMapRequest) SetAllowMissing(fv bool)
func (*UpdateConfigMapRequest) SetCas ¶
func (m *UpdateConfigMapRequest) SetCas(fv *UpdateConfigMapRequest_CAS)
func (*UpdateConfigMapRequest) SetConfigMap ¶
func (m *UpdateConfigMapRequest) SetConfigMap(fv *config_map.ConfigMap)
func (*UpdateConfigMapRequest) SetUpdateMask ¶
func (m *UpdateConfigMapRequest) SetUpdateMask(fv *config_map.ConfigMap_FieldMask)
func (*UpdateConfigMapRequest) String ¶
func (m *UpdateConfigMapRequest) String() string
func (*UpdateConfigMapRequest) Unmarshal ¶
func (m *UpdateConfigMapRequest) Unmarshal(b []byte) error
func (*UpdateConfigMapRequest) UnmarshalJSON ¶
func (m *UpdateConfigMapRequest) UnmarshalJSON(data []byte) error
type UpdateConfigMapRequest_CAS ¶
type UpdateConfigMapRequest_CAS struct { // Conditional desired state of a resource before update. ConditionalState *config_map.ConfigMap `` /* 138-byte string literal not displayed */ // Field paths from conditional state of resource server should check and // compare. FieldMask *config_map.ConfigMap_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 (*UpdateConfigMapRequest_CAS) Descriptor ¶
func (*UpdateConfigMapRequest_CAS) Descriptor() ([]byte, []int)
Deprecated, Use UpdateConfigMapRequest_CAS.ProtoReflect.Descriptor instead.
func (*UpdateConfigMapRequest_CAS) GetConditionalState ¶
func (m *UpdateConfigMapRequest_CAS) GetConditionalState() *config_map.ConfigMap
func (*UpdateConfigMapRequest_CAS) GetFieldMask ¶
func (m *UpdateConfigMapRequest_CAS) GetFieldMask() *config_map.ConfigMap_FieldMask
func (*UpdateConfigMapRequest_CAS) GotenMessage ¶
func (*UpdateConfigMapRequest_CAS) GotenMessage()
func (*UpdateConfigMapRequest_CAS) GotenValidate ¶
func (obj *UpdateConfigMapRequest_CAS) GotenValidate() error
func (*UpdateConfigMapRequest_CAS) Marshal ¶
func (m *UpdateConfigMapRequest_CAS) Marshal() ([]byte, error)
func (*UpdateConfigMapRequest_CAS) MarshalJSON ¶
func (m *UpdateConfigMapRequest_CAS) MarshalJSON() ([]byte, error)
func (*UpdateConfigMapRequest_CAS) ProtoMessage ¶
func (*UpdateConfigMapRequest_CAS) ProtoMessage()
func (*UpdateConfigMapRequest_CAS) ProtoReflect ¶
func (m *UpdateConfigMapRequest_CAS) ProtoReflect() preflect.Message
func (*UpdateConfigMapRequest_CAS) Reset ¶
func (m *UpdateConfigMapRequest_CAS) Reset()
func (*UpdateConfigMapRequest_CAS) SetConditionalState ¶
func (m *UpdateConfigMapRequest_CAS) SetConditionalState(fv *config_map.ConfigMap)
func (*UpdateConfigMapRequest_CAS) SetFieldMask ¶
func (m *UpdateConfigMapRequest_CAS) SetFieldMask(fv *config_map.ConfigMap_FieldMask)
func (*UpdateConfigMapRequest_CAS) String ¶
func (m *UpdateConfigMapRequest_CAS) String() string
func (*UpdateConfigMapRequest_CAS) Unmarshal ¶
func (m *UpdateConfigMapRequest_CAS) Unmarshal(b []byte) error
func (*UpdateConfigMapRequest_CAS) UnmarshalJSON ¶
func (m *UpdateConfigMapRequest_CAS) UnmarshalJSON(data []byte) error
type WatchConfigMapClientStream ¶
type WatchConfigMapClientStream interface { Recv() (*WatchConfigMapResponse, error) grpc.ClientStream }
type WatchConfigMapDescriptor ¶ added in v0.4.28
type WatchConfigMapDescriptor struct{}
func GetWatchConfigMapDescriptor ¶ added in v0.4.28
func GetWatchConfigMapDescriptor() *WatchConfigMapDescriptor
func (*WatchConfigMapDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchConfigMapDescriptor) GetApiName ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) GetApiName() string
func (*WatchConfigMapDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchConfigMapDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) GetFullMethodName() string
func (*WatchConfigMapDescriptor) GetMethodName ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) GetMethodName() string
func (*WatchConfigMapDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) GetProtoPkgName() string
func (*WatchConfigMapDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *WatchConfigMapDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchConfigMapDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchConfigMapDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) GetServiceDomain() string
func (*WatchConfigMapDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) GetServiceVersion() string
func (*WatchConfigMapDescriptor) GetVerb ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) GetVerb() string
func (*WatchConfigMapDescriptor) HasResource ¶ added in v0.4.30
func (d *WatchConfigMapDescriptor) HasResource() bool
func (*WatchConfigMapDescriptor) IsClientStream ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) IsClientStream() bool
func (*WatchConfigMapDescriptor) IsCollection ¶ added in v0.4.30
func (d *WatchConfigMapDescriptor) IsCollection() bool
func (*WatchConfigMapDescriptor) IsPlural ¶ added in v0.4.30
func (d *WatchConfigMapDescriptor) IsPlural() bool
func (*WatchConfigMapDescriptor) IsServerStream ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) IsServerStream() bool
func (*WatchConfigMapDescriptor) IsUnary ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) IsUnary() bool
func (*WatchConfigMapDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchConfigMapDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchConfigMapDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *WatchConfigMapDescriptor) RequestHasResourceBody() bool
type WatchConfigMapDescriptorClientMsgHandle ¶ added in v0.4.28
type WatchConfigMapDescriptorClientMsgHandle struct{}
func (*WatchConfigMapDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchConfigMapDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchConfigMapDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchConfigMapDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchConfigMapDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchConfigMapDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchConfigMapDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchConfigMapDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchConfigMapDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchConfigMapDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchConfigMapDescriptorServerMsgHandle ¶ added in v0.4.28
type WatchConfigMapDescriptorServerMsgHandle struct{}
func (*WatchConfigMapDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchConfigMapDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchConfigMapDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchConfigMapDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchConfigMapDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchConfigMapDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchConfigMapDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchConfigMapDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchConfigMapDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchConfigMapDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchConfigMapRequest ¶
type WatchConfigMapRequest struct { // Name of ntt.applications.v1alpha2.ConfigMap Name *config_map.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 *config_map.ConfigMap_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 [WatchConfigMap][ntt.applications.v1alpha2.WatchConfigMap]
func (*WatchConfigMapRequest) Descriptor ¶
func (*WatchConfigMapRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchConfigMapRequest.ProtoReflect.Descriptor instead.
func (*WatchConfigMapRequest) GetFieldMask ¶
func (m *WatchConfigMapRequest) GetFieldMask() *config_map.ConfigMap_FieldMask
func (*WatchConfigMapRequest) GetName ¶
func (m *WatchConfigMapRequest) GetName() *config_map.Name
func (*WatchConfigMapRequest) GetView ¶
func (m *WatchConfigMapRequest) GetView() view.View
func (*WatchConfigMapRequest) GotenMessage ¶
func (*WatchConfigMapRequest) GotenMessage()
func (*WatchConfigMapRequest) GotenValidate ¶
func (obj *WatchConfigMapRequest) GotenValidate() error
func (*WatchConfigMapRequest) Marshal ¶
func (m *WatchConfigMapRequest) Marshal() ([]byte, error)
func (*WatchConfigMapRequest) MarshalJSON ¶
func (m *WatchConfigMapRequest) MarshalJSON() ([]byte, error)
func (*WatchConfigMapRequest) ProtoMessage ¶
func (*WatchConfigMapRequest) ProtoMessage()
func (*WatchConfigMapRequest) ProtoReflect ¶
func (m *WatchConfigMapRequest) ProtoReflect() preflect.Message
func (*WatchConfigMapRequest) Reset ¶
func (m *WatchConfigMapRequest) Reset()
func (*WatchConfigMapRequest) SetFieldMask ¶
func (m *WatchConfigMapRequest) SetFieldMask(fv *config_map.ConfigMap_FieldMask)
func (*WatchConfigMapRequest) SetName ¶
func (m *WatchConfigMapRequest) SetName(fv *config_map.Name)
func (*WatchConfigMapRequest) SetView ¶
func (m *WatchConfigMapRequest) SetView(fv view.View)
func (*WatchConfigMapRequest) String ¶
func (m *WatchConfigMapRequest) String() string
func (*WatchConfigMapRequest) Unmarshal ¶
func (m *WatchConfigMapRequest) Unmarshal(b []byte) error
func (*WatchConfigMapRequest) UnmarshalJSON ¶
func (m *WatchConfigMapRequest) UnmarshalJSON(data []byte) error
type WatchConfigMapResponse ¶
type WatchConfigMapResponse struct { Change *config_map.ConfigMapChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"` // contains filtered or unexported fields }
WatchConfigMapResponse
func (*WatchConfigMapResponse) Descriptor ¶
func (*WatchConfigMapResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchConfigMapResponse.ProtoReflect.Descriptor instead.
func (*WatchConfigMapResponse) GetChange ¶
func (m *WatchConfigMapResponse) GetChange() *config_map.ConfigMapChange
func (*WatchConfigMapResponse) GotenMessage ¶
func (*WatchConfigMapResponse) GotenMessage()
func (*WatchConfigMapResponse) GotenValidate ¶
func (obj *WatchConfigMapResponse) GotenValidate() error
func (*WatchConfigMapResponse) Marshal ¶
func (m *WatchConfigMapResponse) Marshal() ([]byte, error)
func (*WatchConfigMapResponse) MarshalJSON ¶
func (m *WatchConfigMapResponse) MarshalJSON() ([]byte, error)
func (*WatchConfigMapResponse) ProtoMessage ¶
func (*WatchConfigMapResponse) ProtoMessage()
func (*WatchConfigMapResponse) ProtoReflect ¶
func (m *WatchConfigMapResponse) ProtoReflect() preflect.Message
func (*WatchConfigMapResponse) Reset ¶
func (m *WatchConfigMapResponse) Reset()
func (*WatchConfigMapResponse) SetChange ¶
func (m *WatchConfigMapResponse) SetChange(fv *config_map.ConfigMapChange)
func (*WatchConfigMapResponse) String ¶
func (m *WatchConfigMapResponse) String() string
func (*WatchConfigMapResponse) Unmarshal ¶
func (m *WatchConfigMapResponse) Unmarshal(b []byte) error
func (*WatchConfigMapResponse) UnmarshalJSON ¶
func (m *WatchConfigMapResponse) UnmarshalJSON(data []byte) error
type WatchConfigMapsClientStream ¶
type WatchConfigMapsClientStream interface { Recv() (*WatchConfigMapsResponse, error) grpc.ClientStream }
type WatchConfigMapsDescriptor ¶ added in v0.4.28
type WatchConfigMapsDescriptor struct{}
func GetWatchConfigMapsDescriptor ¶ added in v0.4.28
func GetWatchConfigMapsDescriptor() *WatchConfigMapsDescriptor
func (*WatchConfigMapsDescriptor) GetApiDescriptor ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*WatchConfigMapsDescriptor) GetApiName ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) GetApiName() string
func (*WatchConfigMapsDescriptor) GetClientMsgReflectHandle ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchConfigMapsDescriptor) GetFullMethodName ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) GetFullMethodName() string
func (*WatchConfigMapsDescriptor) GetMethodName ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) GetMethodName() string
func (*WatchConfigMapsDescriptor) GetProtoPkgName ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) GetProtoPkgName() string
func (*WatchConfigMapsDescriptor) GetResourceDescriptor ¶ added in v0.4.30
func (d *WatchConfigMapsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*WatchConfigMapsDescriptor) GetServerMsgReflectHandle ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*WatchConfigMapsDescriptor) GetServiceDomain ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) GetServiceDomain() string
func (*WatchConfigMapsDescriptor) GetServiceVersion ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) GetServiceVersion() string
func (*WatchConfigMapsDescriptor) GetVerb ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) GetVerb() string
func (*WatchConfigMapsDescriptor) HasResource ¶ added in v0.4.30
func (d *WatchConfigMapsDescriptor) HasResource() bool
func (*WatchConfigMapsDescriptor) IsClientStream ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) IsClientStream() bool
func (*WatchConfigMapsDescriptor) IsCollection ¶ added in v0.4.30
func (d *WatchConfigMapsDescriptor) IsCollection() bool
func (*WatchConfigMapsDescriptor) IsPlural ¶ added in v0.4.30
func (d *WatchConfigMapsDescriptor) IsPlural() bool
func (*WatchConfigMapsDescriptor) IsServerStream ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) IsServerStream() bool
func (*WatchConfigMapsDescriptor) IsUnary ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) IsUnary() bool
func (*WatchConfigMapsDescriptor) NewEmptyClientMsg ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) NewEmptyClientMsg() proto.Message
func (*WatchConfigMapsDescriptor) NewEmptyServerMsg ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) NewEmptyServerMsg() proto.Message
func (*WatchConfigMapsDescriptor) RequestHasResourceBody ¶ added in v0.4.28
func (d *WatchConfigMapsDescriptor) RequestHasResourceBody() bool
type WatchConfigMapsDescriptorClientMsgHandle ¶ added in v0.4.28
type WatchConfigMapsDescriptorClientMsgHandle struct{}
func (*WatchConfigMapsDescriptorClientMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchConfigMapsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchConfigMapsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchConfigMapsDescriptorServerMsgHandle ¶ added in v0.4.28
type WatchConfigMapsDescriptorServerMsgHandle struct{}
func (*WatchConfigMapsDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *WatchConfigMapsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceBodies ¶ added in v1.0.21
func (h *WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceBody ¶ added in v1.0.21
func (h *WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *WatchConfigMapsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type WatchConfigMapsRequest ¶
type WatchConfigMapsRequest 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.applications.v1alpha2.ConfigMap Parent *config_map.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // Requested page size. Server may return fewer ConfigMaps 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 *config_map.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 *config_map.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 *config_map.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 ConfigMap that don't affect // any of masked fields won't be sent back. FieldMask *config_map.ConfigMap_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 // ConfigMap 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 [WatchConfigMaps][ntt.applications.v1alpha2.WatchConfigMaps]
func (*WatchConfigMapsRequest) Descriptor ¶
func (*WatchConfigMapsRequest) Descriptor() ([]byte, []int)
Deprecated, Use WatchConfigMapsRequest.ProtoReflect.Descriptor instead.
func (*WatchConfigMapsRequest) GetFieldMask ¶
func (m *WatchConfigMapsRequest) GetFieldMask() *config_map.ConfigMap_FieldMask
func (*WatchConfigMapsRequest) GetFilter ¶
func (m *WatchConfigMapsRequest) GetFilter() *config_map.Filter
func (*WatchConfigMapsRequest) GetMaxChunkSize ¶
func (m *WatchConfigMapsRequest) GetMaxChunkSize() int32
func (*WatchConfigMapsRequest) GetOrderBy ¶
func (m *WatchConfigMapsRequest) GetOrderBy() *config_map.OrderBy
func (*WatchConfigMapsRequest) GetPageSize ¶
func (m *WatchConfigMapsRequest) GetPageSize() int32
func (*WatchConfigMapsRequest) GetPageToken ¶
func (m *WatchConfigMapsRequest) GetPageToken() *config_map.PagerCursor
func (*WatchConfigMapsRequest) GetParent ¶
func (m *WatchConfigMapsRequest) GetParent() *config_map.ParentName
func (*WatchConfigMapsRequest) GetResumeToken ¶
func (m *WatchConfigMapsRequest) GetResumeToken() string
func (*WatchConfigMapsRequest) GetStartingTime ¶ added in v0.9.0
func (m *WatchConfigMapsRequest) GetStartingTime() *timestamppb.Timestamp
func (*WatchConfigMapsRequest) GetType ¶
func (m *WatchConfigMapsRequest) GetType() watch_type.WatchType
func (*WatchConfigMapsRequest) GetView ¶
func (m *WatchConfigMapsRequest) GetView() view.View
func (*WatchConfigMapsRequest) GotenMessage ¶
func (*WatchConfigMapsRequest) GotenMessage()
func (*WatchConfigMapsRequest) GotenValidate ¶
func (obj *WatchConfigMapsRequest) GotenValidate() error
func (*WatchConfigMapsRequest) Marshal ¶
func (m *WatchConfigMapsRequest) Marshal() ([]byte, error)
func (*WatchConfigMapsRequest) MarshalJSON ¶
func (m *WatchConfigMapsRequest) MarshalJSON() ([]byte, error)
func (*WatchConfigMapsRequest) ProtoMessage ¶
func (*WatchConfigMapsRequest) ProtoMessage()
func (*WatchConfigMapsRequest) ProtoReflect ¶
func (m *WatchConfigMapsRequest) ProtoReflect() preflect.Message
func (*WatchConfigMapsRequest) Reset ¶
func (m *WatchConfigMapsRequest) Reset()
func (*WatchConfigMapsRequest) SetFieldMask ¶
func (m *WatchConfigMapsRequest) SetFieldMask(fv *config_map.ConfigMap_FieldMask)
func (*WatchConfigMapsRequest) SetFilter ¶
func (m *WatchConfigMapsRequest) SetFilter(fv *config_map.Filter)
func (*WatchConfigMapsRequest) SetMaxChunkSize ¶
func (m *WatchConfigMapsRequest) SetMaxChunkSize(fv int32)
func (*WatchConfigMapsRequest) SetOrderBy ¶
func (m *WatchConfigMapsRequest) SetOrderBy(fv *config_map.OrderBy)
func (*WatchConfigMapsRequest) SetPageSize ¶
func (m *WatchConfigMapsRequest) SetPageSize(fv int32)
func (*WatchConfigMapsRequest) SetPageToken ¶
func (m *WatchConfigMapsRequest) SetPageToken(fv *config_map.PagerCursor)
func (*WatchConfigMapsRequest) SetParent ¶
func (m *WatchConfigMapsRequest) SetParent(fv *config_map.ParentName)
func (*WatchConfigMapsRequest) SetResumeToken ¶
func (m *WatchConfigMapsRequest) SetResumeToken(fv string)
func (*WatchConfigMapsRequest) SetStartingTime ¶ added in v0.9.0
func (m *WatchConfigMapsRequest) SetStartingTime(fv *timestamppb.Timestamp)
func (*WatchConfigMapsRequest) SetType ¶
func (m *WatchConfigMapsRequest) SetType(fv watch_type.WatchType)
func (*WatchConfigMapsRequest) SetView ¶
func (m *WatchConfigMapsRequest) SetView(fv view.View)
func (*WatchConfigMapsRequest) String ¶
func (m *WatchConfigMapsRequest) String() string
func (*WatchConfigMapsRequest) Unmarshal ¶
func (m *WatchConfigMapsRequest) Unmarshal(b []byte) error
func (*WatchConfigMapsRequest) UnmarshalJSON ¶
func (m *WatchConfigMapsRequest) UnmarshalJSON(data []byte) error
type WatchConfigMapsResponse ¶
type WatchConfigMapsResponse struct { // Changes of ConfigMaps ConfigMapChanges []*config_map.ConfigMapChange `` /* 140-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 ConfigMaps 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 *WatchConfigMapsResponse_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 (ConfigMaps 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 }
WatchConfigMapsResponse
func (*WatchConfigMapsResponse) Descriptor ¶
func (*WatchConfigMapsResponse) Descriptor() ([]byte, []int)
Deprecated, Use WatchConfigMapsResponse.ProtoReflect.Descriptor instead.
func (*WatchConfigMapsResponse) GetConfigMapChanges ¶
func (m *WatchConfigMapsResponse) GetConfigMapChanges() []*config_map.ConfigMapChange
func (*WatchConfigMapsResponse) GetIsCurrent ¶
func (m *WatchConfigMapsResponse) GetIsCurrent() bool
func (*WatchConfigMapsResponse) GetIsHardReset ¶
func (m *WatchConfigMapsResponse) GetIsHardReset() bool
func (*WatchConfigMapsResponse) GetIsSoftReset ¶
func (m *WatchConfigMapsResponse) GetIsSoftReset() bool
func (*WatchConfigMapsResponse) GetPageTokenChange ¶
func (m *WatchConfigMapsResponse) GetPageTokenChange() *WatchConfigMapsResponse_PageTokenChange
func (*WatchConfigMapsResponse) GetResumeToken ¶
func (m *WatchConfigMapsResponse) GetResumeToken() string
func (*WatchConfigMapsResponse) GetSnapshotSize ¶
func (m *WatchConfigMapsResponse) GetSnapshotSize() int64
func (*WatchConfigMapsResponse) GotenMessage ¶
func (*WatchConfigMapsResponse) GotenMessage()
func (*WatchConfigMapsResponse) GotenValidate ¶
func (obj *WatchConfigMapsResponse) GotenValidate() error
func (*WatchConfigMapsResponse) Marshal ¶
func (m *WatchConfigMapsResponse) Marshal() ([]byte, error)
func (*WatchConfigMapsResponse) MarshalJSON ¶
func (m *WatchConfigMapsResponse) MarshalJSON() ([]byte, error)
func (*WatchConfigMapsResponse) ProtoMessage ¶
func (*WatchConfigMapsResponse) ProtoMessage()
func (*WatchConfigMapsResponse) ProtoReflect ¶
func (m *WatchConfigMapsResponse) ProtoReflect() preflect.Message
func (*WatchConfigMapsResponse) Reset ¶
func (m *WatchConfigMapsResponse) Reset()
func (*WatchConfigMapsResponse) SetConfigMapChanges ¶
func (m *WatchConfigMapsResponse) SetConfigMapChanges(fv []*config_map.ConfigMapChange)
func (*WatchConfigMapsResponse) SetIsCurrent ¶
func (m *WatchConfigMapsResponse) SetIsCurrent(fv bool)
func (*WatchConfigMapsResponse) SetIsHardReset ¶
func (m *WatchConfigMapsResponse) SetIsHardReset(fv bool)
func (*WatchConfigMapsResponse) SetIsSoftReset ¶
func (m *WatchConfigMapsResponse) SetIsSoftReset(fv bool)
func (*WatchConfigMapsResponse) SetPageTokenChange ¶
func (m *WatchConfigMapsResponse) SetPageTokenChange(fv *WatchConfigMapsResponse_PageTokenChange)
func (*WatchConfigMapsResponse) SetResumeToken ¶
func (m *WatchConfigMapsResponse) SetResumeToken(fv string)
func (*WatchConfigMapsResponse) SetSnapshotSize ¶
func (m *WatchConfigMapsResponse) SetSnapshotSize(fv int64)
func (*WatchConfigMapsResponse) String ¶
func (m *WatchConfigMapsResponse) String() string
func (*WatchConfigMapsResponse) Unmarshal ¶
func (m *WatchConfigMapsResponse) Unmarshal(b []byte) error
func (*WatchConfigMapsResponse) UnmarshalJSON ¶
func (m *WatchConfigMapsResponse) UnmarshalJSON(data []byte) error
type WatchConfigMapsResponse_PageTokenChange ¶
type WatchConfigMapsResponse_PageTokenChange struct { // New token to retrieve previous page of results. PrevPageToken *config_map.PagerCursor `` /* 151-byte string literal not displayed */ // New token to retrieve next page of results. NextPageToken *config_map.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WatchConfigMapsResponse_PageTokenChange) Descriptor ¶
func (*WatchConfigMapsResponse_PageTokenChange) Descriptor() ([]byte, []int)
Deprecated, Use WatchConfigMapsResponse_PageTokenChange.ProtoReflect.Descriptor instead.
func (*WatchConfigMapsResponse_PageTokenChange) GetNextPageToken ¶
func (m *WatchConfigMapsResponse_PageTokenChange) GetNextPageToken() *config_map.PagerCursor
func (*WatchConfigMapsResponse_PageTokenChange) GetPrevPageToken ¶
func (m *WatchConfigMapsResponse_PageTokenChange) GetPrevPageToken() *config_map.PagerCursor
func (*WatchConfigMapsResponse_PageTokenChange) GotenMessage ¶
func (*WatchConfigMapsResponse_PageTokenChange) GotenMessage()
func (*WatchConfigMapsResponse_PageTokenChange) GotenValidate ¶
func (obj *WatchConfigMapsResponse_PageTokenChange) GotenValidate() error
func (*WatchConfigMapsResponse_PageTokenChange) Marshal ¶
func (m *WatchConfigMapsResponse_PageTokenChange) Marshal() ([]byte, error)
func (*WatchConfigMapsResponse_PageTokenChange) MarshalJSON ¶
func (m *WatchConfigMapsResponse_PageTokenChange) MarshalJSON() ([]byte, error)
func (*WatchConfigMapsResponse_PageTokenChange) ProtoMessage ¶
func (*WatchConfigMapsResponse_PageTokenChange) ProtoMessage()
func (*WatchConfigMapsResponse_PageTokenChange) ProtoReflect ¶
func (m *WatchConfigMapsResponse_PageTokenChange) ProtoReflect() preflect.Message
func (*WatchConfigMapsResponse_PageTokenChange) Reset ¶
func (m *WatchConfigMapsResponse_PageTokenChange) Reset()
func (*WatchConfigMapsResponse_PageTokenChange) SetNextPageToken ¶
func (m *WatchConfigMapsResponse_PageTokenChange) SetNextPageToken(fv *config_map.PagerCursor)
func (*WatchConfigMapsResponse_PageTokenChange) SetPrevPageToken ¶
func (m *WatchConfigMapsResponse_PageTokenChange) SetPrevPageToken(fv *config_map.PagerCursor)
func (*WatchConfigMapsResponse_PageTokenChange) String ¶
func (m *WatchConfigMapsResponse_PageTokenChange) String() string
func (*WatchConfigMapsResponse_PageTokenChange) Unmarshal ¶
func (m *WatchConfigMapsResponse_PageTokenChange) Unmarshal(b []byte) error
func (*WatchConfigMapsResponse_PageTokenChange) UnmarshalJSON ¶
func (m *WatchConfigMapsResponse_PageTokenChange) UnmarshalJSON(data []byte) error