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.



1183
1184
1185
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1183

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)


1169
1170
1171
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1169

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)


1175
1176
1177
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1175

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)


1181
1182
1183
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1181

def service_id
  @service_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1188
1189
1190
1191
1192
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1188

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