Class: Google::Apis::ToolresultsV1beta3::PendingGoogleUpdateInsight
- Inherits:
-
Object
- Object
- Google::Apis::ToolresultsV1beta3::PendingGoogleUpdateInsight
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/toolresults_v1beta3/classes.rb,
generated/google/apis/toolresults_v1beta3/representations.rb,
generated/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
-
#name_of_google_library ⇒ String
The name of the Google-provided library with the non-SDK API dependency.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PendingGoogleUpdateInsight
constructor
A new instance of PendingGoogleUpdateInsight.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PendingGoogleUpdateInsight
Returns a new instance of PendingGoogleUpdateInsight.
2063 2064 2065 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2063 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name_of_google_library ⇒ String
The name of the Google-provided library with the non-SDK API dependency.
Corresponds to the JSON property nameOfGoogleLibrary
2061 2062 2063 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2061 def name_of_google_library @name_of_google_library end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2068 2069 2070 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2068 def update!(**args) @name_of_google_library = args[:name_of_google_library] if args.key?(:name_of_google_library) end |