Reference documentation and code samples for the Storage Batch Operations V1 API class Google::Cloud::StorageBatchOperations::V1::ObjectCustomContextPayload.
Describes the payload of a user defined object custom context.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#value
def value() -> ::String
Returns
-
(::String) — The value of the object custom context.
If set,
valuemust NOT be an empty string since it is a required field in custom context. If unset,valuewill be ignored and no changes will be made to thevaluefield of the custom context payload.
#value=
def value=(value) -> ::String
Parameter
-
value (::String) — The value of the object custom context.
If set,
valuemust NOT be an empty string since it is a required field in custom context. If unset,valuewill be ignored and no changes will be made to thevaluefield of the custom context payload.
Returns
-
(::String) — The value of the object custom context.
If set,
valuemust NOT be an empty string since it is a required field in custom context. If unset,valuewill be ignored and no changes will be made to thevaluefield of the custom context payload.