Class: Google::Cloud::Dlp::V2::FieldId

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/storage.rb

Overview

General identifier of a data field in a storage service.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Name describing the field.

Returns:

  • (::String)

    Name describing the field.



308
309
310
311
# File 'proto_docs/google/privacy/dlp/v2/storage.rb', line 308

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