com.google.datastore.v1.PartitionIdOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datastore-v1-protos Show documentation
Show all versions of datastore-v1-protos Show documentation
Protocol buffers for accessing the Google Cloud Datastore API.
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