public interface CreateProductSetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
The project in which the ProductSet should be created.
|
com.google.protobuf.ByteString |
getParentBytes()
The project in which the ProductSet should be created.
|
ProductSet |
getProductSet()
The ProductSet to create.
|
String |
getProductSetId()
A user-supplied resource id for this ProductSet.
|
com.google.protobuf.ByteString |
getProductSetIdBytes()
A user-supplied resource id for this ProductSet.
|
ProductSetOrBuilder |
getProductSetOrBuilder()
The ProductSet to create.
|
boolean |
hasProductSet()
The ProductSet to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
The project in which the ProductSet should be created. Format is `projects/PROJECT_ID/locations/LOC_ID`.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
The project in which the ProductSet should be created. Format is `projects/PROJECT_ID/locations/LOC_ID`.
string parent = 1;boolean hasProductSet()
The ProductSet to create.
.google.cloud.vision.v1p4beta1.ProductSet product_set = 2;ProductSet getProductSet()
The ProductSet to create.
.google.cloud.vision.v1p4beta1.ProductSet product_set = 2;ProductSetOrBuilder getProductSetOrBuilder()
The ProductSet to create.
.google.cloud.vision.v1p4beta1.ProductSet product_set = 2;String getProductSetId()
A user-supplied resource id for this ProductSet. If set, the server will attempt to use this value as the resource id. If it is already in use, an error is returned with code ALREADY_EXISTS. Must be at most 128 characters long. It cannot contain the character `/`.
string product_set_id = 3;com.google.protobuf.ByteString getProductSetIdBytes()
A user-supplied resource id for this ProductSet. If set, the server will attempt to use this value as the resource id. If it is already in use, an error is returned with code ALREADY_EXISTS. Must be at most 128 characters long. It cannot contain the character `/`.
string product_set_id = 3;Copyright © 2019 Google LLC. All rights reserved.