Interface DocumentId.UnmanagedDocumentIdOrBuilder (2.45.0)

public static interface DocumentId.UnmanagedDocumentIdOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDocId()

public abstract String getDocId()

Required. The id of the document.

string doc_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The docId.

getDocIdBytes()

public abstract ByteString getDocIdBytes()

Required. The id of the document.

string doc_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for docId.