Class: Google::Apis::ToolresultsV1beta3::PendingGoogleUpdateInsight

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/toolresults_v1beta3/classes.rb,
lib/google/apis/toolresults_v1beta3/representations.rb,
lib/google/apis/toolresults_v1beta3/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

Constructor Details

#initialize(**args) ⇒ PendingGoogleUpdateInsight

Returns a new instance of PendingGoogleUpdateInsight.



2090
2091
2092
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2090

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)


2088
2089
2090
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2088

def name_of_google_library
  @name_of_google_library
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2095
2096
2097
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2095

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