public interface ListEventsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroupId()
[Required] The group for which events shall be returned.
|
com.google.protobuf.ByteString |
getGroupIdBytes()
[Required] The group for which events shall be returned.
|
int |
getPageSize()
[Optional] The maximum number of results to return per response.
|
java.lang.String |
getPageToken()
[Optional] A `next_page_token` provided by a previous response.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
[Optional] A `next_page_token` provided by a previous response.
|
java.lang.String |
getProjectName()
[Required] The resource name of the Google Cloud Platform project.
|
com.google.protobuf.ByteString |
getProjectNameBytes()
[Required] The resource name of the Google Cloud Platform project.
|
ServiceContextFilter |
getServiceFilter()
[Optional] List only ErrorGroups which belong to a service context that
matches the filter.
|
ServiceContextFilterOrBuilder |
getServiceFilterOrBuilder()
[Optional] List only ErrorGroups which belong to a service context that
matches the filter.
|
QueryTimeRange |
getTimeRange()
[Optional] List only data for the given time range.
|
QueryTimeRangeOrBuilder |
getTimeRangeOrBuilder()
[Optional] List only data for the given time range.
|
boolean |
hasServiceFilter()
[Optional] List only ErrorGroups which belong to a service context that
matches the filter.
|
boolean |
hasTimeRange()
[Optional] List only data for the given time range.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getProjectName()
[Required] The resource name of the Google Cloud Platform project. Written as `projects/` plus the [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Example: `projects/my-project-123`.
optional string project_name = 1;com.google.protobuf.ByteString getProjectNameBytes()
[Required] The resource name of the Google Cloud Platform project. Written as `projects/` plus the [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Example: `projects/my-project-123`.
optional string project_name = 1;java.lang.String getGroupId()
[Required] The group for which events shall be returned.
optional string group_id = 2;com.google.protobuf.ByteString getGroupIdBytes()
[Required] The group for which events shall be returned.
optional string group_id = 2;boolean hasServiceFilter()
[Optional] List only ErrorGroups which belong to a service context that matches the filter. Data for all service contexts is returned if this field is not specified.
optional .google.devtools.clouderrorreporting.v1beta1.ServiceContextFilter service_filter = 3;ServiceContextFilter getServiceFilter()
[Optional] List only ErrorGroups which belong to a service context that matches the filter. Data for all service contexts is returned if this field is not specified.
optional .google.devtools.clouderrorreporting.v1beta1.ServiceContextFilter service_filter = 3;ServiceContextFilterOrBuilder getServiceFilterOrBuilder()
[Optional] List only ErrorGroups which belong to a service context that matches the filter. Data for all service contexts is returned if this field is not specified.
optional .google.devtools.clouderrorreporting.v1beta1.ServiceContextFilter service_filter = 3;boolean hasTimeRange()
[Optional] List only data for the given time range. If not set a default time range is used. The field time_range_begin in the response will specify the beginning of this time range.
optional .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 4;QueryTimeRange getTimeRange()
[Optional] List only data for the given time range. If not set a default time range is used. The field time_range_begin in the response will specify the beginning of this time range.
optional .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 4;QueryTimeRangeOrBuilder getTimeRangeOrBuilder()
[Optional] List only data for the given time range. If not set a default time range is used. The field time_range_begin in the response will specify the beginning of this time range.
optional .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 4;int getPageSize()
[Optional] The maximum number of results to return per response.
optional int32 page_size = 6;java.lang.String getPageToken()
[Optional] A `next_page_token` provided by a previous response.
optional string page_token = 7;com.google.protobuf.ByteString getPageTokenBytes()
[Optional] A `next_page_token` provided by a previous response.
optional string page_token = 7;