Class: Google::Cloud::DocumentAI::V1beta3::GcsPrefix

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_io.rb

Overview

Specifies all documents on Cloud Storage with a common prefix.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_uri_prefix::String

Returns The URI prefix.

Returns:

  • (::String)

    The URI prefix.



69
70
71
72
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 69

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