Reference documentation and code samples for the License Manager V1 API class Google::Cloud::LicenseManager::V1::AggregateUsageRequest.
Message for requesting aggregate of Usage per configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
    Returns
    
  - (::Google::Protobuf::Timestamp) — Required. Usage track is always for a month. This parameter is for the end time of the month.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
    Parameter
    
  - value (::Google::Protobuf::Timestamp) — Required. Usage track is always for a month. This parameter is for the end time of the month.
    Returns
    
  - (::Google::Protobuf::Timestamp) — Required. Usage track is always for a month. This parameter is for the end time of the month.
#filter
def filter() -> ::String
    Returns
    
  - (::String) — Optional. Filtering results
#filter=
def filter=(value) -> ::String
    Parameter
    
  - value (::String) — Optional. Filtering results
    Returns
    
  - (::String) — Optional. Filtering results
#name
def name() -> ::String
    Returns
    
  - (::String) — Required. Parent value for AggregateUsageRequest
#name=
def name=(value) -> ::String
    Parameter
    
  - value (::String) — Required. Parent value for AggregateUsageRequest
    Returns
    
  - (::String) — Required. Parent value for AggregateUsageRequest
#order_by
def order_by() -> ::String
    Returns
    
  - (::String) — Optional. Hint for how to order the results
#order_by=
def order_by=(value) -> ::String
    Parameter
    
  - value (::String) — Optional. Hint for how to order the results
    Returns
    
  - (::String) — Optional. Hint for how to order the results
#page_size
def page_size() -> ::Integer
    Returns
    
  - (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_size=
def page_size=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
    Returns
    
  - (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_token
def page_token() -> ::String
    Returns
    
  - (::String) — Optional. A token identifying a page of results the server should return.
#page_token=
def page_token=(value) -> ::String
    Parameter
    
  - value (::String) — Optional. A token identifying a page of results the server should return.
    Returns
    
  - (::String) — Optional. A token identifying a page of results the server should return.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
    Returns
    
  - (::Google::Protobuf::Timestamp) — Required. Licenses are purchased per month - so usage track needs start time of a month.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
    Parameter
    
  - value (::Google::Protobuf::Timestamp) — Required. Licenses are purchased per month - so usage track needs start time of a month.
    Returns
    
- (::Google::Protobuf::Timestamp) — Required. Licenses are purchased per month - so usage track needs start time of a month.