public interface ListLogsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLogNames(int index)
public abstract String getLogNames(int index)
A list of log names. For example,
"projects/my-project/logs/syslog"
or
"organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity"
.
repeated string log_names = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The logNames at the given index. |
getLogNamesBytes(int index)
public abstract ByteString getLogNamesBytes(int index)
A list of log names. For example,
"projects/my-project/logs/syslog"
or
"organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity"
.
repeated string log_names = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the logNames at the given index. |
getLogNamesCount()
public abstract int getLogNamesCount()
A list of log names. For example,
"projects/my-project/logs/syslog"
or
"organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity"
.
repeated string log_names = 3;
Returns | |
---|---|
Type | Description |
int |
The count of logNames. |
getLogNamesList()
public abstract List<String> getLogNamesList()
A list of log names. For example,
"projects/my-project/logs/syslog"
or
"organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity"
.
repeated string log_names = 3;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the logNames. |
getNextPageToken()
public abstract 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 this
method again using the value of nextPageToken
as pageToken
.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract 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 this
method again using the value of nextPageToken
as pageToken
.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |