Class: Google::Apps::Events::Subscriptions::V1beta::Subscription::DriveOptions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/events/subscriptions/v1beta/subscription_resource.rb

Overview

Additional supported options for serving Drive events.

Instance Attribute Summary collapse

Instance Attribute Details

#include_descendants::Boolean

Returns Optional. Immutable. Whether to include all the descendant Drive files in the list of events. If false, the subscription will be created for the single file/drive that is specified as the target_resource.

This flag can be used when the target_resource is either a Drive or a Drive file that has mimeType set to application/vnd.google-apps.folder.

Returns:

  • (::Boolean)

    Optional. Immutable. Whether to include all the descendant Drive files in the list of events. If false, the subscription will be created for the single file/drive that is specified as the target_resource.

    This flag can be used when the target_resource is either a Drive or a Drive file that has mimeType set to application/vnd.google-apps.folder.



143
144
145
146
# File 'proto_docs/google/apps/events/subscriptions/v1beta/subscription_resource.rb', line 143

class DriveOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end