Class ListGroupStatsRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListGroupStatsRequest.Builder>
      • clear

        public ListGroupStatsRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ListGroupStatsRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListGroupStatsRequest.Builder>
      • getDefaultInstanceForType

        public ListGroupStatsRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ListGroupStatsRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ListGroupStatsRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public ListGroupStatsRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ListGroupStatsRequest.Builder>
      • clearField

        public ListGroupStatsRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListGroupStatsRequest.Builder>
      • clearOneof

        public ListGroupStatsRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListGroupStatsRequest.Builder>
      • setRepeatedField

        public ListGroupStatsRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              int index,
                                                              Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListGroupStatsRequest.Builder>
      • addRepeatedField

        public ListGroupStatsRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListGroupStatsRequest.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListGroupStatsRequest.Builder>
      • mergeFrom

        public ListGroupStatsRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListGroupStatsRequest.Builder>
        Throws:
        IOException
      • getProjectName

        public String getProjectName()
         Required. The resource name of the Google Cloud Platform project. Written
         as `projects/{projectID}` or `projects/{projectNumber}`, where `{projectID}`
         and `{projectNumber}` can be found in the
         [Google Cloud Console](https://support.google.com/cloud/answer/6158840).
        
         Examples: `projects/my-project-123`, `projects/5551234`.
         
        string project_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getProjectName in interface ListGroupStatsRequestOrBuilder
        Returns:
        The projectName.
      • getProjectNameBytes

        public com.google.protobuf.ByteString getProjectNameBytes()
         Required. The resource name of the Google Cloud Platform project. Written
         as `projects/{projectID}` or `projects/{projectNumber}`, where `{projectID}`
         and `{projectNumber}` can be found in the
         [Google Cloud Console](https://support.google.com/cloud/answer/6158840).
        
         Examples: `projects/my-project-123`, `projects/5551234`.
         
        string project_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getProjectNameBytes in interface ListGroupStatsRequestOrBuilder
        Returns:
        The bytes for projectName.
      • setProjectName

        public ListGroupStatsRequest.Builder setProjectName​(String value)
         Required. The resource name of the Google Cloud Platform project. Written
         as `projects/{projectID}` or `projects/{projectNumber}`, where `{projectID}`
         and `{projectNumber}` can be found in the
         [Google Cloud Console](https://support.google.com/cloud/answer/6158840).
        
         Examples: `projects/my-project-123`, `projects/5551234`.
         
        string project_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The projectName to set.
        Returns:
        This builder for chaining.
      • clearProjectName

        public ListGroupStatsRequest.Builder clearProjectName()
         Required. The resource name of the Google Cloud Platform project. Written
         as `projects/{projectID}` or `projects/{projectNumber}`, where `{projectID}`
         and `{projectNumber}` can be found in the
         [Google Cloud Console](https://support.google.com/cloud/answer/6158840).
        
         Examples: `projects/my-project-123`, `projects/5551234`.
         
        string project_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setProjectNameBytes

        public ListGroupStatsRequest.Builder setProjectNameBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the Google Cloud Platform project. Written
         as `projects/{projectID}` or `projects/{projectNumber}`, where `{projectID}`
         and `{projectNumber}` can be found in the
         [Google Cloud Console](https://support.google.com/cloud/answer/6158840).
        
         Examples: `projects/my-project-123`, `projects/5551234`.
         
        string project_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for projectName to set.
        Returns:
        This builder for chaining.
      • getGroupIdList

        public com.google.protobuf.ProtocolStringList getGroupIdList()
         Optional. List all <code>ErrorGroupStats</code> with these IDs.
         
        repeated string group_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getGroupIdList in interface ListGroupStatsRequestOrBuilder
        Returns:
        A list containing the groupId.
      • getGroupIdCount

        public int getGroupIdCount()
         Optional. List all <code>ErrorGroupStats</code> with these IDs.
         
        repeated string group_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getGroupIdCount in interface ListGroupStatsRequestOrBuilder
        Returns:
        The count of groupId.
      • getGroupId

        public String getGroupId​(int index)
         Optional. List all <code>ErrorGroupStats</code> with these IDs.
         
        repeated string group_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getGroupId in interface ListGroupStatsRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The groupId at the given index.
      • getGroupIdBytes

        public com.google.protobuf.ByteString getGroupIdBytes​(int index)
         Optional. List all <code>ErrorGroupStats</code> with these IDs.
         
        repeated string group_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getGroupIdBytes in interface ListGroupStatsRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the groupId at the given index.
      • setGroupId

        public ListGroupStatsRequest.Builder setGroupId​(int index,
                                                        String value)
         Optional. List all <code>ErrorGroupStats</code> with these IDs.
         
        repeated string group_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        index - The index to set the value at.
        value - The groupId to set.
        Returns:
        This builder for chaining.
      • addGroupId

        public ListGroupStatsRequest.Builder addGroupId​(String value)
         Optional. List all <code>ErrorGroupStats</code> with these IDs.
         
        repeated string group_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The groupId to add.
        Returns:
        This builder for chaining.
      • addAllGroupId

        public ListGroupStatsRequest.Builder addAllGroupId​(Iterable<String> values)
         Optional. List all <code>ErrorGroupStats</code> with these IDs.
         
        repeated string group_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        values - The groupId to add.
        Returns:
        This builder for chaining.
      • clearGroupId

        public ListGroupStatsRequest.Builder clearGroupId()
         Optional. List all <code>ErrorGroupStats</code> with these IDs.
         
        repeated string group_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • addGroupIdBytes

        public ListGroupStatsRequest.Builder addGroupIdBytes​(com.google.protobuf.ByteString value)
         Optional. List all <code>ErrorGroupStats</code> with these IDs.
         
        repeated string group_id = 2 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes of the groupId to add.
        Returns:
        This builder for chaining.
      • hasServiceFilter

        public boolean hasServiceFilter()
         Optional. List only <code>ErrorGroupStats</code> 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];
        Specified by:
        hasServiceFilter in interface ListGroupStatsRequestOrBuilder
        Returns:
        Whether the serviceFilter field is set.
      • getServiceFilter

        public ServiceContextFilter getServiceFilter()
         Optional. List only <code>ErrorGroupStats</code> 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];
        Specified by:
        getServiceFilter in interface ListGroupStatsRequestOrBuilder
        Returns:
        The serviceFilter.
      • setServiceFilter

        public ListGroupStatsRequest.Builder setServiceFilter​(ServiceContextFilter value)
         Optional. List only <code>ErrorGroupStats</code> 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];
      • setServiceFilter

        public ListGroupStatsRequest.Builder setServiceFilter​(ServiceContextFilter.Builder builderForValue)
         Optional. List only <code>ErrorGroupStats</code> 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];
      • mergeServiceFilter

        public ListGroupStatsRequest.Builder mergeServiceFilter​(ServiceContextFilter value)
         Optional. List only <code>ErrorGroupStats</code> 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];
      • clearServiceFilter

        public ListGroupStatsRequest.Builder clearServiceFilter()
         Optional. List only <code>ErrorGroupStats</code> 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];
      • getServiceFilterBuilder

        public ServiceContextFilter.Builder getServiceFilterBuilder()
         Optional. List only <code>ErrorGroupStats</code> 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];
      • getServiceFilterOrBuilder

        public ServiceContextFilterOrBuilder getServiceFilterOrBuilder()
         Optional. List only <code>ErrorGroupStats</code> 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];
        Specified by:
        getServiceFilterOrBuilder in interface ListGroupStatsRequestOrBuilder
      • hasTimeRange

        public boolean hasTimeRange()
         Optional. List data for the given time range.
         If not set, a default time range is used. The field
         <code>time_range_begin</code> in the response will specify the beginning
         of this time range.
         Only <code>ErrorGroupStats</code> with a non-zero count in the given time
         range are returned, unless the request contains an explicit
         <code>group_id</code> list. If a <code>group_id</code> list is given, also
         <code>ErrorGroupStats</code> with zero occurrences are returned.
         
        .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasTimeRange in interface ListGroupStatsRequestOrBuilder
        Returns:
        Whether the timeRange field is set.
      • getTimeRange

        public QueryTimeRange getTimeRange()
         Optional. List data for the given time range.
         If not set, a default time range is used. The field
         <code>time_range_begin</code> in the response will specify the beginning
         of this time range.
         Only <code>ErrorGroupStats</code> with a non-zero count in the given time
         range are returned, unless the request contains an explicit
         <code>group_id</code> list. If a <code>group_id</code> list is given, also
         <code>ErrorGroupStats</code> with zero occurrences are returned.
         
        .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getTimeRange in interface ListGroupStatsRequestOrBuilder
        Returns:
        The timeRange.
      • setTimeRange

        public ListGroupStatsRequest.Builder setTimeRange​(QueryTimeRange value)
         Optional. List data for the given time range.
         If not set, a default time range is used. The field
         <code>time_range_begin</code> in the response will specify the beginning
         of this time range.
         Only <code>ErrorGroupStats</code> with a non-zero count in the given time
         range are returned, unless the request contains an explicit
         <code>group_id</code> list. If a <code>group_id</code> list is given, also
         <code>ErrorGroupStats</code> with zero occurrences are returned.
         
        .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 5 [(.google.api.field_behavior) = OPTIONAL];
      • setTimeRange

        public ListGroupStatsRequest.Builder setTimeRange​(QueryTimeRange.Builder builderForValue)
         Optional. List data for the given time range.
         If not set, a default time range is used. The field
         <code>time_range_begin</code> in the response will specify the beginning
         of this time range.
         Only <code>ErrorGroupStats</code> with a non-zero count in the given time
         range are returned, unless the request contains an explicit
         <code>group_id</code> list. If a <code>group_id</code> list is given, also
         <code>ErrorGroupStats</code> with zero occurrences are returned.
         
        .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 5 [(.google.api.field_behavior) = OPTIONAL];
      • mergeTimeRange

        public ListGroupStatsRequest.Builder mergeTimeRange​(QueryTimeRange value)
         Optional. List data for the given time range.
         If not set, a default time range is used. The field
         <code>time_range_begin</code> in the response will specify the beginning
         of this time range.
         Only <code>ErrorGroupStats</code> with a non-zero count in the given time
         range are returned, unless the request contains an explicit
         <code>group_id</code> list. If a <code>group_id</code> list is given, also
         <code>ErrorGroupStats</code> with zero occurrences are returned.
         
        .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 5 [(.google.api.field_behavior) = OPTIONAL];
      • clearTimeRange

        public ListGroupStatsRequest.Builder clearTimeRange()
         Optional. List data for the given time range.
         If not set, a default time range is used. The field
         <code>time_range_begin</code> in the response will specify the beginning
         of this time range.
         Only <code>ErrorGroupStats</code> with a non-zero count in the given time
         range are returned, unless the request contains an explicit
         <code>group_id</code> list. If a <code>group_id</code> list is given, also
         <code>ErrorGroupStats</code> with zero occurrences are returned.
         
        .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getTimeRangeBuilder

        public QueryTimeRange.Builder getTimeRangeBuilder()
         Optional. List data for the given time range.
         If not set, a default time range is used. The field
         <code>time_range_begin</code> in the response will specify the beginning
         of this time range.
         Only <code>ErrorGroupStats</code> with a non-zero count in the given time
         range are returned, unless the request contains an explicit
         <code>group_id</code> list. If a <code>group_id</code> list is given, also
         <code>ErrorGroupStats</code> with zero occurrences are returned.
         
        .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getTimeRangeOrBuilder

        public QueryTimeRangeOrBuilder getTimeRangeOrBuilder()
         Optional. List data for the given time range.
         If not set, a default time range is used. The field
         <code>time_range_begin</code> in the response will specify the beginning
         of this time range.
         Only <code>ErrorGroupStats</code> with a non-zero count in the given time
         range are returned, unless the request contains an explicit
         <code>group_id</code> list. If a <code>group_id</code> list is given, also
         <code>ErrorGroupStats</code> with zero occurrences are returned.
         
        .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 5 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getTimeRangeOrBuilder in interface ListGroupStatsRequestOrBuilder
      • hasTimedCountDuration

        public boolean hasTimedCountDuration()
         Optional. The preferred duration for a single returned `TimedCount`.
         If not set, no timed counts are returned.
         
        .google.protobuf.Duration timed_count_duration = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasTimedCountDuration in interface ListGroupStatsRequestOrBuilder
        Returns:
        Whether the timedCountDuration field is set.
      • getTimedCountDuration

        public com.google.protobuf.Duration getTimedCountDuration()
         Optional. The preferred duration for a single returned `TimedCount`.
         If not set, no timed counts are returned.
         
        .google.protobuf.Duration timed_count_duration = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getTimedCountDuration in interface ListGroupStatsRequestOrBuilder
        Returns:
        The timedCountDuration.
      • setTimedCountDuration

        public ListGroupStatsRequest.Builder setTimedCountDuration​(com.google.protobuf.Duration value)
         Optional. The preferred duration for a single returned `TimedCount`.
         If not set, no timed counts are returned.
         
        .google.protobuf.Duration timed_count_duration = 6 [(.google.api.field_behavior) = OPTIONAL];
      • setTimedCountDuration

        public ListGroupStatsRequest.Builder setTimedCountDuration​(com.google.protobuf.Duration.Builder builderForValue)
         Optional. The preferred duration for a single returned `TimedCount`.
         If not set, no timed counts are returned.
         
        .google.protobuf.Duration timed_count_duration = 6 [(.google.api.field_behavior) = OPTIONAL];
      • mergeTimedCountDuration

        public ListGroupStatsRequest.Builder mergeTimedCountDuration​(com.google.protobuf.Duration value)
         Optional. The preferred duration for a single returned `TimedCount`.
         If not set, no timed counts are returned.
         
        .google.protobuf.Duration timed_count_duration = 6 [(.google.api.field_behavior) = OPTIONAL];
      • clearTimedCountDuration

        public ListGroupStatsRequest.Builder clearTimedCountDuration()
         Optional. The preferred duration for a single returned `TimedCount`.
         If not set, no timed counts are returned.
         
        .google.protobuf.Duration timed_count_duration = 6 [(.google.api.field_behavior) = OPTIONAL];
      • getTimedCountDurationBuilder

        public com.google.protobuf.Duration.Builder getTimedCountDurationBuilder()
         Optional. The preferred duration for a single returned `TimedCount`.
         If not set, no timed counts are returned.
         
        .google.protobuf.Duration timed_count_duration = 6 [(.google.api.field_behavior) = OPTIONAL];
      • getTimedCountDurationOrBuilder

        public com.google.protobuf.DurationOrBuilder getTimedCountDurationOrBuilder()
         Optional. The preferred duration for a single returned `TimedCount`.
         If not set, no timed counts are returned.
         
        .google.protobuf.Duration timed_count_duration = 6 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getTimedCountDurationOrBuilder in interface ListGroupStatsRequestOrBuilder
      • getAlignmentValue

        public int getAlignmentValue()
         Optional. The alignment of the timed counts to be returned.
         Default is `ALIGNMENT_EQUAL_AT_END`.
         
        .google.devtools.clouderrorreporting.v1beta1.TimedCountAlignment alignment = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAlignmentValue in interface ListGroupStatsRequestOrBuilder
        Returns:
        The enum numeric value on the wire for alignment.
      • setAlignmentValue

        public ListGroupStatsRequest.Builder setAlignmentValue​(int value)
         Optional. The alignment of the timed counts to be returned.
         Default is `ALIGNMENT_EQUAL_AT_END`.
         
        .google.devtools.clouderrorreporting.v1beta1.TimedCountAlignment alignment = 7 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The enum numeric value on the wire for alignment to set.
        Returns:
        This builder for chaining.
      • getAlignment

        public TimedCountAlignment getAlignment()
         Optional. The alignment of the timed counts to be returned.
         Default is `ALIGNMENT_EQUAL_AT_END`.
         
        .google.devtools.clouderrorreporting.v1beta1.TimedCountAlignment alignment = 7 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAlignment in interface ListGroupStatsRequestOrBuilder
        Returns:
        The alignment.
      • setAlignment

        public ListGroupStatsRequest.Builder setAlignment​(TimedCountAlignment value)
         Optional. The alignment of the timed counts to be returned.
         Default is `ALIGNMENT_EQUAL_AT_END`.
         
        .google.devtools.clouderrorreporting.v1beta1.TimedCountAlignment alignment = 7 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The alignment to set.
        Returns:
        This builder for chaining.
      • clearAlignment

        public ListGroupStatsRequest.Builder clearAlignment()
         Optional. The alignment of the timed counts to be returned.
         Default is `ALIGNMENT_EQUAL_AT_END`.
         
        .google.devtools.clouderrorreporting.v1beta1.TimedCountAlignment alignment = 7 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • hasAlignmentTime

        public boolean hasAlignmentTime()
         Optional. Time where the timed counts shall be aligned if rounded
         alignment is chosen. Default is 00:00 UTC.
         
        .google.protobuf.Timestamp alignment_time = 8 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasAlignmentTime in interface ListGroupStatsRequestOrBuilder
        Returns:
        Whether the alignmentTime field is set.
      • getAlignmentTime

        public com.google.protobuf.Timestamp getAlignmentTime()
         Optional. Time where the timed counts shall be aligned if rounded
         alignment is chosen. Default is 00:00 UTC.
         
        .google.protobuf.Timestamp alignment_time = 8 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAlignmentTime in interface ListGroupStatsRequestOrBuilder
        Returns:
        The alignmentTime.
      • setAlignmentTime

        public ListGroupStatsRequest.Builder setAlignmentTime​(com.google.protobuf.Timestamp value)
         Optional. Time where the timed counts shall be aligned if rounded
         alignment is chosen. Default is 00:00 UTC.
         
        .google.protobuf.Timestamp alignment_time = 8 [(.google.api.field_behavior) = OPTIONAL];
      • setAlignmentTime

        public ListGroupStatsRequest.Builder setAlignmentTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Optional. Time where the timed counts shall be aligned if rounded
         alignment is chosen. Default is 00:00 UTC.
         
        .google.protobuf.Timestamp alignment_time = 8 [(.google.api.field_behavior) = OPTIONAL];
      • mergeAlignmentTime

        public ListGroupStatsRequest.Builder mergeAlignmentTime​(com.google.protobuf.Timestamp value)
         Optional. Time where the timed counts shall be aligned if rounded
         alignment is chosen. Default is 00:00 UTC.
         
        .google.protobuf.Timestamp alignment_time = 8 [(.google.api.field_behavior) = OPTIONAL];
      • clearAlignmentTime

        public ListGroupStatsRequest.Builder clearAlignmentTime()
         Optional. Time where the timed counts shall be aligned if rounded
         alignment is chosen. Default is 00:00 UTC.
         
        .google.protobuf.Timestamp alignment_time = 8 [(.google.api.field_behavior) = OPTIONAL];
      • getAlignmentTimeBuilder

        public com.google.protobuf.Timestamp.Builder getAlignmentTimeBuilder()
         Optional. Time where the timed counts shall be aligned if rounded
         alignment is chosen. Default is 00:00 UTC.
         
        .google.protobuf.Timestamp alignment_time = 8 [(.google.api.field_behavior) = OPTIONAL];
      • getAlignmentTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getAlignmentTimeOrBuilder()
         Optional. Time where the timed counts shall be aligned if rounded
         alignment is chosen. Default is 00:00 UTC.
         
        .google.protobuf.Timestamp alignment_time = 8 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getAlignmentTimeOrBuilder in interface ListGroupStatsRequestOrBuilder
      • getOrderValue

        public int getOrderValue()
         Optional. The sort order in which the results are returned.
         Default is `COUNT_DESC`.
         
        .google.devtools.clouderrorreporting.v1beta1.ErrorGroupOrder order = 9 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getOrderValue in interface ListGroupStatsRequestOrBuilder
        Returns:
        The enum numeric value on the wire for order.
      • setOrderValue

        public ListGroupStatsRequest.Builder setOrderValue​(int value)
         Optional. The sort order in which the results are returned.
         Default is `COUNT_DESC`.
         
        .google.devtools.clouderrorreporting.v1beta1.ErrorGroupOrder order = 9 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The enum numeric value on the wire for order to set.
        Returns:
        This builder for chaining.
      • getOrder

        public ErrorGroupOrder getOrder()
         Optional. The sort order in which the results are returned.
         Default is `COUNT_DESC`.
         
        .google.devtools.clouderrorreporting.v1beta1.ErrorGroupOrder order = 9 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getOrder in interface ListGroupStatsRequestOrBuilder
        Returns:
        The order.
      • setOrder

        public ListGroupStatsRequest.Builder setOrder​(ErrorGroupOrder value)
         Optional. The sort order in which the results are returned.
         Default is `COUNT_DESC`.
         
        .google.devtools.clouderrorreporting.v1beta1.ErrorGroupOrder order = 9 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The order to set.
        Returns:
        This builder for chaining.
      • clearOrder

        public ListGroupStatsRequest.Builder clearOrder()
         Optional. The sort order in which the results are returned.
         Default is `COUNT_DESC`.
         
        .google.devtools.clouderrorreporting.v1beta1.ErrorGroupOrder order = 9 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         Optional. The maximum number of results to return per response.
         Default is 20.
         
        int32 page_size = 11 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageSize in interface ListGroupStatsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListGroupStatsRequest.Builder setPageSize​(int value)
         Optional. The maximum number of results to return per response.
         Default is 20.
         
        int32 page_size = 11 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListGroupStatsRequest.Builder clearPageSize()
         Optional. The maximum number of results to return per response.
         Default is 20.
         
        int32 page_size = 11 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         Optional. A `next_page_token` provided by a previous response. To view
         additional results, pass this token along with the identical query
         parameters as the first request.
         
        string page_token = 12 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageToken in interface ListGroupStatsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         Optional. A `next_page_token` provided by a previous response. To view
         additional results, pass this token along with the identical query
         parameters as the first request.
         
        string page_token = 12 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageTokenBytes in interface ListGroupStatsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListGroupStatsRequest.Builder setPageToken​(String value)
         Optional. A `next_page_token` provided by a previous response. To view
         additional results, pass this token along with the identical query
         parameters as the first request.
         
        string page_token = 12 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListGroupStatsRequest.Builder clearPageToken()
         Optional. A `next_page_token` provided by a previous response. To view
         additional results, pass this token along with the identical query
         parameters as the first request.
         
        string page_token = 12 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListGroupStatsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Optional. A `next_page_token` provided by a previous response. To view
         additional results, pass this token along with the identical query
         parameters as the first request.
         
        string page_token = 12 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ListGroupStatsRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListGroupStatsRequest.Builder>
      • mergeUnknownFields

        public final ListGroupStatsRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListGroupStatsRequest.Builder>