Documentation ¶
Index ¶
- Variables
- type ActiveUsers
- func (*ActiveUsers) Descriptor() ([]byte, []int)deprecated
- func (x *ActiveUsers) GetCount() uint32
- func (x *ActiveUsers) GetEndTime() *timestamppb.Timestamp
- func (x *ActiveUsers) GetStartTime() *timestamppb.Timestamp
- func (*ActiveUsers) ProtoMessage()
- func (x *ActiveUsers) ProtoReflect() protoreflect.Message
- func (x *ActiveUsers) Reset()
- func (x *ActiveUsers) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_controller_api_resources_billing_v1_billing_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ActiveUsers ¶
type ActiveUsers struct { // Output only. The number of active users between the start time and end time. Count uint32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty" class:"public"` // @gotags: `class:"public"` // Output only. The start time of the active users count, inclusive. StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,proto3" json:"start_time,omitempty" class:"public"` // @gotags: class:"public" // Output only. The end time of the active users count, exclusive. EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,proto3" json:"end_time,omitempty" class:"public"` // @gotags: class:"public" // contains filtered or unexported fields }
func (*ActiveUsers) Descriptor
deprecated
func (*ActiveUsers) Descriptor() ([]byte, []int)
Deprecated: Use ActiveUsers.ProtoReflect.Descriptor instead.
func (*ActiveUsers) GetCount ¶
func (x *ActiveUsers) GetCount() uint32
func (*ActiveUsers) GetEndTime ¶
func (x *ActiveUsers) GetEndTime() *timestamppb.Timestamp
func (*ActiveUsers) GetStartTime ¶
func (x *ActiveUsers) GetStartTime() *timestamppb.Timestamp
func (*ActiveUsers) ProtoMessage ¶
func (*ActiveUsers) ProtoMessage()
func (*ActiveUsers) ProtoReflect ¶
func (x *ActiveUsers) ProtoReflect() protoreflect.Message
func (*ActiveUsers) Reset ¶
func (x *ActiveUsers) Reset()
func (*ActiveUsers) String ¶
func (x *ActiveUsers) String() string
Click to show internal directories.
Click to hide internal directories.