class Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesRequest
Attributes
parent[RW]
Resource name of the project. Format: `projects/`. Corresponds to the JSON property `parent` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/remotebuildexecution_v2/classes.rb, line 2813 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/remotebuildexecution_v2/classes.rb, line 2818 def update!(**args) @parent = args[:parent] if args.key?(:parent) end