Class: Google::Apis::CloudsupportV2beta::Blobstore2Info
- Inherits:
-
Object
- Object
- Google::Apis::CloudsupportV2beta::Blobstore2Info
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsupport_v2beta/classes.rb,
lib/google/apis/cloudsupport_v2beta/representations.rb,
lib/google/apis/cloudsupport_v2beta/representations.rb
Overview
gdata.* are outside protos with mising documentation
Instance Attribute Summary collapse
-
#blob_generation ⇒ Fixnum
gdata.* are outside protos with mising documentation Corresponds to the JSON property
blobGeneration
. -
#blob_id ⇒ String
gdata.* are outside protos with mising documentation Corresponds to the JSON property
blobId
. -
#download_read_handle ⇒ String
gdata.* are outside protos with mising documentation Corresponds to the JSON property
downloadReadHandle
NOTE: Values are automatically base64 encoded/decoded in the client library. -
#read_token ⇒ String
gdata.* are outside protos with mising documentation Corresponds to the JSON property
readToken
. -
#upload_metadata_container ⇒ String
gdata.* are outside protos with mising documentation Corresponds to the JSON property
uploadMetadataContainer
NOTE: Values are automatically base64 encoded/decoded in the client library.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Blobstore2Info
constructor
A new instance of Blobstore2Info.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Blobstore2Info
Returns a new instance of Blobstore2Info.
160 161 162 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 160 def initialize(**args) update!(**args) end |
Instance Attribute Details
#blob_generation ⇒ Fixnum
gdata.* are outside protos with mising documentation
Corresponds to the JSON property blobGeneration
136 137 138 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 136 def blob_generation @blob_generation end |
#blob_id ⇒ String
gdata.* are outside protos with mising documentation
Corresponds to the JSON property blobId
141 142 143 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 141 def blob_id @blob_id end |
#download_read_handle ⇒ String
gdata.* are outside protos with mising documentation
Corresponds to the JSON property downloadReadHandle
NOTE: Values are automatically base64 encoded/decoded in the client library.
147 148 149 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 147 def download_read_handle @download_read_handle end |
#read_token ⇒ String
gdata.* are outside protos with mising documentation
Corresponds to the JSON property readToken
152 153 154 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 152 def read_token @read_token end |
#upload_metadata_container ⇒ String
gdata.* are outside protos with mising documentation
Corresponds to the JSON property uploadMetadataContainer
NOTE: Values are automatically base64 encoded/decoded in the client library.
158 159 160 |
# File 'lib/google/apis/cloudsupport_v2beta/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_v2beta/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 |