Class: Google::Apis::CloudsupportV2::Blobstore2Info

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

Overview

gdata.* are outside protos with mising documentation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Blobstore2Info

Returns a new instance of Blobstore2Info.



160
161
162
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 160

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

Instance Attribute Details

#blob_generationFixnum

gdata.* are outside protos with mising documentation

Corresponds to the JSON property blobGeneration

Returns:

  • (Fixnum)


136
137
138
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 136

def blob_generation
  @blob_generation
end

#blob_idString

gdata.* are outside protos with mising documentation

Corresponds to the JSON property blobId

Returns:

  • (String)


141
142
143
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 141

def blob_id
  @blob_id
end

#download_read_handleString

gdata.* are outside protos with mising documentation

Corresponds to the JSON property downloadReadHandle NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


147
148
149
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 147

def download_read_handle
  @download_read_handle
end

#read_tokenString

gdata.* are outside protos with mising documentation

Corresponds to the JSON property readToken

Returns:

  • (String)


152
153
154
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 152

def read_token
  @read_token
end

#upload_metadata_containerString

gdata.* are outside protos with mising documentation

Corresponds to the JSON property uploadMetadataContainer NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


158
159
160
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 158

def 
  @upload_metadata_container
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



165
166
167
168
169
170
171
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 165

def update!(**args)
  @blob_generation = args[:blob_generation] if args.key?(:blob_generation)
  @blob_id = args[:blob_id] if args.key?(:blob_id)
  @download_read_handle = args[:download_read_handle] if args.key?(:download_read_handle)
  @read_token = args[:read_token] if args.key?(:read_token)
  @upload_metadata_container = args[:upload_metadata_container] if args.key?(:upload_metadata_container)
end