com.cognite.client.dto.FileBinaryOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: file.proto
package com.cognite.client.dto;
public interface FileBinaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.FileBinary)
com.google.protobuf.MessageOrBuilder {
/**
* int64 id = 1;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* int64 id = 1;
* @return The id.
*/
long getId();
/**
* string external_id = 2;
* @return Whether the externalId field is set.
*/
boolean hasExternalId();
/**
* string external_id = 2;
* @return The externalId.
*/
java.lang.String getExternalId();
/**
* string external_id = 2;
* @return The bytes for externalId.
*/
com.google.protobuf.ByteString
getExternalIdBytes();
/**
* bytes binary = 3;
* @return Whether the binary field is set.
*/
boolean hasBinary();
/**
* bytes binary = 3;
* @return The binary.
*/
com.google.protobuf.ByteString getBinary();
/**
* string binary_uri = 4;
* @return Whether the binaryUri field is set.
*/
boolean hasBinaryUri();
/**
* string binary_uri = 4;
* @return The binaryUri.
*/
java.lang.String getBinaryUri();
/**
* string binary_uri = 4;
* @return The bytes for binaryUri.
*/
com.google.protobuf.ByteString
getBinaryUriBytes();
/**
* int64 content_length = 5;
* @return The contentLength.
*/
long getContentLength();
public com.cognite.client.dto.FileBinary.IdTypeCase getIdTypeCase();
public com.cognite.client.dto.FileBinary.BinaryTypeCase getBinaryTypeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy