Interface ImportProductSetsRequestOrBuilder (2.1.4)

public interface ImportProductSetsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Returns
TypeDescription
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];

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the inputConfig field is set.