Interface DocumentId.UnmanagedDocumentIdOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.