public interface ImportProductSetsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportProductSetsInputConfig |
getInputConfig()
The input content for the list of requests.
|
ImportProductSetsInputConfigOrBuilder |
getInputConfigOrBuilder()
The input content for the list of requests.
|
String |
getParent()
The project in which the ProductSets should be imported.
|
com.google.protobuf.ByteString |
getParentBytes()
The project in which the ProductSets should be imported.
|
boolean |
hasInputConfig()
The input content for the list of requests.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
The project in which the ProductSets should be imported. Format is `projects/PROJECT_ID/locations/LOC_ID`.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
The project in which the ProductSets should be imported. Format is `projects/PROJECT_ID/locations/LOC_ID`.
string parent = 1;boolean hasInputConfig()
The input content for the list of requests.
.google.cloud.vision.v1p4beta1.ImportProductSetsInputConfig input_config = 2;ImportProductSetsInputConfig getInputConfig()
The input content for the list of requests.
.google.cloud.vision.v1p4beta1.ImportProductSetsInputConfig input_config = 2;ImportProductSetsInputConfigOrBuilder getInputConfigOrBuilder()
The input content for the list of requests.
.google.cloud.vision.v1p4beta1.ImportProductSetsInputConfig input_config = 2;Copyright © 2019 Google LLC. All rights reserved.