public interface ImportProductSetsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInputConfig()
public abstract ImportProductSetsInputConfig getInputConfig()Required. The input content for the list of requests.
.google.cloud.vision.v1.ImportProductSetsInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ImportProductSetsInputConfig | The inputConfig. |
getInputConfigOrBuilder()
public abstract ImportProductSetsInputConfigOrBuilder getInputConfigOrBuilder()Required. The input content for the list of requests.
.google.cloud.vision.v1.ImportProductSetsInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ImportProductSetsInputConfigOrBuilder |
getParent()
public abstract String getParent() Required. The project in which the ProductSets should be imported.
Format is projects/PROJECT_ID/locations/LOC_ID.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The project in which the ProductSets should be imported.
Format is projects/PROJECT_ID/locations/LOC_ID.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasInputConfig()
public abstract boolean hasInputConfig()Required. The input content for the list of requests.
.google.cloud.vision.v1.ImportProductSetsInputConfig input_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the inputConfig field is set. |