Interface ListLogsResponseOrBuilder (3.7.6)

public interface ListLogsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.