Class: Google::Apis::CertificatemanagerV1::UsedBy

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

Overview

Defines a resource that uses the certificate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UsedBy

Returns a new instance of UsedBy.



1497
1498
1499
# File 'lib/google/apis/certificatemanager_v1/classes.rb', line 1497

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

Instance Attribute Details

#nameString

Output only. Full name of the resource https://google.aip.dev/122#full- resource-names, e.g. //certificatemanager.googleapis.com/projects/*/locations/ */certificateMaps/*/certificateMapEntries/* or //compute.googleapis.com/ projects/*/locations/*/targetHttpsProxies/*. Corresponds to the JSON property name

Returns:

  • (String)


1495
1496
1497
# File 'lib/google/apis/certificatemanager_v1/classes.rb', line 1495

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1502
1503
1504
# File 'lib/google/apis/certificatemanager_v1/classes.rb', line 1502

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