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 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. Set by customer.
         
        string display_name = 2;
        Returns:
        The displayName.
      • getDisplayNameBytes

        com.google.protobuf.ByteString getDisplayNameBytes()
         Human readable name, shown in the console UI. Set by customer.
         
        string display_name = 2;
        Returns:
        The bytes for displayName.
      • getDescription

        String getDescription()
         A description of this dataset; set by the customer.
         
        string description = 3;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         A description of this dataset; set by the customer.
         
        string description = 3;
        Returns:
        The bytes for description.
      • getVersionId

        String getVersionId()
         The version of the dataset.
         
        string version_id = 4;
        Returns:
        The versionId.
      • getVersionIdBytes

        com.google.protobuf.ByteString getVersionIdBytes()
         The version of the dataset.
         
        string version_id = 4;
        Returns:
        The bytes for versionId.
      • getUsageList

        List<Usage> getUsageList()
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Returns:
        A list containing the usage.
      • getUsageCount

        int getUsageCount()
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Returns:
        The count of usage.
      • getUsage

        Usage getUsage​(int index)
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.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(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.Usage usage = 5;
        Returns:
        A list containing the enum numeric values on the wire for usage.
      • getUsageValue

        int getUsageValue​(int index)
         Specified use case(s) for this dataset.
         
        repeated .google.maps.mapsplatformdatasets.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.LocalFileSource local_file_source = 6;
      • hasGcsSource

        boolean hasGcsSource()
         A Google Cloud Storage file source for the dataset for a single upload.
         
        .google.maps.mapsplatformdatasets.v1alpha.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.v1alpha.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.v1alpha.GcsSource gcs_source = 7;
      • getStatusValue

        int getStatusValue()
         The status of the import of the latest dataset version.
         
        .google.maps.mapsplatformdatasets.v1alpha.State status = 12;
        Returns:
        The enum numeric value on the wire for status.
      • getStatus

        State getStatus()
         The status of the import of the latest dataset version.
         
        .google.maps.mapsplatformdatasets.v1alpha.State status = 12;
        Returns:
        The status.
      • 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 this version of dataset was created. (It happened when importing
         data to the dataset)
         
        .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 this version of dataset was created. (It happened when importing
         data to the dataset)
         
        .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 this version of dataset was created. (It happened when importing
         data to the dataset)
         
        .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.