proto.com.cognite.client.dto.AssetOuterClass 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: asset.proto
package com.cognite.client.dto;
public final class AssetOuterClass {
private AssetOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_cognite_beam_proto_Asset_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_cognite_beam_proto_Asset_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_cognite_beam_proto_Asset_Aggregates_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_cognite_beam_proto_Asset_Aggregates_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_cognite_beam_proto_Asset_MetadataEntry_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_cognite_beam_proto_Asset_MetadataEntry_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\013asset.proto\022\026com.cognite.beam.proto\"\335\005" +
"\n\005Asset\022\017\n\002id\030\001 \001(\003H\000\210\001\001\022\030\n\013external_id\030" +
"\002 \001(\tH\001\210\001\001\022\021\n\004name\030\003 \001(\tH\002\210\001\001\022\026\n\tparent_" +
"id\030\004 \001(\003H\003\210\001\001\022\037\n\022parent_external_id\030\005 \001(" +
"\tH\004\210\001\001\022\030\n\013description\030\006 \001(\tH\005\210\001\001\022\024\n\007root" +
"_id\030\007 \001(\003H\006\210\001\001\022\031\n\014created_time\030\010 \001(\003H\007\210\001" +
"\001\022\036\n\021last_updated_time\030\t \001(\003H\010\210\001\001\022=\n\010met" +
"adata\030\n \003(\0132+.com.cognite.beam.proto.Ass" +
"et.MetadataEntry\022\016\n\006labels\030\013 \003(\t\022\023\n\006sour" +
"ce\030\014 \001(\tH\t\210\001\001\022\030\n\013data_set_id\030\r \001(\003H\n\210\001\001\022" +
"<\n\naggregates\030\016 \001(\0132(.com.cognite.beam.p" +
"roto.Asset.Aggregates\032b\n\nAggregates\022\030\n\013c" +
"hild_count\030\001 \001(\005H\000\210\001\001\022\022\n\005depth\030\002 \001(\005H\001\210\001" +
"\001\022\014\n\004path\030\003 \003(\003B\016\n\014_child_countB\010\n\006_dept" +
"h\032/\n\rMetadataEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value" +
"\030\002 \001(\t:\0028\001B\005\n\003_idB\016\n\014_external_idB\007\n\005_na" +
"meB\014\n\n_parent_idB\025\n\023_parent_external_idB" +
"\016\n\014_descriptionB\n\n\010_root_idB\017\n\r_created_" +
"timeB\024\n\022_last_updated_timeB\t\n\007_sourceB\016\n" +
"\014_data_set_idB\032\n\026com.cognite.client.dtoP" +
"\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_com_cognite_beam_proto_Asset_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_cognite_beam_proto_Asset_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_cognite_beam_proto_Asset_descriptor,
new java.lang.String[] { "Id", "ExternalId", "Name", "ParentId", "ParentExternalId", "Description", "RootId", "CreatedTime", "LastUpdatedTime", "Metadata", "Labels", "Source", "DataSetId", "Aggregates", "Id", "ExternalId", "Name", "ParentId", "ParentExternalId", "Description", "RootId", "CreatedTime", "LastUpdatedTime", "Source", "DataSetId", });
internal_static_com_cognite_beam_proto_Asset_Aggregates_descriptor =
internal_static_com_cognite_beam_proto_Asset_descriptor.getNestedTypes().get(0);
internal_static_com_cognite_beam_proto_Asset_Aggregates_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_cognite_beam_proto_Asset_Aggregates_descriptor,
new java.lang.String[] { "ChildCount", "Depth", "Path", "ChildCount", "Depth", });
internal_static_com_cognite_beam_proto_Asset_MetadataEntry_descriptor =
internal_static_com_cognite_beam_proto_Asset_descriptor.getNestedTypes().get(1);
internal_static_com_cognite_beam_proto_Asset_MetadataEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_cognite_beam_proto_Asset_MetadataEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy