Class: Google::Apis::CloudsearchV1::Reference

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb

Overview

All fields in this proto are now columns in spanner see google3/storage/slice/ production/gmail/user_data_tables.pi for documentation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Reference

Returns a new instance of Reference.



16451
16452
16453
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16451

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#blob_idString

Corresponds to the JSON property blobId

Returns:

  • (String)


16423
16424
16425
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16423

def blob_id
  @blob_id
end

#content_typeString

Corresponds to the JSON property contentType

Returns:

  • (String)


16428
16429
16430
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16428

def content_type
  @content_type
end

#hash_propString

Corresponds to the JSON property hash

Returns:

  • (String)


16433
16434
16435
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16433

def hash_prop
  @hash_prop
end

#keyString

LINT.IfChange Corresponds to the JSON property key

Returns:

  • (String)


16438
16439
16440
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16438

def key
  @key
end

#nameString

LINT.ThenChange(//depot/google3/storage/slice/production/gmail/ user_data_tables.pi) Corresponds to the JSON property name

Returns:

  • (String)


16444
16445
16446
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16444

def name
  @name
end

#sizeFixnum

Corresponds to the JSON property size

Returns:

  • (Fixnum)


16449
16450
16451
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16449

def size
  @size
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16456
16457
16458
16459
16460
16461
16462
16463
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16456

def update!(**args)
  @blob_id = args[:blob_id] if args.key?(:blob_id)
  @content_type = args[:content_type] if args.key?(:content_type)
  @hash_prop = args[:hash_prop] if args.key?(:hash_prop)
  @key = args[:key] if args.key?(:key)
  @name = args[:name] if args.key?(:name)
  @size = args[:size] if args.key?(:size)
end