Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudbilling_v1beta/classes.rb,
lib/google/apis/cloudbilling_v1beta/representations.rb,
lib/google/apis/cloudbilling_v1beta/representations.rb

Overview

Encapsulates a Google Cloud service visible to a billing account.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService

Returns a new instance of GoogleCloudBillingBillingaccountservicesV1betaBillingAccountService.



1220
1221
1222
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1220

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#display_nameString

Description of the BillingAccountService. Example: "BigQuery", "Compute Engine" . Corresponds to the JSON property displayName

Returns:

  • (String)


1206
1207
1208
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1206

def display_name
  @display_name
end

#nameString

Resource name for the BillingAccountService. Example: "billingAccounts/012345- 567890-ABCDEF/services/DA34-426B-A397". Corresponds to the JSON property name

Returns:

  • (String)


1212
1213
1214
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1212

def name
  @name
end

#service_idString

Identifier for the service. It is the string after the collection identifier " services/". Example: "DA34-426B-A397". Corresponds to the JSON property serviceId

Returns:

  • (String)


1218
1219
1220
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1218

def service_id
  @service_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1225
1226
1227
1228
1229
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1225

def update!(**args)
  @display_name = args[:display_name] if args.key?(:display_name)
  @name = args[:name] if args.key?(:name)
  @service_id = args[:service_id] if args.key?(:service_id)
end