class ListMonitoredResourceDescriptorsResponse extends Message

Result returned from ListMonitoredResourceDescriptors.

Protobuf type Google\Logging\V2\ListMonitoredResourceDescriptorsResponse

Methods

__construct()

No description

RepeatedField
getResourceDescriptors()

A list of resource descriptors.

setResourceDescriptors(array|RepeatedField $var)

A list of resource descriptors.

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.

setNextPageToken(string $var)

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.

Details

at line 33
__construct()

at line 44
RepeatedField getResourceDescriptors()

A list of resource descriptors.

Generated from protobuf field repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;

Return Value

RepeatedField

at line 55
setResourceDescriptors(array|RepeatedField $var)

A list of resource descriptors.

Generated from protobuf field repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;

Parameters

array|RepeatedField $var

at line 69
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.

Generated from protobuf field string next_page_token = 2;

Return Value

string

at line 82
setNextPageToken(string $var)

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.

Generated from protobuf field string next_page_token = 2;

Parameters

string $var