Interface DatasetOuterClass.ListDatasetsByOrganizationIDRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
DatasetOuterClass.ListDatasetsByOrganizationIDRequest, DatasetOuterClass.ListDatasetsByOrganizationIDRequest.Builder
Enclosing class:
DatasetOuterClass

public static interface DatasetOuterClass.ListDatasetsByOrganizationIDRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string organization_id = 1 [json_name = "organizationId"];
    com.google.protobuf.ByteString
    string organization_id = 1 [json_name = "organizationId"];
    Optional DataseType to filter on.
    int
    Optional DataseType to filter on.
    boolean
    Optional DataseType to filter on.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getOrganizationId

      String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The bytes for organizationId.
    • hasType

      boolean hasType()
       Optional DataseType to filter on.
       If unset, will return all types.
       
      optional .viam.app.dataset.v1.DatasetType type = 2 [json_name = "type"];
      Returns:
      Whether the type field is set.
    • getTypeValue

      int getTypeValue()
       Optional DataseType to filter on.
       If unset, will return all types.
       
      optional .viam.app.dataset.v1.DatasetType type = 2 [json_name = "type"];
      Returns:
      The enum numeric value on the wire for type.
    • getType

       Optional DataseType to filter on.
       If unset, will return all types.
       
      optional .viam.app.dataset.v1.DatasetType type = 2 [json_name = "type"];
      Returns:
      The type.