Reference documentation and code samples for the License Manager V1 API class Google::Cloud::LicenseManager::V1::QueryConfigurationLicenseUsageRequest.
Message for requesting license 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. The end time for retrieving the usage. If not specified, we will use the last day of the current billing period.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Required. The end time for retrieving the usage. If not specified, we will use the last day of the current billing period.
Returns
- (::Google::Protobuf::Timestamp) — Required. The end time for retrieving the usage. If not specified, we will use the last day of the current billing period.
#name
def name() -> ::String
Returns
- (::String) — Required. The resource path of the Configuration.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The resource path of the Configuration.
Returns
- (::String) — Required. The resource path of the Configuration.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Required. The start time for retrieving the usage. If not specified, we will use the first day of the current billing period.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Required. The start time for retrieving the usage. If not specified, we will use the first day of the current billing period.
Returns
- (::Google::Protobuf::Timestamp) — Required. The start time for retrieving the usage. If not specified, we will use the first day of the current billing period.