Interface DocumentId.UnmanagedDocumentIdOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DocumentId.UnmanagedDocumentId
,DocumentId.UnmanagedDocumentId.Builder
- Enclosing class:
- DocumentId
public static interface DocumentId.UnmanagedDocumentIdOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDocId()
Required.com.google.protobuf.ByteString
getDocIdBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDocId
String getDocId()
Required. The id of the document.
string doc_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The docId.
-
getDocIdBytes
com.google.protobuf.ByteString getDocIdBytes()
Required. The id of the document.
string doc_id = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for docId.
-
-