public interface DatasetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBlockingResources(int index)
Output only.
|
com.google.protobuf.ByteString |
getBlockingResourcesBytes(int index)
Output only.
|
int |
getBlockingResourcesCount()
Output only.
|
List<String> |
getBlockingResourcesList()
Output only.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
long |
getDataItemCount()
Output only.
|
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
InputConfig |
getInputConfigs(int index)
Output only.
|
int |
getInputConfigsCount()
Output only.
|
List<InputConfig> |
getInputConfigsList()
Output only.
|
InputConfigOrBuilder |
getInputConfigsOrBuilder(int index)
Output only.
|
List<? extends InputConfigOrBuilder> |
getInputConfigsOrBuilderList()
Output only.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. Dataset resource name, format is:
projects/{project_id}/datasets/{dataset_id}
string name = 1;com.google.protobuf.ByteString getNameBytes()
Output only. Dataset resource name, format is:
projects/{project_id}/datasets/{dataset_id}
string name = 1;String getDisplayName()
Required. The display name of the dataset. Maximum of 64 characters.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
Required. The display name of the dataset. Maximum of 64 characters.
string display_name = 2;String getDescription()
Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.
string description = 3;boolean hasCreateTime()
Output only. Time the dataset is created.
.google.protobuf.Timestamp create_time = 4;com.google.protobuf.Timestamp getCreateTime()
Output only. Time the dataset is created.
.google.protobuf.Timestamp create_time = 4;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Time the dataset is created.
.google.protobuf.Timestamp create_time = 4;List<InputConfig> getInputConfigsList()
Output only. This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.
repeated .google.cloud.datalabeling.v1beta1.InputConfig input_configs = 5;InputConfig getInputConfigs(int index)
Output only. This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.
repeated .google.cloud.datalabeling.v1beta1.InputConfig input_configs = 5;int getInputConfigsCount()
Output only. This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.
repeated .google.cloud.datalabeling.v1beta1.InputConfig input_configs = 5;List<? extends InputConfigOrBuilder> getInputConfigsOrBuilderList()
Output only. This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.
repeated .google.cloud.datalabeling.v1beta1.InputConfig input_configs = 5;InputConfigOrBuilder getInputConfigsOrBuilder(int index)
Output only. This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.
repeated .google.cloud.datalabeling.v1beta1.InputConfig input_configs = 5;List<String> getBlockingResourcesList()
Output only. The names of any related resources that are blocking changes to the dataset.
repeated string blocking_resources = 6;int getBlockingResourcesCount()
Output only. The names of any related resources that are blocking changes to the dataset.
repeated string blocking_resources = 6;String getBlockingResources(int index)
Output only. The names of any related resources that are blocking changes to the dataset.
repeated string blocking_resources = 6;com.google.protobuf.ByteString getBlockingResourcesBytes(int index)
Output only. The names of any related resources that are blocking changes to the dataset.
repeated string blocking_resources = 6;long getDataItemCount()
Output only. The number of data items in the dataset.
int64 data_item_count = 7;Copyright © 2019 Google LLC. All rights reserved.