Interface DatastoreIODetailsOrBuilder (0.9.0)

public interface DatastoreIODetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNamespace()

public abstract String getNamespace()

Namespace used in the connection.

string namespace = 1;

Returns
TypeDescription
String

The namespace.

getNamespaceBytes()

public abstract ByteString getNamespaceBytes()

Namespace used in the connection.

string namespace = 1;

Returns
TypeDescription
ByteString

The bytes for namespace.

getProjectId()

public abstract String getProjectId()

ProjectId accessed in the connection.

string project_id = 2;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

ProjectId accessed in the connection.

string project_id = 2;

Returns
TypeDescription
ByteString

The bytes for projectId.