Interface GetDatasetRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GetDatasetRequest, GetDatasetRequest.Builder

    public interface GetDatasetRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      Required.
      com.google.protobuf.ByteString getNameBytes()
      Required.
      Usage getPublishedUsage()
      If specified, will fetch the dataset details of the version published for the specified use case rather than the latest, if one exists.
      int getPublishedUsageValue()
      If specified, will fetch the dataset details of the version published for the specified use case rather than the latest, if one exists.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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()
         Required. Resource name. Can also fetch a specified version
         projects/{project}/datasets/{dataset_id}
         projects/{project}/datasets/{dataset_id}@{version-id}
        
         In order to retrieve a previous version of the dataset, also provide
         the version ID.
         Example: projects/123/datasets/assisted-driving-preferences@c7cfa2a8
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Required. Resource name. Can also fetch a specified version
         projects/{project}/datasets/{dataset_id}
         projects/{project}/datasets/{dataset_id}@{version-id}
        
         In order to retrieve a previous version of the dataset, also provide
         the version ID.
         Example: projects/123/datasets/assisted-driving-preferences@c7cfa2a8
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for name.
      • getPublishedUsageValue

        int getPublishedUsageValue()
         If specified, will fetch the dataset details of the version published for
         the specified use case rather than the latest, if one exists. If a
         published version does not exist, will default to getting the dataset
         details of the latest version.
         
        .google.maps.mapsplatformdatasets.v1alpha.Usage published_usage = 2;
        Returns:
        The enum numeric value on the wire for publishedUsage.
      • getPublishedUsage

        Usage getPublishedUsage()
         If specified, will fetch the dataset details of the version published for
         the specified use case rather than the latest, if one exists. If a
         published version does not exist, will default to getting the dataset
         details of the latest version.
         
        .google.maps.mapsplatformdatasets.v1alpha.Usage published_usage = 2;
        Returns:
        The publishedUsage.