Class ListTimeSeriesRequest.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<ListTimeSeriesRequest.Builder>
      • clear

        public ListTimeSeriesRequest.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<ListTimeSeriesRequest.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<ListTimeSeriesRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public ListTimeSeriesRequest.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<ListTimeSeriesRequest.Builder>
      • clearField

        public ListTimeSeriesRequest.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<ListTimeSeriesRequest.Builder>
      • clearOneof

        public ListTimeSeriesRequest.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<ListTimeSeriesRequest.Builder>
      • setRepeatedField

        public ListTimeSeriesRequest.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<ListTimeSeriesRequest.Builder>
      • addRepeatedField

        public ListTimeSeriesRequest.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<ListTimeSeriesRequest.Builder>
      • isInitialized

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

        public ListTimeSeriesRequest.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<ListTimeSeriesRequest.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name),
         organization or folder on which to execute the request. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
             organizations/[ORGANIZATION_ID]
             folders/[FOLDER_ID]
         
        string name = 10 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getName in interface ListTimeSeriesRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name),
         organization or folder on which to execute the request. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
             organizations/[ORGANIZATION_ID]
             folders/[FOLDER_ID]
         
        string name = 10 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNameBytes in interface ListTimeSeriesRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public ListTimeSeriesRequest.Builder setName​(String value)
         Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name),
         organization or folder on which to execute the request. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
             organizations/[ORGANIZATION_ID]
             folders/[FOLDER_ID]
         
        string name = 10 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public ListTimeSeriesRequest.Builder clearName()
         Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name),
         organization or folder on which to execute the request. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
             organizations/[ORGANIZATION_ID]
             folders/[FOLDER_ID]
         
        string name = 10 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNameBytes

        public ListTimeSeriesRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name),
         organization or folder on which to execute the request. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
             organizations/[ORGANIZATION_ID]
             folders/[FOLDER_ID]
         
        string name = 10 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getFilter

        public String getFilter()
         Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
         that specifies which time series should be returned.  The filter must
         specify a single metric type, and can additionally specify metric labels
         and other information. For example:
        
             metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
                 metric.labels.instance_name = "my-instance-name"
         
        string filter = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getFilter in interface ListTimeSeriesRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
         that specifies which time series should be returned.  The filter must
         specify a single metric type, and can additionally specify metric labels
         and other information. For example:
        
             metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
                 metric.labels.instance_name = "my-instance-name"
         
        string filter = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getFilterBytes in interface ListTimeSeriesRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public ListTimeSeriesRequest.Builder setFilter​(String value)
         Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
         that specifies which time series should be returned.  The filter must
         specify a single metric type, and can additionally specify metric labels
         and other information. For example:
        
             metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
                 metric.labels.instance_name = "my-instance-name"
         
        string filter = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public ListTimeSeriesRequest.Builder clearFilter()
         Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
         that specifies which time series should be returned.  The filter must
         specify a single metric type, and can additionally specify metric labels
         and other information. For example:
        
             metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
                 metric.labels.instance_name = "my-instance-name"
         
        string filter = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setFilterBytes

        public ListTimeSeriesRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
         that specifies which time series should be returned.  The filter must
         specify a single metric type, and can additionally specify metric labels
         and other information. For example:
        
             metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
                 metric.labels.instance_name = "my-instance-name"
         
        string filter = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • hasInterval

        public boolean hasInterval()
         Required. The time interval for which results should be returned. Only time series
         that contain data points in the specified interval are included
         in the response.
         
        .google.monitoring.v3.TimeInterval interval = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasInterval in interface ListTimeSeriesRequestOrBuilder
        Returns:
        Whether the interval field is set.
      • getInterval

        public TimeInterval getInterval()
         Required. The time interval for which results should be returned. Only time series
         that contain data points in the specified interval are included
         in the response.
         
        .google.monitoring.v3.TimeInterval interval = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getInterval in interface ListTimeSeriesRequestOrBuilder
        Returns:
        The interval.
      • setInterval

        public ListTimeSeriesRequest.Builder setInterval​(TimeInterval value)
         Required. The time interval for which results should be returned. Only time series
         that contain data points in the specified interval are included
         in the response.
         
        .google.monitoring.v3.TimeInterval interval = 4 [(.google.api.field_behavior) = REQUIRED];
      • setInterval

        public ListTimeSeriesRequest.Builder setInterval​(TimeInterval.Builder builderForValue)
         Required. The time interval for which results should be returned. Only time series
         that contain data points in the specified interval are included
         in the response.
         
        .google.monitoring.v3.TimeInterval interval = 4 [(.google.api.field_behavior) = REQUIRED];
      • mergeInterval

        public ListTimeSeriesRequest.Builder mergeInterval​(TimeInterval value)
         Required. The time interval for which results should be returned. Only time series
         that contain data points in the specified interval are included
         in the response.
         
        .google.monitoring.v3.TimeInterval interval = 4 [(.google.api.field_behavior) = REQUIRED];
      • clearInterval

        public ListTimeSeriesRequest.Builder clearInterval()
         Required. The time interval for which results should be returned. Only time series
         that contain data points in the specified interval are included
         in the response.
         
        .google.monitoring.v3.TimeInterval interval = 4 [(.google.api.field_behavior) = REQUIRED];
      • getIntervalBuilder

        public TimeInterval.Builder getIntervalBuilder()
         Required. The time interval for which results should be returned. Only time series
         that contain data points in the specified interval are included
         in the response.
         
        .google.monitoring.v3.TimeInterval interval = 4 [(.google.api.field_behavior) = REQUIRED];
      • getIntervalOrBuilder

        public TimeIntervalOrBuilder getIntervalOrBuilder()
         Required. The time interval for which results should be returned. Only time series
         that contain data points in the specified interval are included
         in the response.
         
        .google.monitoring.v3.TimeInterval interval = 4 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getIntervalOrBuilder in interface ListTimeSeriesRequestOrBuilder
      • hasAggregation

        public boolean hasAggregation()
         Specifies the alignment of data points in individual time series as
         well as how to combine the retrieved time series across specified labels.
        
         By default (if no `aggregation` is explicitly specified), the raw time
         series data is returned.
         
        .google.monitoring.v3.Aggregation aggregation = 5;
        Specified by:
        hasAggregation in interface ListTimeSeriesRequestOrBuilder
        Returns:
        Whether the aggregation field is set.
      • getAggregation

        public Aggregation getAggregation()
         Specifies the alignment of data points in individual time series as
         well as how to combine the retrieved time series across specified labels.
        
         By default (if no `aggregation` is explicitly specified), the raw time
         series data is returned.
         
        .google.monitoring.v3.Aggregation aggregation = 5;
        Specified by:
        getAggregation in interface ListTimeSeriesRequestOrBuilder
        Returns:
        The aggregation.
      • setAggregation

        public ListTimeSeriesRequest.Builder setAggregation​(Aggregation value)
         Specifies the alignment of data points in individual time series as
         well as how to combine the retrieved time series across specified labels.
        
         By default (if no `aggregation` is explicitly specified), the raw time
         series data is returned.
         
        .google.monitoring.v3.Aggregation aggregation = 5;
      • setAggregation

        public ListTimeSeriesRequest.Builder setAggregation​(Aggregation.Builder builderForValue)
         Specifies the alignment of data points in individual time series as
         well as how to combine the retrieved time series across specified labels.
        
         By default (if no `aggregation` is explicitly specified), the raw time
         series data is returned.
         
        .google.monitoring.v3.Aggregation aggregation = 5;
      • mergeAggregation

        public ListTimeSeriesRequest.Builder mergeAggregation​(Aggregation value)
         Specifies the alignment of data points in individual time series as
         well as how to combine the retrieved time series across specified labels.
        
         By default (if no `aggregation` is explicitly specified), the raw time
         series data is returned.
         
        .google.monitoring.v3.Aggregation aggregation = 5;
      • clearAggregation

        public ListTimeSeriesRequest.Builder clearAggregation()
         Specifies the alignment of data points in individual time series as
         well as how to combine the retrieved time series across specified labels.
        
         By default (if no `aggregation` is explicitly specified), the raw time
         series data is returned.
         
        .google.monitoring.v3.Aggregation aggregation = 5;
      • getAggregationBuilder

        public Aggregation.Builder getAggregationBuilder()
         Specifies the alignment of data points in individual time series as
         well as how to combine the retrieved time series across specified labels.
        
         By default (if no `aggregation` is explicitly specified), the raw time
         series data is returned.
         
        .google.monitoring.v3.Aggregation aggregation = 5;
      • getAggregationOrBuilder

        public AggregationOrBuilder getAggregationOrBuilder()
         Specifies the alignment of data points in individual time series as
         well as how to combine the retrieved time series across specified labels.
        
         By default (if no `aggregation` is explicitly specified), the raw time
         series data is returned.
         
        .google.monitoring.v3.Aggregation aggregation = 5;
        Specified by:
        getAggregationOrBuilder in interface ListTimeSeriesRequestOrBuilder
      • hasSecondaryAggregation

        public boolean hasSecondaryAggregation()
         Apply a second aggregation after `aggregation` is applied. May only be
         specified if `aggregation` is specified.
         
        .google.monitoring.v3.Aggregation secondary_aggregation = 11;
        Specified by:
        hasSecondaryAggregation in interface ListTimeSeriesRequestOrBuilder
        Returns:
        Whether the secondaryAggregation field is set.
      • getSecondaryAggregation

        public Aggregation getSecondaryAggregation()
         Apply a second aggregation after `aggregation` is applied. May only be
         specified if `aggregation` is specified.
         
        .google.monitoring.v3.Aggregation secondary_aggregation = 11;
        Specified by:
        getSecondaryAggregation in interface ListTimeSeriesRequestOrBuilder
        Returns:
        The secondaryAggregation.
      • setSecondaryAggregation

        public ListTimeSeriesRequest.Builder setSecondaryAggregation​(Aggregation value)
         Apply a second aggregation after `aggregation` is applied. May only be
         specified if `aggregation` is specified.
         
        .google.monitoring.v3.Aggregation secondary_aggregation = 11;
      • setSecondaryAggregation

        public ListTimeSeriesRequest.Builder setSecondaryAggregation​(Aggregation.Builder builderForValue)
         Apply a second aggregation after `aggregation` is applied. May only be
         specified if `aggregation` is specified.
         
        .google.monitoring.v3.Aggregation secondary_aggregation = 11;
      • mergeSecondaryAggregation

        public ListTimeSeriesRequest.Builder mergeSecondaryAggregation​(Aggregation value)
         Apply a second aggregation after `aggregation` is applied. May only be
         specified if `aggregation` is specified.
         
        .google.monitoring.v3.Aggregation secondary_aggregation = 11;
      • clearSecondaryAggregation

        public ListTimeSeriesRequest.Builder clearSecondaryAggregation()
         Apply a second aggregation after `aggregation` is applied. May only be
         specified if `aggregation` is specified.
         
        .google.monitoring.v3.Aggregation secondary_aggregation = 11;
      • getSecondaryAggregationBuilder

        public Aggregation.Builder getSecondaryAggregationBuilder()
         Apply a second aggregation after `aggregation` is applied. May only be
         specified if `aggregation` is specified.
         
        .google.monitoring.v3.Aggregation secondary_aggregation = 11;
      • getOrderBy

        public String getOrderBy()
         Unsupported: must be left blank. The points in each time series are
         currently returned in reverse time order (most recent to oldest).
         
        string order_by = 6;
        Specified by:
        getOrderBy in interface ListTimeSeriesRequestOrBuilder
        Returns:
        The orderBy.
      • getOrderByBytes

        public com.google.protobuf.ByteString getOrderByBytes()
         Unsupported: must be left blank. The points in each time series are
         currently returned in reverse time order (most recent to oldest).
         
        string order_by = 6;
        Specified by:
        getOrderByBytes in interface ListTimeSeriesRequestOrBuilder
        Returns:
        The bytes for orderBy.
      • setOrderBy

        public ListTimeSeriesRequest.Builder setOrderBy​(String value)
         Unsupported: must be left blank. The points in each time series are
         currently returned in reverse time order (most recent to oldest).
         
        string order_by = 6;
        Parameters:
        value - The orderBy to set.
        Returns:
        This builder for chaining.
      • clearOrderBy

        public ListTimeSeriesRequest.Builder clearOrderBy()
         Unsupported: must be left blank. The points in each time series are
         currently returned in reverse time order (most recent to oldest).
         
        string order_by = 6;
        Returns:
        This builder for chaining.
      • setOrderByBytes

        public ListTimeSeriesRequest.Builder setOrderByBytes​(com.google.protobuf.ByteString value)
         Unsupported: must be left blank. The points in each time series are
         currently returned in reverse time order (most recent to oldest).
         
        string order_by = 6;
        Parameters:
        value - The bytes for orderBy to set.
        Returns:
        This builder for chaining.
      • getViewValue

        public int getViewValue()
         Required. Specifies which information is returned about the time series.
         
        .google.monitoring.v3.ListTimeSeriesRequest.TimeSeriesView view = 7 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getViewValue in interface ListTimeSeriesRequestOrBuilder
        Returns:
        The enum numeric value on the wire for view.
      • setViewValue

        public ListTimeSeriesRequest.Builder setViewValue​(int value)
         Required. Specifies which information is returned about the time series.
         
        .google.monitoring.v3.ListTimeSeriesRequest.TimeSeriesView view = 7 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The enum numeric value on the wire for view to set.
        Returns:
        This builder for chaining.
      • setView

        public ListTimeSeriesRequest.Builder setView​(ListTimeSeriesRequest.TimeSeriesView value)
         Required. Specifies which information is returned about the time series.
         
        .google.monitoring.v3.ListTimeSeriesRequest.TimeSeriesView view = 7 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The view to set.
        Returns:
        This builder for chaining.
      • clearView

        public ListTimeSeriesRequest.Builder clearView()
         Required. Specifies which information is returned about the time series.
         
        .google.monitoring.v3.ListTimeSeriesRequest.TimeSeriesView view = 7 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         A positive number that is the maximum number of results to return. If
         `page_size` is empty or more than 100,000 results, the effective
         `page_size` is 100,000 results. If `view` is set to `FULL`, this is the
         maximum number of `Points` returned. If `view` is set to `HEADERS`, this is
         the maximum number of `TimeSeries` returned.
         
        int32 page_size = 8;
        Specified by:
        getPageSize in interface ListTimeSeriesRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListTimeSeriesRequest.Builder setPageSize​(int value)
         A positive number that is the maximum number of results to return. If
         `page_size` is empty or more than 100,000 results, the effective
         `page_size` is 100,000 results. If `view` is set to `FULL`, this is the
         maximum number of `Points` returned. If `view` is set to `HEADERS`, this is
         the maximum number of `TimeSeries` returned.
         
        int32 page_size = 8;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListTimeSeriesRequest.Builder clearPageSize()
         A positive number that is the maximum number of results to return. If
         `page_size` is empty or more than 100,000 results, the effective
         `page_size` is 100,000 results. If `view` is set to `FULL`, this is the
         maximum number of `Points` returned. If `view` is set to `HEADERS`, this is
         the maximum number of `TimeSeries` returned.
         
        int32 page_size = 8;
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         If this field is not empty then it must contain the `nextPageToken` value
         returned by a previous call to this method.  Using this field causes the
         method to return additional results from the previous method call.
         
        string page_token = 9;
        Specified by:
        getPageToken in interface ListTimeSeriesRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         If this field is not empty then it must contain the `nextPageToken` value
         returned by a previous call to this method.  Using this field causes the
         method to return additional results from the previous method call.
         
        string page_token = 9;
        Specified by:
        getPageTokenBytes in interface ListTimeSeriesRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListTimeSeriesRequest.Builder setPageToken​(String value)
         If this field is not empty then it must contain the `nextPageToken` value
         returned by a previous call to this method.  Using this field causes the
         method to return additional results from the previous method call.
         
        string page_token = 9;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListTimeSeriesRequest.Builder clearPageToken()
         If this field is not empty then it must contain the `nextPageToken` value
         returned by a previous call to this method.  Using this field causes the
         method to return additional results from the previous method call.
         
        string page_token = 9;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListTimeSeriesRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         If this field is not empty then it must contain the `nextPageToken` value
         returned by a previous call to this method.  Using this field causes the
         method to return additional results from the previous method call.
         
        string page_token = 9;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ListTimeSeriesRequest.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<ListTimeSeriesRequest.Builder>
      • mergeUnknownFields

        public final ListTimeSeriesRequest.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<ListTimeSeriesRequest.Builder>