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.



2076
2077
2078
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2076

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)


2074
2075
2076
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2074

def name_of_google_library
  @name_of_google_library
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2081
2082
2083
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2081

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