Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::IngestAssetRequest.
Request message for IngestAsset API.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#config
def config() -> ::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config
-
(::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config) — Provides information for the data and the asset resource name that the
data belongs to. The first
IngestAssetRequest
message must only contain aConfig
message.Note: The following fields are mutually exclusive:
config
,time_indexed_data
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#config=
def config=(value) -> ::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config
-
value (::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config) — Provides information for the data and the asset resource name that the
data belongs to. The first
IngestAssetRequest
message must only contain aConfig
message.Note: The following fields are mutually exclusive:
config
,time_indexed_data
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config) — Provides information for the data and the asset resource name that the
data belongs to. The first
IngestAssetRequest
message must only contain aConfig
message.Note: The following fields are mutually exclusive:
config
,time_indexed_data
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#time_indexed_data
def time_indexed_data() -> ::Google::Cloud::VisionAI::V1::IngestAssetRequest::TimeIndexedData
-
(::Google::Cloud::VisionAI::V1::IngestAssetRequest::TimeIndexedData) — Data to be ingested.
Note: The following fields are mutually exclusive:
time_indexed_data
,config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#time_indexed_data=
def time_indexed_data=(value) -> ::Google::Cloud::VisionAI::V1::IngestAssetRequest::TimeIndexedData
-
value (::Google::Cloud::VisionAI::V1::IngestAssetRequest::TimeIndexedData) — Data to be ingested.
Note: The following fields are mutually exclusive:
time_indexed_data
,config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::VisionAI::V1::IngestAssetRequest::TimeIndexedData) — Data to be ingested.
Note: The following fields are mutually exclusive:
time_indexed_data
,config
. If a field in that set is populated, all other fields in the set will automatically be cleared.