public final class ListEventsRequest extends GeneratedMessageV3 implements ListEventsRequestOrBuilder
Specifies a set of error events to return.
Protobuf type google.devtools.clouderrorreporting.v1beta1.ListEventsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int GROUP_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int PROJECT_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int SERVICE_FILTER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int TIME_RANGE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static ListEventsRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ListEventsRequest.Builder newBuilder()
public static ListEventsRequest.Builder newBuilder(ListEventsRequest prototype)
public static ListEventsRequest parseDelimitedFrom(InputStream input)
public static ListEventsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListEventsRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static ListEventsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListEventsRequest parseFrom(ByteString data)
public static ListEventsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListEventsRequest parseFrom(CodedInputStream input)
public static ListEventsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListEventsRequest parseFrom(InputStream input)
public static ListEventsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListEventsRequest parseFrom(ByteBuffer data)
public static ListEventsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ListEventsRequest> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public ListEventsRequest getDefaultInstanceForType()
public String getGroupId()
Required. The group for which events shall be returned.
The group_id
is a unique identifier for a particular error group. The
identifier is derived from key parts of the error-log content and is
treated as Service Data. For information about how Service Data
is handled, see Google Cloud Privacy
Notice.
string group_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The groupId.
|
public ByteString getGroupIdBytes()
Required. The group for which events shall be returned.
The group_id
is a unique identifier for a particular error group. The
identifier is derived from key parts of the error-log content and is
treated as Service Data. For information about how Service Data
is handled, see Google Cloud Privacy
Notice.
string group_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for groupId.
|
getPageSize()
Optional. The maximum number of results to return per response.
int32 page_size = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The pageSize.
|
getPageToken()
public String getPageToken()
Optional. A next_page_token
provided by a previous response.
string page_token = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
Optional. A next_page_token
provided by a previous response.
string page_token = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for pageToken.
|
public Parser<ListEventsRequest> getParserForType()
Overrides
public String getProjectName()
Required. The resource name of the Google Cloud Platform project. Written
as projects/{projectID}
or projects/{projectID}/locations/{location}
,
where {projectID}
is the Google Cloud Platform project
ID and {location}
is
a Cloud region.
Examples: projects/my-project-123
,
projects/my-project-123/locations/global
.
For a list of supported locations, see Supported
Regions. global
is
the default when unspecified.
string project_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The projectName.
|
public ByteString getProjectNameBytes()
Required. The resource name of the Google Cloud Platform project. Written
as projects/{projectID}
or projects/{projectID}/locations/{location}
,
where {projectID}
is the Google Cloud Platform project
ID and {location}
is
a Cloud region.
Examples: projects/my-project-123
,
projects/my-project-123/locations/global
.
For a list of supported locations, see Supported
Regions. global
is
the default when unspecified.
string project_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for projectName.
|
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public 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.
.google.devtools.clouderrorreporting.v1beta1.ServiceContextFilter service_filter = 3 [(.google.api.field_behavior) = OPTIONAL];
public 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.
.google.devtools.clouderrorreporting.v1beta1.ServiceContextFilter service_filter = 3 [(.google.api.field_behavior) = OPTIONAL];
public 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.
.google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 4 [(.google.api.field_behavior) = OPTIONAL];
public 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.
.google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 4 [(.google.api.field_behavior) = OPTIONAL];
public 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.
.google.devtools.clouderrorreporting.v1beta1.ServiceContextFilter service_filter = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the serviceFilter field is set.
|
public 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.
.google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the timeRange field is set.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListEventsRequest.Builder newBuilderForType()
protected ListEventsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public ListEventsRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides