Documentation ¶
Index ¶
- Variables
- type ListBillingAccountsRequest
- type ListBillingAccountsResponse
- func (*ListBillingAccountsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListBillingAccountsResponse) GetCustomerId() int64
- func (x *ListBillingAccountsResponse) GetCustomerName() string
- func (x *ListBillingAccountsResponse) GetCustomerNo() string
- func (x *ListBillingAccountsResponse) GetDescription() string
- func (x *ListBillingAccountsResponse) GetExternalSystemName() string
- func (x *ListBillingAccountsResponse) GetExternalSystemReference() string
- func (x *ListBillingAccountsResponse) GetId() int64
- func (x *ListBillingAccountsResponse) GetIntervalDescription() string
- func (x *ListBillingAccountsResponse) GetIntervalInMinutes() int64
- func (x *ListBillingAccountsResponse) GetName() string
- func (x *ListBillingAccountsResponse) GetOrderNo() string
- func (x *ListBillingAccountsResponse) GetPlannedMinutes() int64
- func (x *ListBillingAccountsResponse) GetRemainingMinutes() int64
- func (x *ListBillingAccountsResponse) GetTypeDescription() string
- func (*ListBillingAccountsResponse) ProtoMessage()
- func (x *ListBillingAccountsResponse) ProtoReflect() protoreflect.Message
- func (x *ListBillingAccountsResponse) Reset()
- func (x *ListBillingAccountsResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_stargate_customer_billing_account_v1beta2_customer_billing_account_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ListBillingAccountsRequest ¶
type ListBillingAccountsRequest struct {
// contains filtered or unexported fields
}
func (*ListBillingAccountsRequest) Descriptor
deprecated
func (*ListBillingAccountsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListBillingAccountsRequest.ProtoReflect.Descriptor instead.
func (*ListBillingAccountsRequest) ProtoMessage ¶
func (*ListBillingAccountsRequest) ProtoMessage()
func (*ListBillingAccountsRequest) ProtoReflect ¶
func (x *ListBillingAccountsRequest) ProtoReflect() protoreflect.Message
func (*ListBillingAccountsRequest) Reset ¶
func (x *ListBillingAccountsRequest) Reset()
func (*ListBillingAccountsRequest) String ¶
func (x *ListBillingAccountsRequest) String() string
type ListBillingAccountsResponse ¶
type ListBillingAccountsResponse struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` TypeDescription string `protobuf:"bytes,4,opt,name=type_description,json=typeDescription,proto3" json:"type_description,omitempty"` IntervalDescription string `protobuf:"bytes,5,opt,name=interval_description,json=intervalDescription,proto3" json:"interval_description,omitempty"` IntervalInMinutes int64 `protobuf:"varint,14,opt,name=interval_in_minutes,json=intervalInMinutes,proto3" json:"interval_in_minutes,omitempty"` PlannedMinutes int64 `protobuf:"varint,6,opt,name=planned_minutes,json=plannedMinutes,proto3" json:"planned_minutes,omitempty"` RemainingMinutes int64 `protobuf:"varint,7,opt,name=remaining_minutes,json=remainingMinutes,proto3" json:"remaining_minutes,omitempty"` ExternalSystemName string `protobuf:"bytes,8,opt,name=external_system_name,json=externalSystemName,proto3" json:"external_system_name,omitempty"` ExternalSystemReference string `` /* 132-byte string literal not displayed */ CustomerId int64 `protobuf:"varint,10,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` CustomerNo string `protobuf:"bytes,11,opt,name=customer_no,json=customerNo,proto3" json:"customer_no,omitempty"` CustomerName string `protobuf:"bytes,12,opt,name=customer_name,json=customerName,proto3" json:"customer_name,omitempty"` OrderNo string `protobuf:"bytes,13,opt,name=order_no,json=orderNo,proto3" json:"order_no,omitempty"` // contains filtered or unexported fields }
func (*ListBillingAccountsResponse) Descriptor
deprecated
func (*ListBillingAccountsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListBillingAccountsResponse.ProtoReflect.Descriptor instead.
func (*ListBillingAccountsResponse) GetCustomerId ¶
func (x *ListBillingAccountsResponse) GetCustomerId() int64
func (*ListBillingAccountsResponse) GetCustomerName ¶
func (x *ListBillingAccountsResponse) GetCustomerName() string
func (*ListBillingAccountsResponse) GetCustomerNo ¶
func (x *ListBillingAccountsResponse) GetCustomerNo() string
func (*ListBillingAccountsResponse) GetDescription ¶
func (x *ListBillingAccountsResponse) GetDescription() string
func (*ListBillingAccountsResponse) GetExternalSystemName ¶
func (x *ListBillingAccountsResponse) GetExternalSystemName() string
func (*ListBillingAccountsResponse) GetExternalSystemReference ¶
func (x *ListBillingAccountsResponse) GetExternalSystemReference() string
func (*ListBillingAccountsResponse) GetId ¶
func (x *ListBillingAccountsResponse) GetId() int64
func (*ListBillingAccountsResponse) GetIntervalDescription ¶
func (x *ListBillingAccountsResponse) GetIntervalDescription() string
func (*ListBillingAccountsResponse) GetIntervalInMinutes ¶
func (x *ListBillingAccountsResponse) GetIntervalInMinutes() int64
func (*ListBillingAccountsResponse) GetName ¶
func (x *ListBillingAccountsResponse) GetName() string
func (*ListBillingAccountsResponse) GetOrderNo ¶
func (x *ListBillingAccountsResponse) GetOrderNo() string
func (*ListBillingAccountsResponse) GetPlannedMinutes ¶
func (x *ListBillingAccountsResponse) GetPlannedMinutes() int64
func (*ListBillingAccountsResponse) GetRemainingMinutes ¶
func (x *ListBillingAccountsResponse) GetRemainingMinutes() int64
func (*ListBillingAccountsResponse) GetTypeDescription ¶
func (x *ListBillingAccountsResponse) GetTypeDescription() string
func (*ListBillingAccountsResponse) ProtoMessage ¶
func (*ListBillingAccountsResponse) ProtoMessage()
func (*ListBillingAccountsResponse) ProtoReflect ¶
func (x *ListBillingAccountsResponse) ProtoReflect() protoreflect.Message
func (*ListBillingAccountsResponse) Reset ¶
func (x *ListBillingAccountsResponse) Reset()
func (*ListBillingAccountsResponse) String ¶
func (x *ListBillingAccountsResponse) String() string
Click to show internal directories.
Click to hide internal directories.