public interface ListLogsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLogNames(int index)
A list of log names.
|
com.google.protobuf.ByteString |
getLogNamesBytes(int index)
A list of log names.
|
int |
getLogNamesCount()
A list of log names.
|
java.util.List<java.lang.String> |
getLogNamesList()
A list of log names.
|
java.lang.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, hasOneofjava.util.List<java.lang.String> getLogNamesList()
A list of log names. For example, `"projects/my-project/syslog"` or `"organizations/123/cloudresourcemanager.googleapis.com%2Factivity"`.
repeated string log_names = 3;int getLogNamesCount()
A list of log names. For example, `"projects/my-project/syslog"` or `"organizations/123/cloudresourcemanager.googleapis.com%2Factivity"`.
repeated string log_names = 3;java.lang.String getLogNames(int index)
A list of log names. For example, `"projects/my-project/syslog"` or `"organizations/123/cloudresourcemanager.googleapis.com%2Factivity"`.
repeated string log_names = 3;com.google.protobuf.ByteString getLogNamesBytes(int index)
A list of log names. For example, `"projects/my-project/syslog"` or `"organizations/123/cloudresourcemanager.googleapis.com%2Factivity"`.
repeated string log_names = 3;java.lang.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;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 this method again using the value of `nextPageToken` as `pageToken`.
string next_page_token = 2;