public interface CreateDataSchemaRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataSchema()
public abstract DataSchema getDataSchema()
Required. The data schema to create.
.google.cloud.visionai.v1.DataSchema data_schema = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DataSchema |
The dataSchema. |
getDataSchemaOrBuilder()
public abstract DataSchemaOrBuilder getDataSchemaOrBuilder()
Required. The data schema to create.
.google.cloud.visionai.v1.DataSchema data_schema = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DataSchemaOrBuilder |
getParent()
public abstract String getParent()
Required. The parent resource where this data schema will be created.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The parent resource where this data schema will be created.
Format:
projects/{project_number}/locations/{location_id}/corpora/{corpus_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasDataSchema()
public abstract boolean hasDataSchema()
Required. The data schema to create.
.google.cloud.visionai.v1.DataSchema data_schema = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the dataSchema field is set. |