public interface ListLogsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLogNames(int index)
A list of log names.
|
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.
|
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
isInitialized
java.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;
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;
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;