protos/app/dataset library Protobuf Definitions

The proto definitions for dataset

Classes

CreateDatasetRequest
CreateDatasetRequest defines the name and organization ID of a dataset.
CreateDatasetResponse
CreateDatasetResponse returns the dataset ID of the created dataset.
Dataset
Dataset stores the metadata of a dataset.
DatasetServiceBase
DatasetServiceClient
DeleteDatasetRequest
DeleteDatasetRequest deletes the dataset specified by the dataset ID.
DeleteDatasetResponse
ListDatasetsByIDsRequest
ListDatasetsByIDsRequest requests all of the datasets by their dataset IDs.
ListDatasetsByIDsResponse
ListDatasetsByIDsResponse returns all the dataset metadata for the associated dataset IDs.
ListDatasetsByOrganizationIDRequest
ListDatasetsByOrganizationIDRequest requests all of the datasets for an organization.
ListDatasetsByOrganizationIDResponse
ListDatasetsByOrganizationIDResponse returns all the dataset metadata for the organization.
RenameDatasetRequest
RenameDatasetRequest applies the new name to the dataset specified by the dataset ID.
RenameDatasetResponse

Constants

CreateDatasetRequest$json → const Map<String, Object>
CreateDatasetResponse$json → const Map<String, Object>
Dataset$json → const Map<String, Object>
DeleteDatasetRequest$json → const Map<String, Object>
DeleteDatasetResponse$json → const Map<String, String>
ListDatasetsByIDsRequest$json → const Map<String, Object>
ListDatasetsByIDsResponse$json → const Map<String, Object>
ListDatasetsByOrganizationIDRequest$json → const Map<String, Object>
ListDatasetsByOrganizationIDResponse$json → const Map<String, Object>
RenameDatasetRequest$json → const Map<String, Object>
RenameDatasetResponse$json → const Map<String, String>

Properties

createDatasetRequestDescriptor Uint8List
Descriptor for CreateDatasetRequest. Decode as a google.protobuf.DescriptorProto.
final
createDatasetResponseDescriptor Uint8List
Descriptor for CreateDatasetResponse. Decode as a google.protobuf.DescriptorProto.
final
datasetDescriptor Uint8List
Descriptor for Dataset. Decode as a google.protobuf.DescriptorProto.
final
deleteDatasetRequestDescriptor Uint8List
Descriptor for DeleteDatasetRequest. Decode as a google.protobuf.DescriptorProto.
final
deleteDatasetResponseDescriptor Uint8List
Descriptor for DeleteDatasetResponse. Decode as a google.protobuf.DescriptorProto.
final
listDatasetsByIDsRequestDescriptor Uint8List
Descriptor for ListDatasetsByIDsRequest. Decode as a google.protobuf.DescriptorProto.
final
listDatasetsByIDsResponseDescriptor Uint8List
Descriptor for ListDatasetsByIDsResponse. Decode as a google.protobuf.DescriptorProto.
final
listDatasetsByOrganizationIDRequestDescriptor Uint8List
Descriptor for ListDatasetsByOrganizationIDRequest. Decode as a google.protobuf.DescriptorProto.
final
listDatasetsByOrganizationIDResponseDescriptor Uint8List
Descriptor for ListDatasetsByOrganizationIDResponse. Decode as a google.protobuf.DescriptorProto.
final
renameDatasetRequestDescriptor Uint8List
Descriptor for RenameDatasetRequest. Decode as a google.protobuf.DescriptorProto.
final
renameDatasetResponseDescriptor Uint8List
Descriptor for RenameDatasetResponse. Decode as a google.protobuf.DescriptorProto.
final