All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.appengine.repackaged.com.google.datastore.v1.EntityProto Maven / Gradle / Ivy

Go to download

API for Google App Engine standard environment with some of the dependencies shaded (repackaged)

There is a newer version: 2.0.27
Show newest version
/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/datastore/v1/entity.proto

package com.google.datastore.v1;

public final class EntityProto {
  private EntityProto() {}

  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_google_datastore_v1_PartitionId_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_datastore_v1_PartitionId_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_datastore_v1_Key_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_datastore_v1_Key_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_datastore_v1_Key_PathElement_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_datastore_v1_Key_PathElement_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_datastore_v1_ArrayValue_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_datastore_v1_ArrayValue_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_datastore_v1_Value_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_datastore_v1_Value_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_datastore_v1_Entity_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_datastore_v1_Entity_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_datastore_v1_Entity_PropertiesEntry_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_datastore_v1_Entity_PropertiesEntry_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 google/datastore/v1/entity.proto\022\023goog"
          + "le.datastore.v1\032\034google/protobuf/struct."
          + "proto\032\037google/protobuf/timestamp.proto\032\030"
          + "google/type/latlng.proto\"L\n\013PartitionId\022"
          + "\022\n\nproject_id\030\002 \001(\t\022\023\n\013database_id\030\003 \001(\t"
          + "\022\024\n\014namespace_id\030\004 \001(\t\"\267\001\n\003Key\0226\n\014partit"
          + "ion_id\030\001 \001(\0132 .google.datastore.v1.Parti"
          + "tionId\0222\n\004path\030\002 \003(\0132$.google.datastore."
          + "v1.Key.PathElement\032D\n\013PathElement\022\014\n\004kin"
          + "d\030\001 \001(\t\022\014\n\002id\030\002 \001(\003H\000\022\016\n\004name\030\003 \001(\tH\000B\t\n"
          + "\007id_type\"8\n\nArrayValue\022*\n\006values\030\001 \003(\0132\032"
          + ".google.datastore.v1.Value\"\361\003\n\005Value\0220\n\n"
          + "null_value\030\013 \001(\0162\032.google.protobuf.NullV"
          + "alueH\000\022\027\n\rboolean_value\030\001 \001(\010H\000\022\027\n\rinteg"
          + "er_value\030\002 \001(\003H\000\022\026\n\014double_value\030\003 \001(\001H\000"
          + "\0225\n\017timestamp_value\030\n \001(\0132\032.google.proto"
          + "buf.TimestampH\000\022-\n\tkey_value\030\005 \001(\0132\030.goo"
          + "gle.datastore.v1.KeyH\000\022\026\n\014string_value\030\021"
          + " \001(\tH\000\022\024\n\nblob_value\030\022 \001(\014H\000\022.\n\017geo_poin"
          + "t_value\030\010 \001(\0132\023.google.type.LatLngH\000\0223\n\014"
          + "entity_value\030\006 \001(\0132\033.google.datastore.v1"
          + ".EntityH\000\0226\n\013array_value\030\t \001(\0132\037.google."
          + "datastore.v1.ArrayValueH\000\022\017\n\007meaning\030\016 \001"
          + "(\005\022\034\n\024exclude_from_indexes\030\023 \001(\010B\014\n\nvalu"
          + "e_type\"\277\001\n\006Entity\022%\n\003key\030\001 \001(\0132\030.google."
          + "datastore.v1.Key\022?\n\nproperties\030\003 \003(\0132+.g"
          + "oogle.datastore.v1.Entity.PropertiesEntr"
          + "y\032M\n\017PropertiesEntry\022\013\n\003key\030\001 \001(\t\022)\n\005val"
          + "ue\030\002 \001(\0132\032.google.datastore.v1.Value:\0028\001"
          + "B\275\001\n\027com.google.datastore.v1B\013EntityProt"
          + "oP\001Z




© 2015 - 2024 Weber Informatics LLC | Privacy Policy