public interface PublicationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthors(int index)
Optional.
|
com.google.protobuf.ByteString |
getAuthorsBytes(int index)
Optional.
|
int |
getAuthorsCount()
Optional.
|
List<String> |
getAuthorsList()
Optional.
|
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
String |
getIsbn()
Optional.
|
com.google.protobuf.ByteString |
getIsbnBytes()
Optional.
|
String |
getJournal()
Optional.
|
com.google.protobuf.ByteString |
getJournalBytes()
Optional.
|
com.google.type.Date |
getPublicationDate()
Optional.
|
com.google.type.DateOrBuilder |
getPublicationDateOrBuilder()
Optional.
|
String |
getPublicationType()
Optional.
|
com.google.protobuf.ByteString |
getPublicationTypeBytes()
Optional.
|
String |
getPublisher()
Optional.
|
com.google.protobuf.ByteString |
getPublisherBytes()
Optional.
|
String |
getTitle()
Optional.
|
com.google.protobuf.ByteString |
getTitleBytes()
Optional.
|
String |
getVolume()
Optional.
|
com.google.protobuf.ByteString |
getVolumeBytes()
Optional.
|
boolean |
hasPublicationDate()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAuthorsList()
Optional. A list of author names. Number of characters allowed is 100.
repeated string authors = 1;int getAuthorsCount()
Optional. A list of author names. Number of characters allowed is 100.
repeated string authors = 1;String getAuthors(int index)
Optional. A list of author names. Number of characters allowed is 100.
repeated string authors = 1;com.google.protobuf.ByteString getAuthorsBytes(int index)
Optional. A list of author names. Number of characters allowed is 100.
repeated string authors = 1;String getTitle()
Optional. The title of the publication. Number of characters allowed is 100.
string title = 2;com.google.protobuf.ByteString getTitleBytes()
Optional. The title of the publication. Number of characters allowed is 100.
string title = 2;String getDescription()
Optional. The description of the publication. Number of characters allowed is 100,000.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
Optional. The description of the publication. Number of characters allowed is 100,000.
string description = 3;String getJournal()
Optional. The journal name of the publication. Number of characters allowed is 100.
string journal = 4;com.google.protobuf.ByteString getJournalBytes()
Optional. The journal name of the publication. Number of characters allowed is 100.
string journal = 4;String getVolume()
Optional. Volume number. Number of characters allowed is 100.
string volume = 5;com.google.protobuf.ByteString getVolumeBytes()
Optional. Volume number. Number of characters allowed is 100.
string volume = 5;String getPublisher()
Optional. The publisher of the journal. Number of characters allowed is 100.
string publisher = 6;com.google.protobuf.ByteString getPublisherBytes()
Optional. The publisher of the journal. Number of characters allowed is 100.
string publisher = 6;boolean hasPublicationDate()
Optional. The publication date.
.google.type.Date publication_date = 7;com.google.type.Date getPublicationDate()
Optional. The publication date.
.google.type.Date publication_date = 7;com.google.type.DateOrBuilder getPublicationDateOrBuilder()
Optional. The publication date.
.google.type.Date publication_date = 7;String getPublicationType()
Optional. The publication type. Number of characters allowed is 100.
string publication_type = 8;com.google.protobuf.ByteString getPublicationTypeBytes()
Optional. The publication type. Number of characters allowed is 100.
string publication_type = 8;String getIsbn()
Optional. ISBN number. Number of characters allowed is 100.
string isbn = 9;com.google.protobuf.ByteString getIsbnBytes()
Optional. ISBN number. Number of characters allowed is 100.
string isbn = 9;Copyright © 2019 Google LLC. All rights reserved.