public final class ListLinkedSourcesResponse extends GeneratedMessageV3 implements ListLinkedSourcesResponseOrBuilder
Response message for DocumentLinkService.ListLinkedSources.
Protobuf type google.cloud.contentwarehouse.v1.ListLinkedSourcesResponse
Static Fields
DOCUMENT_LINKS_FIELD_NUMBER
public static final int DOCUMENT_LINKS_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListLinkedSourcesResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListLinkedSourcesResponse.Builder newBuilder()
Returns
newBuilder(ListLinkedSourcesResponse prototype)
public static ListLinkedSourcesResponse.Builder newBuilder(ListLinkedSourcesResponse prototype)
Parameter
Returns
parseDelimitedFrom(InputStream input)
public static ListLinkedSourcesResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListLinkedSourcesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListLinkedSourcesResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListLinkedSourcesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListLinkedSourcesResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListLinkedSourcesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static ListLinkedSourcesResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListLinkedSourcesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static ListLinkedSourcesResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListLinkedSourcesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListLinkedSourcesResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListLinkedSourcesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListLinkedSourcesResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListLinkedSourcesResponse getDefaultInstanceForType()
Returns
getDocumentLinks(int index)
public DocumentLink getDocumentLinks(int index)
Source document-links.
repeated .google.cloud.contentwarehouse.v1.DocumentLink document_links = 1;
Parameter
Returns
getDocumentLinksCount()
public int getDocumentLinksCount()
Source document-links.
repeated .google.cloud.contentwarehouse.v1.DocumentLink document_links = 1;
Returns
getDocumentLinksList()
public List<DocumentLink> getDocumentLinksList()
Source document-links.
repeated .google.cloud.contentwarehouse.v1.DocumentLink document_links = 1;
Returns
getDocumentLinksOrBuilder(int index)
public DocumentLinkOrBuilder getDocumentLinksOrBuilder(int index)
Source document-links.
repeated .google.cloud.contentwarehouse.v1.DocumentLink document_links = 1;
Parameter
Returns
getDocumentLinksOrBuilderList()
public List<? extends DocumentLinkOrBuilder> getDocumentLinksOrBuilderList()
Source document-links.
repeated .google.cloud.contentwarehouse.v1.DocumentLink document_links = 1;
Returns
Type | Description |
List<? extends com.google.cloud.contentwarehouse.v1.DocumentLinkOrBuilder> | |
getNextPageToken()
public String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<ListLinkedSourcesResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListLinkedSourcesResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListLinkedSourcesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListLinkedSourcesResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions