Class: Google::Apis::ToolresultsV1::PendingGoogleUpdateInsight

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/toolresults_v1/classes.rb,
generated/google/apis/toolresults_v1/representations.rb,
generated/google/apis/toolresults_v1/representations.rb

Overview

This insight indicates that the hidden API usage originates from a Google-provided library. Users need not take any action.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ PendingGoogleUpdateInsight

Returns a new instance of PendingGoogleUpdateInsight.



454
455
456
# File 'generated/google/apis/toolresults_v1/classes.rb', line 454

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

Instance Attribute Details

#name_of_google_libraryString

The name of the Google-provided library with the non-SDK API dependency. Corresponds to the JSON property nameOfGoogleLibrary

Returns:

  • (String)


452
453
454
# File 'generated/google/apis/toolresults_v1/classes.rb', line 452

def name_of_google_library
  @name_of_google_library
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



459
460
461
# File 'generated/google/apis/toolresults_v1/classes.rb', line 459

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