public interface ListLinksResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Link |
getLinks(int index)
A list of links.
|
int |
getLinksCount()
A list of links.
|
List<Link> |
getLinksList()
A list of links.
|
LinkOrBuilder |
getLinksOrBuilder(int index)
A list of links.
|
List<? extends LinkOrBuilder> |
getLinksOrBuilderList()
A list of links.
|
String |
getNextPageToken()
If there might be more results than those appearing in this response, then
`nextPageToken` is included.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If there might be more results than those appearing in this response, then
`nextPageToken` is included.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
Link getLinks(int index)
A list of links.
repeated .google.logging.v2.Link links = 1;
int getLinksCount()
A list of links.
repeated .google.logging.v2.Link links = 1;
List<? extends LinkOrBuilder> getLinksOrBuilderList()
A list of links.
repeated .google.logging.v2.Link links = 1;
LinkOrBuilder getLinksOrBuilder(int index)
A list of links.
repeated .google.logging.v2.Link links = 1;
String getNextPageToken()
If there might be more results than those appearing in this response, then `nextPageToken` is included. To get the next set of results, call the same method again using the value of `nextPageToken` as `pageToken`.
string next_page_token = 2;
com.google.protobuf.ByteString getNextPageTokenBytes()
If there might be more results than those appearing in this response, then `nextPageToken` is included. To get the next set of results, call the same method again using the value of `nextPageToken` as `pageToken`.
string next_page_token = 2;
Copyright © 2023 Google LLC. All rights reserved.