Interface DatasetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Dataset
,Dataset.Builder
public interface DatasetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Timestamp
getCreateTime()
Output only.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
Output only.Dataset.DataSourceCase
getDataSourceCase()
String
getDescription()
A description of this dataset .com.google.protobuf.ByteString
getDescriptionBytes()
A description of this dataset .String
getDisplayName()
Human readable name, shown in the console UI .com.google.protobuf.ByteString
getDisplayNameBytes()
Human readable name, shown in the console UI .GcsSource
getGcsSource()
A Google Cloud Storage file source for the dataset for a single upload.GcsSourceOrBuilder
getGcsSourceOrBuilder()
A Google Cloud Storage file source for the dataset for a single upload.LocalFileSource
getLocalFileSource()
A local file source for the dataset for a single upload.LocalFileSourceOrBuilder
getLocalFileSourceOrBuilder()
A local file source for the dataset for a single upload.String
getName()
Resource name, projects/{project}/datasets/{dataset_id}com.google.protobuf.ByteString
getNameBytes()
Resource name, projects/{project}/datasets/{dataset_id}Status
getStatus()
Output only.StatusOrBuilder
getStatusOrBuilder()
Output only.com.google.protobuf.Timestamp
getUpdateTime()
Output only.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
Output only.Usage
getUsage(int index)
Specified use case for this dataset.int
getUsageCount()
Specified use case for this dataset.List<Usage>
getUsageList()
Specified use case for this dataset.int
getUsageValue(int index)
Specified use case for this dataset.List<Integer>
getUsageValueList()
Specified use case for this dataset.com.google.protobuf.Timestamp
getVersionCreateTime()
Output only.com.google.protobuf.TimestampOrBuilder
getVersionCreateTimeOrBuilder()
Output only.String
getVersionDescription()
Output only.com.google.protobuf.ByteString
getVersionDescriptionBytes()
Output only.String
getVersionId()
The version ID of the dataset.com.google.protobuf.ByteString
getVersionIdBytes()
The version ID of the dataset.boolean
hasCreateTime()
Output only.boolean
hasGcsSource()
A Google Cloud Storage file source for the dataset for a single upload.boolean
hasLocalFileSource()
A local file source for the dataset for a single upload.boolean
hasStatus()
Output only.boolean
hasUpdateTime()
Output only.boolean
hasVersionCreateTime()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Resource name, projects/{project}/datasets/{dataset_id}
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Resource name, projects/{project}/datasets/{dataset_id}
string name = 1;
- Returns:
- The bytes for name.
-
getDisplayName
String getDisplayName()
Human readable name, shown in the console UI .
string display_name = 2;
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Human readable name, shown in the console UI .
string display_name = 2;
- Returns:
- The bytes for displayName.
-
getDescription
String getDescription()
A description of this dataset .
string description = 3;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
A description of this dataset .
string description = 3;
- Returns:
- The bytes for description.
-
getVersionId
String getVersionId()
The version ID of the dataset.
string version_id = 4;
- Returns:
- The versionId.
-
getVersionIdBytes
com.google.protobuf.ByteString getVersionIdBytes()
The version ID of the dataset.
string version_id = 4;
- Returns:
- The bytes for versionId.
-
getUsageList
List<Usage> getUsageList()
Specified use case for this dataset.
repeated .google.maps.mapsplatformdatasets.v1.Usage usage = 5;
- Returns:
- A list containing the usage.
-
getUsageCount
int getUsageCount()
Specified use case for this dataset.
repeated .google.maps.mapsplatformdatasets.v1.Usage usage = 5;
- Returns:
- The count of usage.
-
getUsage
Usage getUsage(int index)
Specified use case for this dataset.
repeated .google.maps.mapsplatformdatasets.v1.Usage usage = 5;
- Parameters:
index
- The index of the element to return.- Returns:
- The usage at the given index.
-
getUsageValueList
List<Integer> getUsageValueList()
Specified use case for this dataset.
repeated .google.maps.mapsplatformdatasets.v1.Usage usage = 5;
- Returns:
- A list containing the enum numeric values on the wire for usage.
-
getUsageValue
int getUsageValue(int index)
Specified use case for this dataset.
repeated .google.maps.mapsplatformdatasets.v1.Usage usage = 5;
- Parameters:
index
- The index of the value to return.- Returns:
- The enum numeric value on the wire of usage at the given index.
-
hasLocalFileSource
boolean hasLocalFileSource()
A local file source for the dataset for a single upload.
.google.maps.mapsplatformdatasets.v1.LocalFileSource local_file_source = 6;
- Returns:
- Whether the localFileSource field is set.
-
getLocalFileSource
LocalFileSource getLocalFileSource()
A local file source for the dataset for a single upload.
.google.maps.mapsplatformdatasets.v1.LocalFileSource local_file_source = 6;
- Returns:
- The localFileSource.
-
getLocalFileSourceOrBuilder
LocalFileSourceOrBuilder getLocalFileSourceOrBuilder()
A local file source for the dataset for a single upload.
.google.maps.mapsplatformdatasets.v1.LocalFileSource local_file_source = 6;
-
hasGcsSource
boolean hasGcsSource()
A Google Cloud Storage file source for the dataset for a single upload.
.google.maps.mapsplatformdatasets.v1.GcsSource gcs_source = 7;
- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
GcsSource getGcsSource()
A Google Cloud Storage file source for the dataset for a single upload.
.google.maps.mapsplatformdatasets.v1.GcsSource gcs_source = 7;
- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
GcsSourceOrBuilder getGcsSourceOrBuilder()
A Google Cloud Storage file source for the dataset for a single upload.
.google.maps.mapsplatformdatasets.v1.GcsSource gcs_source = 7;
-
hasStatus
boolean hasStatus()
Output only. The status of this dataset version.
.google.maps.mapsplatformdatasets.v1.Status status = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the status field is set.
-
getStatus
Status getStatus()
Output only. The status of this dataset version.
.google.maps.mapsplatformdatasets.v1.Status status = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The status.
-
getStatusOrBuilder
StatusOrBuilder getStatusOrBuilder()
Output only. The status of this dataset version.
.google.maps.mapsplatformdatasets.v1.Status status = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasCreateTime
boolean hasCreateTime()
Output only. Time when the dataset was first created.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Output only. Time when the dataset was first created.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Time when the dataset was first created.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasUpdateTime
boolean hasUpdateTime()
Output only. Time when the dataset metadata was last updated.
.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Output only. Time when the dataset metadata was last updated.
.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Time when the dataset metadata was last updated.
.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasVersionCreateTime
boolean hasVersionCreateTime()
Output only. Time when the data was uploaded.
.google.protobuf.Timestamp version_create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the versionCreateTime field is set.
-
getVersionCreateTime
com.google.protobuf.Timestamp getVersionCreateTime()
Output only. Time when the data was uploaded.
.google.protobuf.Timestamp version_create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The versionCreateTime.
-
getVersionCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getVersionCreateTimeOrBuilder()
Output only. Time when the data was uploaded.
.google.protobuf.Timestamp version_create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getVersionDescription
String getVersionDescription()
Output only. The description for this version of dataset. It is provided when importing data to the dataset.
string version_description = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The versionDescription.
-
getVersionDescriptionBytes
com.google.protobuf.ByteString getVersionDescriptionBytes()
Output only. The description for this version of dataset. It is provided when importing data to the dataset.
string version_description = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for versionDescription.
-
getDataSourceCase
Dataset.DataSourceCase getDataSourceCase()
-
-