Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::ImportProductSetsRequest.
Request message for the ImportProductSets
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#input_config
def input_config() -> ::Google::Cloud::Vision::V1::ImportProductSetsInputConfig
Returns
- (::Google::Cloud::Vision::V1::ImportProductSetsInputConfig) — Required. The input content for the list of requests.
#input_config=
def input_config=(value) -> ::Google::Cloud::Vision::V1::ImportProductSetsInputConfig
Parameter
- value (::Google::Cloud::Vision::V1::ImportProductSetsInputConfig) — Required. The input content for the list of requests.
Returns
- (::Google::Cloud::Vision::V1::ImportProductSetsInputConfig) — Required. The input content for the list of requests.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The project in which the ProductSets should be imported.
Format is
projects/PROJECT_ID/locations/LOC_ID
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The project in which the ProductSets should be imported.
Format is
projects/PROJECT_ID/locations/LOC_ID
.
Returns
-
(::String) — Required. The project in which the ProductSets should be imported.
Format is
projects/PROJECT_ID/locations/LOC_ID
.