device_distribution_counter_client

package
v1.9.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2025 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchGetDeviceDistributionCountersDescriptor

type BatchGetDeviceDistributionCountersDescriptor struct{}

func GetBatchGetDeviceDistributionCountersDescriptor

func GetBatchGetDeviceDistributionCountersDescriptor() *BatchGetDeviceDistributionCountersDescriptor

func (*BatchGetDeviceDistributionCountersDescriptor) GetApiDescriptor

func (*BatchGetDeviceDistributionCountersDescriptor) GetApiName

func (*BatchGetDeviceDistributionCountersDescriptor) GetClientMsgReflectHandle

func (*BatchGetDeviceDistributionCountersDescriptor) GetFullMethodName

func (*BatchGetDeviceDistributionCountersDescriptor) GetMethodName

func (*BatchGetDeviceDistributionCountersDescriptor) GetProtoPkgName

func (*BatchGetDeviceDistributionCountersDescriptor) GetResourceDescriptor

func (*BatchGetDeviceDistributionCountersDescriptor) GetServerMsgReflectHandle

func (*BatchGetDeviceDistributionCountersDescriptor) GetServiceDomain

func (*BatchGetDeviceDistributionCountersDescriptor) GetServiceVersion

func (*BatchGetDeviceDistributionCountersDescriptor) GetVerb

func (*BatchGetDeviceDistributionCountersDescriptor) HasResource

func (*BatchGetDeviceDistributionCountersDescriptor) IsClientStream

func (*BatchGetDeviceDistributionCountersDescriptor) IsCollection

func (*BatchGetDeviceDistributionCountersDescriptor) IsPlural

func (*BatchGetDeviceDistributionCountersDescriptor) IsServerStream

func (*BatchGetDeviceDistributionCountersDescriptor) IsUnary

func (*BatchGetDeviceDistributionCountersDescriptor) NewEmptyClientMsg

func (*BatchGetDeviceDistributionCountersDescriptor) NewEmptyServerMsg

func (*BatchGetDeviceDistributionCountersDescriptor) RequestHasResourceBody

func (d *BatchGetDeviceDistributionCountersDescriptor) RequestHasResourceBody() bool

type BatchGetDeviceDistributionCountersDescriptorClientMsgHandle

type BatchGetDeviceDistributionCountersDescriptorClientMsgHandle struct{}

func (*BatchGetDeviceDistributionCountersDescriptorClientMsgHandle) ExtractCollectionName

func (*BatchGetDeviceDistributionCountersDescriptorClientMsgHandle) ExtractResourceBodies

func (*BatchGetDeviceDistributionCountersDescriptorClientMsgHandle) ExtractResourceBody

func (*BatchGetDeviceDistributionCountersDescriptorClientMsgHandle) ExtractResourceName

func (*BatchGetDeviceDistributionCountersDescriptorClientMsgHandle) ExtractResourceNames

type BatchGetDeviceDistributionCountersDescriptorServerMsgHandle

type BatchGetDeviceDistributionCountersDescriptorServerMsgHandle struct{}

func (*BatchGetDeviceDistributionCountersDescriptorServerMsgHandle) ExtractCollectionName

func (*BatchGetDeviceDistributionCountersDescriptorServerMsgHandle) ExtractResourceBodies

func (*BatchGetDeviceDistributionCountersDescriptorServerMsgHandle) ExtractResourceBody

func (*BatchGetDeviceDistributionCountersDescriptorServerMsgHandle) ExtractResourceName

func (*BatchGetDeviceDistributionCountersDescriptorServerMsgHandle) ExtractResourceNames

type BatchGetDeviceDistributionCountersRequest

type BatchGetDeviceDistributionCountersRequest struct {

	// Names of DeviceDistributionCounters
	Names []*device_distribution_counter.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 *device_distribution_counter.DeviceDistributionCounter_FieldMask `` /* 157-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
}

A request message of the BatchGetDeviceDistributionCounters method.

func (*BatchGetDeviceDistributionCountersRequest) Descriptor

func (*BatchGetDeviceDistributionCountersRequest) Descriptor() ([]byte, []int)

Deprecated, Use BatchGetDeviceDistributionCountersRequest.ProtoReflect.Descriptor instead.

func (*BatchGetDeviceDistributionCountersRequest) GetFieldMask

func (*BatchGetDeviceDistributionCountersRequest) GetNames

func (*BatchGetDeviceDistributionCountersRequest) GetView

func (*BatchGetDeviceDistributionCountersRequest) GotenMessage

func (*BatchGetDeviceDistributionCountersRequest) GotenValidate

func (obj *BatchGetDeviceDistributionCountersRequest) GotenValidate() error

func (*BatchGetDeviceDistributionCountersRequest) Marshal

func (*BatchGetDeviceDistributionCountersRequest) MarshalJSON

func (*BatchGetDeviceDistributionCountersRequest) ProtoMessage

func (*BatchGetDeviceDistributionCountersRequest) ProtoReflect

func (*BatchGetDeviceDistributionCountersRequest) Reset

func (*BatchGetDeviceDistributionCountersRequest) SetFieldMask

func (*BatchGetDeviceDistributionCountersRequest) SetNames

func (*BatchGetDeviceDistributionCountersRequest) SetView

func (*BatchGetDeviceDistributionCountersRequest) String

func (*BatchGetDeviceDistributionCountersRequest) Unmarshal

func (*BatchGetDeviceDistributionCountersRequest) UnmarshalJSON

func (m *BatchGetDeviceDistributionCountersRequest) UnmarshalJSON(data []byte) error

type BatchGetDeviceDistributionCountersResponse

type BatchGetDeviceDistributionCountersResponse struct {

	// found DeviceDistributionCounters
	DeviceDistributionCounters []*device_distribution_counter.DeviceDistributionCounter `` /* 180-byte string literal not displayed */
	// list of not found DeviceDistributionCounters
	Missing []*device_distribution_counter.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty" firestore:"missing"`
	// contains filtered or unexported fields
}

A response message of the BatchGetDeviceDistributionCounters method.

func (*BatchGetDeviceDistributionCountersResponse) Descriptor

Deprecated, Use BatchGetDeviceDistributionCountersResponse.ProtoReflect.Descriptor instead.

func (*BatchGetDeviceDistributionCountersResponse) GetDeviceDistributionCounters

func (*BatchGetDeviceDistributionCountersResponse) GetMissing

func (*BatchGetDeviceDistributionCountersResponse) GotenMessage

func (*BatchGetDeviceDistributionCountersResponse) GotenValidate

func (*BatchGetDeviceDistributionCountersResponse) Marshal

func (*BatchGetDeviceDistributionCountersResponse) MarshalJSON

func (*BatchGetDeviceDistributionCountersResponse) ProtoMessage

func (*BatchGetDeviceDistributionCountersResponse) ProtoReflect

func (*BatchGetDeviceDistributionCountersResponse) Reset

func (*BatchGetDeviceDistributionCountersResponse) SetDeviceDistributionCounters

func (*BatchGetDeviceDistributionCountersResponse) SetMissing

func (*BatchGetDeviceDistributionCountersResponse) String

func (*BatchGetDeviceDistributionCountersResponse) Unmarshal

func (*BatchGetDeviceDistributionCountersResponse) UnmarshalJSON

func (m *BatchGetDeviceDistributionCountersResponse) UnmarshalJSON(data []byte) error

type DeviceDistributionCounterServiceClient

DeviceDistributionCounterServiceClient is the client API for DeviceDistributionCounterService.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type DeviceDistributionCounterServiceDescriptor

type DeviceDistributionCounterServiceDescriptor struct{}

func GetDeviceDistributionCounterServiceDescriptor

func GetDeviceDistributionCounterServiceDescriptor() *DeviceDistributionCounterServiceDescriptor

func (*DeviceDistributionCounterServiceDescriptor) AllMethodDescriptors

func (*DeviceDistributionCounterServiceDescriptor) GetApiName

func (*DeviceDistributionCounterServiceDescriptor) GetFullAPIName

func (*DeviceDistributionCounterServiceDescriptor) GetProtoPkgName

func (*DeviceDistributionCounterServiceDescriptor) GetServiceDomain

func (d *DeviceDistributionCounterServiceDescriptor) GetServiceDomain() string

func (*DeviceDistributionCounterServiceDescriptor) GetServiceVersion

func (d *DeviceDistributionCounterServiceDescriptor) GetServiceVersion() string

type GetDeviceDistributionCounterDescriptor

type GetDeviceDistributionCounterDescriptor struct{}

func GetGetDeviceDistributionCounterDescriptor

func GetGetDeviceDistributionCounterDescriptor() *GetDeviceDistributionCounterDescriptor

func (*GetDeviceDistributionCounterDescriptor) GetApiDescriptor

func (*GetDeviceDistributionCounterDescriptor) GetApiName

func (*GetDeviceDistributionCounterDescriptor) GetClientMsgReflectHandle

func (*GetDeviceDistributionCounterDescriptor) GetFullMethodName

func (d *GetDeviceDistributionCounterDescriptor) GetFullMethodName() string

func (*GetDeviceDistributionCounterDescriptor) GetMethodName

func (*GetDeviceDistributionCounterDescriptor) GetProtoPkgName

func (d *GetDeviceDistributionCounterDescriptor) GetProtoPkgName() string

func (*GetDeviceDistributionCounterDescriptor) GetResourceDescriptor

func (*GetDeviceDistributionCounterDescriptor) GetServerMsgReflectHandle

func (*GetDeviceDistributionCounterDescriptor) GetServiceDomain

func (d *GetDeviceDistributionCounterDescriptor) GetServiceDomain() string

func (*GetDeviceDistributionCounterDescriptor) GetServiceVersion

func (d *GetDeviceDistributionCounterDescriptor) GetServiceVersion() string

func (*GetDeviceDistributionCounterDescriptor) GetVerb

func (*GetDeviceDistributionCounterDescriptor) HasResource

func (*GetDeviceDistributionCounterDescriptor) IsClientStream

func (d *GetDeviceDistributionCounterDescriptor) IsClientStream() bool

func (*GetDeviceDistributionCounterDescriptor) IsCollection

func (d *GetDeviceDistributionCounterDescriptor) IsCollection() bool

func (*GetDeviceDistributionCounterDescriptor) IsPlural

func (*GetDeviceDistributionCounterDescriptor) IsServerStream

func (d *GetDeviceDistributionCounterDescriptor) IsServerStream() bool

func (*GetDeviceDistributionCounterDescriptor) IsUnary

func (*GetDeviceDistributionCounterDescriptor) NewEmptyClientMsg

func (d *GetDeviceDistributionCounterDescriptor) NewEmptyClientMsg() proto.Message

func (*GetDeviceDistributionCounterDescriptor) NewEmptyServerMsg

func (d *GetDeviceDistributionCounterDescriptor) NewEmptyServerMsg() proto.Message

func (*GetDeviceDistributionCounterDescriptor) RequestHasResourceBody

func (d *GetDeviceDistributionCounterDescriptor) RequestHasResourceBody() bool

type GetDeviceDistributionCounterDescriptorClientMsgHandle

type GetDeviceDistributionCounterDescriptorClientMsgHandle struct{}

func (*GetDeviceDistributionCounterDescriptorClientMsgHandle) ExtractCollectionName

func (*GetDeviceDistributionCounterDescriptorClientMsgHandle) ExtractResourceBodies

func (*GetDeviceDistributionCounterDescriptorClientMsgHandle) ExtractResourceBody

func (*GetDeviceDistributionCounterDescriptorClientMsgHandle) ExtractResourceName

func (*GetDeviceDistributionCounterDescriptorClientMsgHandle) ExtractResourceNames

type GetDeviceDistributionCounterDescriptorServerMsgHandle

type GetDeviceDistributionCounterDescriptorServerMsgHandle struct{}

func (*GetDeviceDistributionCounterDescriptorServerMsgHandle) ExtractCollectionName

func (*GetDeviceDistributionCounterDescriptorServerMsgHandle) ExtractResourceBodies

func (*GetDeviceDistributionCounterDescriptorServerMsgHandle) ExtractResourceBody

func (*GetDeviceDistributionCounterDescriptorServerMsgHandle) ExtractResourceName

func (*GetDeviceDistributionCounterDescriptorServerMsgHandle) ExtractResourceNames

type GetDeviceDistributionCounterRequest

type GetDeviceDistributionCounterRequest struct {

	// Name of ntt.devices.v1.DeviceDistributionCounter
	Name *device_distribution_counter.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 *device_distribution_counter.DeviceDistributionCounter_FieldMask `` /* 157-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
}

A request message of the GetDeviceDistributionCounter method.

func (*GetDeviceDistributionCounterRequest) Descriptor

func (*GetDeviceDistributionCounterRequest) Descriptor() ([]byte, []int)

Deprecated, Use GetDeviceDistributionCounterRequest.ProtoReflect.Descriptor instead.

func (*GetDeviceDistributionCounterRequest) GetFieldMask

func (*GetDeviceDistributionCounterRequest) GetName

func (*GetDeviceDistributionCounterRequest) GetView

func (*GetDeviceDistributionCounterRequest) GotenMessage

func (*GetDeviceDistributionCounterRequest) GotenMessage()

func (*GetDeviceDistributionCounterRequest) GotenValidate

func (obj *GetDeviceDistributionCounterRequest) GotenValidate() error

func (*GetDeviceDistributionCounterRequest) Marshal

func (*GetDeviceDistributionCounterRequest) MarshalJSON

func (m *GetDeviceDistributionCounterRequest) MarshalJSON() ([]byte, error)

func (*GetDeviceDistributionCounterRequest) ProtoMessage

func (*GetDeviceDistributionCounterRequest) ProtoMessage()

func (*GetDeviceDistributionCounterRequest) ProtoReflect

func (*GetDeviceDistributionCounterRequest) Reset

func (*GetDeviceDistributionCounterRequest) SetFieldMask

func (*GetDeviceDistributionCounterRequest) SetName

func (*GetDeviceDistributionCounterRequest) SetView

func (*GetDeviceDistributionCounterRequest) String

func (*GetDeviceDistributionCounterRequest) Unmarshal

func (*GetDeviceDistributionCounterRequest) UnmarshalJSON

func (m *GetDeviceDistributionCounterRequest) UnmarshalJSON(data []byte) error

type ListDeviceDistributionCountersDescriptor

type ListDeviceDistributionCountersDescriptor struct{}

func GetListDeviceDistributionCountersDescriptor

func GetListDeviceDistributionCountersDescriptor() *ListDeviceDistributionCountersDescriptor

func (*ListDeviceDistributionCountersDescriptor) GetApiDescriptor

func (*ListDeviceDistributionCountersDescriptor) GetApiName

func (*ListDeviceDistributionCountersDescriptor) GetClientMsgReflectHandle

func (*ListDeviceDistributionCountersDescriptor) GetFullMethodName

func (d *ListDeviceDistributionCountersDescriptor) GetFullMethodName() string

func (*ListDeviceDistributionCountersDescriptor) GetMethodName

func (*ListDeviceDistributionCountersDescriptor) GetProtoPkgName

func (d *ListDeviceDistributionCountersDescriptor) GetProtoPkgName() string

func (*ListDeviceDistributionCountersDescriptor) GetResourceDescriptor

func (*ListDeviceDistributionCountersDescriptor) GetServerMsgReflectHandle

func (*ListDeviceDistributionCountersDescriptor) GetServiceDomain

func (d *ListDeviceDistributionCountersDescriptor) GetServiceDomain() string

func (*ListDeviceDistributionCountersDescriptor) GetServiceVersion

func (d *ListDeviceDistributionCountersDescriptor) GetServiceVersion() string

func (*ListDeviceDistributionCountersDescriptor) GetVerb

func (*ListDeviceDistributionCountersDescriptor) HasResource

func (*ListDeviceDistributionCountersDescriptor) IsClientStream

func (d *ListDeviceDistributionCountersDescriptor) IsClientStream() bool

func (*ListDeviceDistributionCountersDescriptor) IsCollection

func (*ListDeviceDistributionCountersDescriptor) IsPlural

func (*ListDeviceDistributionCountersDescriptor) IsServerStream

func (d *ListDeviceDistributionCountersDescriptor) IsServerStream() bool

func (*ListDeviceDistributionCountersDescriptor) IsUnary

func (*ListDeviceDistributionCountersDescriptor) NewEmptyClientMsg

func (*ListDeviceDistributionCountersDescriptor) NewEmptyServerMsg

func (*ListDeviceDistributionCountersDescriptor) RequestHasResourceBody

func (d *ListDeviceDistributionCountersDescriptor) RequestHasResourceBody() bool

type ListDeviceDistributionCountersDescriptorClientMsgHandle

type ListDeviceDistributionCountersDescriptorClientMsgHandle struct{}

func (*ListDeviceDistributionCountersDescriptorClientMsgHandle) ExtractCollectionName

func (*ListDeviceDistributionCountersDescriptorClientMsgHandle) ExtractResourceBodies

func (*ListDeviceDistributionCountersDescriptorClientMsgHandle) ExtractResourceBody

func (*ListDeviceDistributionCountersDescriptorClientMsgHandle) ExtractResourceName

func (*ListDeviceDistributionCountersDescriptorClientMsgHandle) ExtractResourceNames

type ListDeviceDistributionCountersDescriptorServerMsgHandle

type ListDeviceDistributionCountersDescriptorServerMsgHandle struct{}

func (*ListDeviceDistributionCountersDescriptorServerMsgHandle) ExtractCollectionName

func (*ListDeviceDistributionCountersDescriptorServerMsgHandle) ExtractResourceBodies

func (*ListDeviceDistributionCountersDescriptorServerMsgHandle) ExtractResourceBody

func (*ListDeviceDistributionCountersDescriptorServerMsgHandle) ExtractResourceName

func (*ListDeviceDistributionCountersDescriptorServerMsgHandle) ExtractResourceNames

type ListDeviceDistributionCountersRequest

type ListDeviceDistributionCountersRequest struct {

	// Parent name of ntt.devices.v1.DeviceDistributionCounter
	Parent *device_distribution_counter.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer DeviceDistributionCounters
	// 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
	// ListDeviceDistributionCountersResponse.next_page_token.
	PageToken *device_distribution_counter.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 *device_distribution_counter.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 *device_distribution_counter.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 *device_distribution_counter.DeviceDistributionCounter_FieldMask `` /* 157-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
}

A request message of the ListDeviceDistributionCounters method.

func (*ListDeviceDistributionCountersRequest) Descriptor

func (*ListDeviceDistributionCountersRequest) Descriptor() ([]byte, []int)

Deprecated, Use ListDeviceDistributionCountersRequest.ProtoReflect.Descriptor instead.

func (*ListDeviceDistributionCountersRequest) GetFieldMask

func (*ListDeviceDistributionCountersRequest) GetFilter

func (*ListDeviceDistributionCountersRequest) GetIncludePagingInfo

func (m *ListDeviceDistributionCountersRequest) GetIncludePagingInfo() bool

func (*ListDeviceDistributionCountersRequest) GetOrderBy

func (*ListDeviceDistributionCountersRequest) GetPageSize

func (*ListDeviceDistributionCountersRequest) GetPageToken

func (*ListDeviceDistributionCountersRequest) GetParent

func (*ListDeviceDistributionCountersRequest) GetView

func (*ListDeviceDistributionCountersRequest) GotenMessage

func (*ListDeviceDistributionCountersRequest) GotenMessage()

func (*ListDeviceDistributionCountersRequest) GotenValidate

func (obj *ListDeviceDistributionCountersRequest) GotenValidate() error

func (*ListDeviceDistributionCountersRequest) Marshal

func (*ListDeviceDistributionCountersRequest) MarshalJSON

func (m *ListDeviceDistributionCountersRequest) MarshalJSON() ([]byte, error)

func (*ListDeviceDistributionCountersRequest) ProtoMessage

func (*ListDeviceDistributionCountersRequest) ProtoMessage()

func (*ListDeviceDistributionCountersRequest) ProtoReflect

func (*ListDeviceDistributionCountersRequest) Reset

func (*ListDeviceDistributionCountersRequest) SetFieldMask

func (*ListDeviceDistributionCountersRequest) SetFilter

func (*ListDeviceDistributionCountersRequest) SetIncludePagingInfo

func (m *ListDeviceDistributionCountersRequest) SetIncludePagingInfo(fv bool)

func (*ListDeviceDistributionCountersRequest) SetOrderBy

func (*ListDeviceDistributionCountersRequest) SetPageSize

func (m *ListDeviceDistributionCountersRequest) SetPageSize(fv int32)

func (*ListDeviceDistributionCountersRequest) SetPageToken

func (*ListDeviceDistributionCountersRequest) SetParent

func (*ListDeviceDistributionCountersRequest) SetView

func (*ListDeviceDistributionCountersRequest) String

func (*ListDeviceDistributionCountersRequest) Unmarshal

func (*ListDeviceDistributionCountersRequest) UnmarshalJSON

func (m *ListDeviceDistributionCountersRequest) UnmarshalJSON(data []byte) error

type ListDeviceDistributionCountersResponse

type ListDeviceDistributionCountersResponse struct {

	// The list of DeviceDistributionCounters
	DeviceDistributionCounters []*device_distribution_counter.DeviceDistributionCounter `` /* 180-byte string literal not displayed */
	// A token to retrieve previous page of results.
	//
	// Pass this value in the ListDeviceDistributionCountersRequest.page_token.
	PrevPageToken *device_distribution_counter.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results.
	//
	// Pass this value in the ListDeviceDistributionCountersRequest.page_token.
	NextPageToken *device_distribution_counter.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 DeviceDistributionCounters 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
}

A response message of the ListDeviceDistributionCounters method.

func (*ListDeviceDistributionCountersResponse) Descriptor

func (*ListDeviceDistributionCountersResponse) Descriptor() ([]byte, []int)

Deprecated, Use ListDeviceDistributionCountersResponse.ProtoReflect.Descriptor instead.

func (*ListDeviceDistributionCountersResponse) GetCurrentOffset

func (m *ListDeviceDistributionCountersResponse) GetCurrentOffset() int32

func (*ListDeviceDistributionCountersResponse) GetDeviceDistributionCounters

func (*ListDeviceDistributionCountersResponse) GetNextPageToken

func (*ListDeviceDistributionCountersResponse) GetPrevPageToken

func (*ListDeviceDistributionCountersResponse) GetTotalResultsCount

func (m *ListDeviceDistributionCountersResponse) GetTotalResultsCount() int32

func (*ListDeviceDistributionCountersResponse) GotenMessage

func (*ListDeviceDistributionCountersResponse) GotenValidate

func (obj *ListDeviceDistributionCountersResponse) GotenValidate() error

func (*ListDeviceDistributionCountersResponse) Marshal

func (*ListDeviceDistributionCountersResponse) MarshalJSON

func (m *ListDeviceDistributionCountersResponse) MarshalJSON() ([]byte, error)

func (*ListDeviceDistributionCountersResponse) ProtoMessage

func (*ListDeviceDistributionCountersResponse) ProtoReflect

func (*ListDeviceDistributionCountersResponse) Reset

func (*ListDeviceDistributionCountersResponse) SetCurrentOffset

func (m *ListDeviceDistributionCountersResponse) SetCurrentOffset(fv int32)

func (*ListDeviceDistributionCountersResponse) SetDeviceDistributionCounters

func (*ListDeviceDistributionCountersResponse) SetNextPageToken

func (*ListDeviceDistributionCountersResponse) SetPrevPageToken

func (*ListDeviceDistributionCountersResponse) SetTotalResultsCount

func (m *ListDeviceDistributionCountersResponse) SetTotalResultsCount(fv int32)

func (*ListDeviceDistributionCountersResponse) String

func (*ListDeviceDistributionCountersResponse) Unmarshal

func (*ListDeviceDistributionCountersResponse) UnmarshalJSON

func (m *ListDeviceDistributionCountersResponse) UnmarshalJSON(data []byte) error

type WatchDeviceDistributionCounterClientStream

type WatchDeviceDistributionCounterClientStream interface {
	Recv() (*WatchDeviceDistributionCounterResponse, error)
	grpc.ClientStream
}

type WatchDeviceDistributionCounterDescriptor

type WatchDeviceDistributionCounterDescriptor struct{}

func GetWatchDeviceDistributionCounterDescriptor

func GetWatchDeviceDistributionCounterDescriptor() *WatchDeviceDistributionCounterDescriptor

func (*WatchDeviceDistributionCounterDescriptor) GetApiDescriptor

func (*WatchDeviceDistributionCounterDescriptor) GetApiName

func (*WatchDeviceDistributionCounterDescriptor) GetClientMsgReflectHandle

func (*WatchDeviceDistributionCounterDescriptor) GetFullMethodName

func (d *WatchDeviceDistributionCounterDescriptor) GetFullMethodName() string

func (*WatchDeviceDistributionCounterDescriptor) GetMethodName

func (*WatchDeviceDistributionCounterDescriptor) GetProtoPkgName

func (d *WatchDeviceDistributionCounterDescriptor) GetProtoPkgName() string

func (*WatchDeviceDistributionCounterDescriptor) GetResourceDescriptor

func (*WatchDeviceDistributionCounterDescriptor) GetServerMsgReflectHandle

func (*WatchDeviceDistributionCounterDescriptor) GetServiceDomain

func (d *WatchDeviceDistributionCounterDescriptor) GetServiceDomain() string

func (*WatchDeviceDistributionCounterDescriptor) GetServiceVersion

func (d *WatchDeviceDistributionCounterDescriptor) GetServiceVersion() string

func (*WatchDeviceDistributionCounterDescriptor) GetVerb

func (*WatchDeviceDistributionCounterDescriptor) HasResource

func (*WatchDeviceDistributionCounterDescriptor) IsClientStream

func (d *WatchDeviceDistributionCounterDescriptor) IsClientStream() bool

func (*WatchDeviceDistributionCounterDescriptor) IsCollection

func (*WatchDeviceDistributionCounterDescriptor) IsPlural

func (*WatchDeviceDistributionCounterDescriptor) IsServerStream

func (d *WatchDeviceDistributionCounterDescriptor) IsServerStream() bool

func (*WatchDeviceDistributionCounterDescriptor) IsUnary

func (*WatchDeviceDistributionCounterDescriptor) NewEmptyClientMsg

func (*WatchDeviceDistributionCounterDescriptor) NewEmptyServerMsg

func (*WatchDeviceDistributionCounterDescriptor) RequestHasResourceBody

func (d *WatchDeviceDistributionCounterDescriptor) RequestHasResourceBody() bool

type WatchDeviceDistributionCounterDescriptorClientMsgHandle

type WatchDeviceDistributionCounterDescriptorClientMsgHandle struct{}

func (*WatchDeviceDistributionCounterDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchDeviceDistributionCounterDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchDeviceDistributionCounterDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchDeviceDistributionCounterDescriptorClientMsgHandle) ExtractResourceName

func (*WatchDeviceDistributionCounterDescriptorClientMsgHandle) ExtractResourceNames

type WatchDeviceDistributionCounterDescriptorServerMsgHandle

type WatchDeviceDistributionCounterDescriptorServerMsgHandle struct{}

func (*WatchDeviceDistributionCounterDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchDeviceDistributionCounterDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchDeviceDistributionCounterDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchDeviceDistributionCounterDescriptorServerMsgHandle) ExtractResourceName

func (*WatchDeviceDistributionCounterDescriptorServerMsgHandle) ExtractResourceNames

type WatchDeviceDistributionCounterRequest

type WatchDeviceDistributionCounterRequest struct {

	// Name of ntt.devices.v1.DeviceDistributionCounter
	Name *device_distribution_counter.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 *device_distribution_counter.DeviceDistributionCounter_FieldMask `` /* 157-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
}

A request message of the WatchDeviceDistributionCounter method.

func (*WatchDeviceDistributionCounterRequest) Descriptor

func (*WatchDeviceDistributionCounterRequest) Descriptor() ([]byte, []int)

Deprecated, Use WatchDeviceDistributionCounterRequest.ProtoReflect.Descriptor instead.

func (*WatchDeviceDistributionCounterRequest) GetFieldMask

func (*WatchDeviceDistributionCounterRequest) GetName

func (*WatchDeviceDistributionCounterRequest) GetView

func (*WatchDeviceDistributionCounterRequest) GotenMessage

func (*WatchDeviceDistributionCounterRequest) GotenMessage()

func (*WatchDeviceDistributionCounterRequest) GotenValidate

func (obj *WatchDeviceDistributionCounterRequest) GotenValidate() error

func (*WatchDeviceDistributionCounterRequest) Marshal

func (*WatchDeviceDistributionCounterRequest) MarshalJSON

func (m *WatchDeviceDistributionCounterRequest) MarshalJSON() ([]byte, error)

func (*WatchDeviceDistributionCounterRequest) ProtoMessage

func (*WatchDeviceDistributionCounterRequest) ProtoMessage()

func (*WatchDeviceDistributionCounterRequest) ProtoReflect

func (*WatchDeviceDistributionCounterRequest) Reset

func (*WatchDeviceDistributionCounterRequest) SetFieldMask

func (*WatchDeviceDistributionCounterRequest) SetName

func (*WatchDeviceDistributionCounterRequest) SetView

func (*WatchDeviceDistributionCounterRequest) String

func (*WatchDeviceDistributionCounterRequest) Unmarshal

func (*WatchDeviceDistributionCounterRequest) UnmarshalJSON

func (m *WatchDeviceDistributionCounterRequest) UnmarshalJSON(data []byte) error

type WatchDeviceDistributionCounterResponse

type WatchDeviceDistributionCounterResponse struct {
	Change *device_distribution_counter.DeviceDistributionCounterChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty" firestore:"change"`
	// contains filtered or unexported fields
}

A response message of the WatchDeviceDistributionCounter method.

func (*WatchDeviceDistributionCounterResponse) Descriptor

func (*WatchDeviceDistributionCounterResponse) Descriptor() ([]byte, []int)

Deprecated, Use WatchDeviceDistributionCounterResponse.ProtoReflect.Descriptor instead.

func (*WatchDeviceDistributionCounterResponse) GetChange

func (*WatchDeviceDistributionCounterResponse) GotenMessage

func (*WatchDeviceDistributionCounterResponse) GotenValidate

func (obj *WatchDeviceDistributionCounterResponse) GotenValidate() error

func (*WatchDeviceDistributionCounterResponse) Marshal

func (*WatchDeviceDistributionCounterResponse) MarshalJSON

func (m *WatchDeviceDistributionCounterResponse) MarshalJSON() ([]byte, error)

func (*WatchDeviceDistributionCounterResponse) ProtoMessage

func (*WatchDeviceDistributionCounterResponse) ProtoReflect

func (*WatchDeviceDistributionCounterResponse) Reset

func (*WatchDeviceDistributionCounterResponse) SetChange

func (*WatchDeviceDistributionCounterResponse) String

func (*WatchDeviceDistributionCounterResponse) Unmarshal

func (*WatchDeviceDistributionCounterResponse) UnmarshalJSON

func (m *WatchDeviceDistributionCounterResponse) UnmarshalJSON(data []byte) error

type WatchDeviceDistributionCountersClientStream

type WatchDeviceDistributionCountersClientStream interface {
	Recv() (*WatchDeviceDistributionCountersResponse, error)
	grpc.ClientStream
}

type WatchDeviceDistributionCountersDescriptor

type WatchDeviceDistributionCountersDescriptor struct{}

func GetWatchDeviceDistributionCountersDescriptor

func GetWatchDeviceDistributionCountersDescriptor() *WatchDeviceDistributionCountersDescriptor

func (*WatchDeviceDistributionCountersDescriptor) GetApiDescriptor

func (*WatchDeviceDistributionCountersDescriptor) GetApiName

func (*WatchDeviceDistributionCountersDescriptor) GetClientMsgReflectHandle

func (*WatchDeviceDistributionCountersDescriptor) GetFullMethodName

func (d *WatchDeviceDistributionCountersDescriptor) GetFullMethodName() string

func (*WatchDeviceDistributionCountersDescriptor) GetMethodName

func (*WatchDeviceDistributionCountersDescriptor) GetProtoPkgName

func (*WatchDeviceDistributionCountersDescriptor) GetResourceDescriptor

func (*WatchDeviceDistributionCountersDescriptor) GetServerMsgReflectHandle

func (*WatchDeviceDistributionCountersDescriptor) GetServiceDomain

func (d *WatchDeviceDistributionCountersDescriptor) GetServiceDomain() string

func (*WatchDeviceDistributionCountersDescriptor) GetServiceVersion

func (d *WatchDeviceDistributionCountersDescriptor) GetServiceVersion() string

func (*WatchDeviceDistributionCountersDescriptor) GetVerb

func (*WatchDeviceDistributionCountersDescriptor) HasResource

func (*WatchDeviceDistributionCountersDescriptor) IsClientStream

func (d *WatchDeviceDistributionCountersDescriptor) IsClientStream() bool

func (*WatchDeviceDistributionCountersDescriptor) IsCollection

func (*WatchDeviceDistributionCountersDescriptor) IsPlural

func (*WatchDeviceDistributionCountersDescriptor) IsServerStream

func (d *WatchDeviceDistributionCountersDescriptor) IsServerStream() bool

func (*WatchDeviceDistributionCountersDescriptor) IsUnary

func (*WatchDeviceDistributionCountersDescriptor) NewEmptyClientMsg

func (*WatchDeviceDistributionCountersDescriptor) NewEmptyServerMsg

func (*WatchDeviceDistributionCountersDescriptor) RequestHasResourceBody

func (d *WatchDeviceDistributionCountersDescriptor) RequestHasResourceBody() bool

type WatchDeviceDistributionCountersDescriptorClientMsgHandle

type WatchDeviceDistributionCountersDescriptorClientMsgHandle struct{}

func (*WatchDeviceDistributionCountersDescriptorClientMsgHandle) ExtractCollectionName

func (*WatchDeviceDistributionCountersDescriptorClientMsgHandle) ExtractResourceBodies

func (*WatchDeviceDistributionCountersDescriptorClientMsgHandle) ExtractResourceBody

func (*WatchDeviceDistributionCountersDescriptorClientMsgHandle) ExtractResourceName

func (*WatchDeviceDistributionCountersDescriptorClientMsgHandle) ExtractResourceNames

type WatchDeviceDistributionCountersDescriptorServerMsgHandle

type WatchDeviceDistributionCountersDescriptorServerMsgHandle struct{}

func (*WatchDeviceDistributionCountersDescriptorServerMsgHandle) ExtractCollectionName

func (*WatchDeviceDistributionCountersDescriptorServerMsgHandle) ExtractResourceBodies

func (*WatchDeviceDistributionCountersDescriptorServerMsgHandle) ExtractResourceBody

func (*WatchDeviceDistributionCountersDescriptorServerMsgHandle) ExtractResourceName

func (*WatchDeviceDistributionCountersDescriptorServerMsgHandle) ExtractResourceNames

type WatchDeviceDistributionCountersRequest

type WatchDeviceDistributionCountersRequest 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.devices.v1.DeviceDistributionCounter
	Parent *device_distribution_counter.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer DeviceDistributionCounters
	// 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 *device_distribution_counter.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 *device_distribution_counter.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 *device_distribution_counter.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 DeviceDistributionCounter
	// that don't affect any of masked fields won't be sent back.
	FieldMask *device_distribution_counter.DeviceDistributionCounter_FieldMask `` /* 157-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
	// DeviceDistributionCounter 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
}

A request message of the WatchDeviceDistributionCounters method.

func (*WatchDeviceDistributionCountersRequest) Descriptor

func (*WatchDeviceDistributionCountersRequest) Descriptor() ([]byte, []int)

Deprecated, Use WatchDeviceDistributionCountersRequest.ProtoReflect.Descriptor instead.

func (*WatchDeviceDistributionCountersRequest) GetFieldMask

func (*WatchDeviceDistributionCountersRequest) GetFilter

func (*WatchDeviceDistributionCountersRequest) GetMaxChunkSize

func (m *WatchDeviceDistributionCountersRequest) GetMaxChunkSize() int32

func (*WatchDeviceDistributionCountersRequest) GetOrderBy

func (*WatchDeviceDistributionCountersRequest) GetPageSize

func (*WatchDeviceDistributionCountersRequest) GetPageToken

func (*WatchDeviceDistributionCountersRequest) GetParent

func (*WatchDeviceDistributionCountersRequest) GetResumeToken

func (m *WatchDeviceDistributionCountersRequest) GetResumeToken() string

func (*WatchDeviceDistributionCountersRequest) GetStartingTime

func (*WatchDeviceDistributionCountersRequest) GetType

func (*WatchDeviceDistributionCountersRequest) GetView

func (*WatchDeviceDistributionCountersRequest) GotenMessage

func (*WatchDeviceDistributionCountersRequest) GotenValidate

func (obj *WatchDeviceDistributionCountersRequest) GotenValidate() error

func (*WatchDeviceDistributionCountersRequest) Marshal

func (*WatchDeviceDistributionCountersRequest) MarshalJSON

func (m *WatchDeviceDistributionCountersRequest) MarshalJSON() ([]byte, error)

func (*WatchDeviceDistributionCountersRequest) ProtoMessage

func (*WatchDeviceDistributionCountersRequest) ProtoReflect

func (*WatchDeviceDistributionCountersRequest) Reset

func (*WatchDeviceDistributionCountersRequest) SetFieldMask

func (*WatchDeviceDistributionCountersRequest) SetFilter

func (*WatchDeviceDistributionCountersRequest) SetMaxChunkSize

func (m *WatchDeviceDistributionCountersRequest) SetMaxChunkSize(fv int32)

func (*WatchDeviceDistributionCountersRequest) SetOrderBy

func (*WatchDeviceDistributionCountersRequest) SetPageSize

func (m *WatchDeviceDistributionCountersRequest) SetPageSize(fv int32)

func (*WatchDeviceDistributionCountersRequest) SetPageToken

func (*WatchDeviceDistributionCountersRequest) SetParent

func (*WatchDeviceDistributionCountersRequest) SetResumeToken

func (m *WatchDeviceDistributionCountersRequest) SetResumeToken(fv string)

func (*WatchDeviceDistributionCountersRequest) SetStartingTime

func (*WatchDeviceDistributionCountersRequest) SetType

func (*WatchDeviceDistributionCountersRequest) SetView

func (*WatchDeviceDistributionCountersRequest) String

func (*WatchDeviceDistributionCountersRequest) Unmarshal

func (*WatchDeviceDistributionCountersRequest) UnmarshalJSON

func (m *WatchDeviceDistributionCountersRequest) UnmarshalJSON(data []byte) error

type WatchDeviceDistributionCountersResponse

type WatchDeviceDistributionCountersResponse struct {

	// Changes of DeviceDistributionCounters
	DeviceDistributionCounterChanges []*device_distribution_counter.DeviceDistributionCounterChange `` /* 206-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 DeviceDistributionCounters 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 *WatchDeviceDistributionCountersResponse_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 (DeviceDistributionCounters 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
}

A response message of the WatchDeviceDistributionCounters method.

func (*WatchDeviceDistributionCountersResponse) Descriptor

func (*WatchDeviceDistributionCountersResponse) Descriptor() ([]byte, []int)

Deprecated, Use WatchDeviceDistributionCountersResponse.ProtoReflect.Descriptor instead.

func (*WatchDeviceDistributionCountersResponse) GetDeviceDistributionCounterChanges

func (*WatchDeviceDistributionCountersResponse) GetIsCurrent

func (*WatchDeviceDistributionCountersResponse) GetIsHardReset

func (m *WatchDeviceDistributionCountersResponse) GetIsHardReset() bool

func (*WatchDeviceDistributionCountersResponse) GetIsSoftReset

func (m *WatchDeviceDistributionCountersResponse) GetIsSoftReset() bool

func (*WatchDeviceDistributionCountersResponse) GetPageTokenChange

func (*WatchDeviceDistributionCountersResponse) GetResumeToken

func (m *WatchDeviceDistributionCountersResponse) GetResumeToken() string

func (*WatchDeviceDistributionCountersResponse) GetSnapshotSize

func (m *WatchDeviceDistributionCountersResponse) GetSnapshotSize() int64

func (*WatchDeviceDistributionCountersResponse) GotenMessage

func (*WatchDeviceDistributionCountersResponse) GotenValidate

func (obj *WatchDeviceDistributionCountersResponse) GotenValidate() error

func (*WatchDeviceDistributionCountersResponse) Marshal

func (*WatchDeviceDistributionCountersResponse) MarshalJSON

func (m *WatchDeviceDistributionCountersResponse) MarshalJSON() ([]byte, error)

func (*WatchDeviceDistributionCountersResponse) ProtoMessage

func (*WatchDeviceDistributionCountersResponse) ProtoReflect

func (*WatchDeviceDistributionCountersResponse) Reset

func (*WatchDeviceDistributionCountersResponse) SetDeviceDistributionCounterChanges

func (*WatchDeviceDistributionCountersResponse) SetIsCurrent

func (m *WatchDeviceDistributionCountersResponse) SetIsCurrent(fv bool)

func (*WatchDeviceDistributionCountersResponse) SetIsHardReset

func (m *WatchDeviceDistributionCountersResponse) SetIsHardReset(fv bool)

func (*WatchDeviceDistributionCountersResponse) SetIsSoftReset

func (m *WatchDeviceDistributionCountersResponse) SetIsSoftReset(fv bool)

func (*WatchDeviceDistributionCountersResponse) SetPageTokenChange

func (*WatchDeviceDistributionCountersResponse) SetResumeToken

func (m *WatchDeviceDistributionCountersResponse) SetResumeToken(fv string)

func (*WatchDeviceDistributionCountersResponse) SetSnapshotSize

func (m *WatchDeviceDistributionCountersResponse) SetSnapshotSize(fv int64)

func (*WatchDeviceDistributionCountersResponse) String

func (*WatchDeviceDistributionCountersResponse) Unmarshal

func (*WatchDeviceDistributionCountersResponse) UnmarshalJSON

func (m *WatchDeviceDistributionCountersResponse) UnmarshalJSON(data []byte) error

type WatchDeviceDistributionCountersResponse_PageTokenChange

type WatchDeviceDistributionCountersResponse_PageTokenChange struct {

	// New token to retrieve previous page of results.
	PrevPageToken *device_distribution_counter.PagerCursor `` /* 151-byte string literal not displayed */
	// New token to retrieve next page of results.
	NextPageToken *device_distribution_counter.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) Descriptor

Deprecated, Use WatchDeviceDistributionCountersResponse_PageTokenChange.ProtoReflect.Descriptor instead.

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) GetNextPageToken

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) GetPrevPageToken

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) GotenMessage

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) GotenValidate

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) Marshal

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) MarshalJSON

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) ProtoMessage

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) ProtoReflect

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) Reset

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) SetNextPageToken

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) SetPrevPageToken

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) String

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) Unmarshal

func (*WatchDeviceDistributionCountersResponse_PageTokenChange) UnmarshalJSON

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL