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

com.google.datastore.v1.PartitionIdOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/datastore/v1/entity.proto

package com.google.datastore.v1;

public interface PartitionIdOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.datastore.v1.PartitionId)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The ID of the project to which the entities belong.
   * 
* * optional string project_id = 2; */ java.lang.String getProjectId(); /** *
   * The ID of the project to which the entities belong.
   * 
* * optional string project_id = 2; */ com.google.protobuf.ByteString getProjectIdBytes(); /** *
   * If not empty, the ID of the namespace to which the entities belong.
   * 
* * optional string namespace_id = 4; */ java.lang.String getNamespaceId(); /** *
   * If not empty, the ID of the namespace to which the entities belong.
   * 
* * optional string namespace_id = 4; */ com.google.protobuf.ByteString getNamespaceIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy