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.



2103
2104
2105
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2103

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)


2101
2102
2103
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2101

def name_of_google_library
  @name_of_google_library
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2108
2109
2110
# File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 2108

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