proto.com.cognite.client.dto.FileMetadataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdf-sdk-java Show documentation
Show all versions of cdf-sdk-java Show documentation
Java SDK for reading and writing from/to CDF resources.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: file.proto
package com.cognite.client.dto;
public interface FileMetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.FileMetadata)
com.google.protobuf.MessageOrBuilder {
/**
* optional string external_id = 1;
* @return Whether the externalId field is set.
*/
boolean hasExternalId();
/**
* optional string external_id = 1;
* @return The externalId.
*/
java.lang.String getExternalId();
/**
* optional string external_id = 1;
* @return The bytes for externalId.
*/
com.google.protobuf.ByteString
getExternalIdBytes();
/**
* optional string name = 2;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* optional string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
* optional string name = 2;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* optional string directory = 3;
* @return Whether the directory field is set.
*/
boolean hasDirectory();
/**
* optional string directory = 3;
* @return The directory.
*/
java.lang.String getDirectory();
/**
* optional string directory = 3;
* @return The bytes for directory.
*/
com.google.protobuf.ByteString
getDirectoryBytes();
/**
* optional string source = 4;
* @return Whether the source field is set.
*/
boolean hasSource();
/**
* optional string source = 4;
* @return The source.
*/
java.lang.String getSource();
/**
* optional string source = 4;
* @return The bytes for source.
*/
com.google.protobuf.ByteString
getSourceBytes();
/**
* optional string mime_type = 5;
* @return Whether the mimeType field is set.
*/
boolean hasMimeType();
/**
* optional string mime_type = 5;
* @return The mimeType.
*/
java.lang.String getMimeType();
/**
* optional string mime_type = 5;
* @return The bytes for mimeType.
*/
com.google.protobuf.ByteString
getMimeTypeBytes();
/**
* map<string, string> metadata = 6;
*/
int getMetadataCount();
/**
* map<string, string> metadata = 6;
*/
boolean containsMetadata(
java.lang.String key);
/**
* Use {@link #getMetadataMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getMetadata();
/**
* map<string, string> metadata = 6;
*/
java.util.Map
getMetadataMap();
/**
* map<string, string> metadata = 6;
*/
java.lang.String getMetadataOrDefault(
java.lang.String key,
java.lang.String defaultValue);
/**
* map<string, string> metadata = 6;
*/
java.lang.String getMetadataOrThrow(
java.lang.String key);
/**
* repeated int64 asset_ids = 7;
* @return A list containing the assetIds.
*/
java.util.List getAssetIdsList();
/**
* repeated int64 asset_ids = 7;
* @return The count of assetIds.
*/
int getAssetIdsCount();
/**
* repeated int64 asset_ids = 7;
* @param index The index of the element to return.
* @return The assetIds at the given index.
*/
long getAssetIds(int index);
/**
* optional int64 id = 8;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* optional int64 id = 8;
* @return The id.
*/
long getId();
/**
* bool uploaded = 9;
* @return The uploaded.
*/
boolean getUploaded();
/**
* optional int64 uploaded_time = 10;
* @return Whether the uploadedTime field is set.
*/
boolean hasUploadedTime();
/**
* optional int64 uploaded_time = 10;
* @return The uploadedTime.
*/
long getUploadedTime();
/**
* optional int64 created_time = 11;
* @return Whether the createdTime field is set.
*/
boolean hasCreatedTime();
/**
* optional int64 created_time = 11;
* @return The createdTime.
*/
long getCreatedTime();
/**
* optional int64 last_updated_time = 12;
* @return Whether the lastUpdatedTime field is set.
*/
boolean hasLastUpdatedTime();
/**
* optional int64 last_updated_time = 12;
* @return The lastUpdatedTime.
*/
long getLastUpdatedTime();
/**
* optional int64 source_created_time = 13;
* @return Whether the sourceCreatedTime field is set.
*/
boolean hasSourceCreatedTime();
/**
* optional int64 source_created_time = 13;
* @return The sourceCreatedTime.
*/
long getSourceCreatedTime();
/**
* optional int64 source_modified_time = 14;
* @return Whether the sourceModifiedTime field is set.
*/
boolean hasSourceModifiedTime();
/**
* optional int64 source_modified_time = 14;
* @return The sourceModifiedTime.
*/
long getSourceModifiedTime();
/**
* optional int64 data_set_id = 15;
* @return Whether the dataSetId field is set.
*/
boolean hasDataSetId();
/**
* optional int64 data_set_id = 15;
* @return The dataSetId.
*/
long getDataSetId();
/**
* repeated int64 security_categories = 16;
* @return A list containing the securityCategories.
*/
java.util.List getSecurityCategoriesList();
/**
* repeated int64 security_categories = 16;
* @return The count of securityCategories.
*/
int getSecurityCategoriesCount();
/**
* repeated int64 security_categories = 16;
* @param index The index of the element to return.
* @return The securityCategories at the given index.
*/
long getSecurityCategories(int index);
/**
* repeated string labels = 17;
* @return A list containing the labels.
*/
java.util.List
getLabelsList();
/**
* repeated string labels = 17;
* @return The count of labels.
*/
int getLabelsCount();
/**
* repeated string labels = 17;
* @param index The index of the element to return.
* @return The labels at the given index.
*/
java.lang.String getLabels(int index);
/**
* repeated string labels = 17;
* @param index The index of the value to return.
* @return The bytes of the labels at the given index.
*/
com.google.protobuf.ByteString
getLabelsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy