Class ListMetricDescriptorsRequest.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<ListMetricDescriptorsRequest.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<ListMetricDescriptorsRequest.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

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

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

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

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

        public ListMetricDescriptorsRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) on
         which to execute the request. The format is:
        
             projects/[PROJECT_ID_OR_NUMBER]
         
        string name = 5 [(.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()
         If this field is empty, all custom and
         system-defined metric descriptors are returned.
         Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
         specifies which metric descriptors are to be
         returned. For example, the following filter matches all
         [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
        
             metric.type = starts_with("custom.googleapis.com/")
         
        string filter = 2;
        Specified by:
        getFilter in interface ListMetricDescriptorsRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         If this field is empty, all custom and
         system-defined metric descriptors are returned.
         Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
         specifies which metric descriptors are to be
         returned. For example, the following filter matches all
         [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
        
             metric.type = starts_with("custom.googleapis.com/")
         
        string filter = 2;
        Specified by:
        getFilterBytes in interface ListMetricDescriptorsRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public ListMetricDescriptorsRequest.Builder setFilter​(String value)
         If this field is empty, all custom and
         system-defined metric descriptors are returned.
         Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
         specifies which metric descriptors are to be
         returned. For example, the following filter matches all
         [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
        
             metric.type = starts_with("custom.googleapis.com/")
         
        string filter = 2;
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public ListMetricDescriptorsRequest.Builder clearFilter()
         If this field is empty, all custom and
         system-defined metric descriptors are returned.
         Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
         specifies which metric descriptors are to be
         returned. For example, the following filter matches all
         [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
        
             metric.type = starts_with("custom.googleapis.com/")
         
        string filter = 2;
        Returns:
        This builder for chaining.
      • setFilterBytes

        public ListMetricDescriptorsRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         If this field is empty, all custom and
         system-defined metric descriptors are returned.
         Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
         specifies which metric descriptors are to be
         returned. For example, the following filter matches all
         [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
        
             metric.type = starts_with("custom.googleapis.com/")
         
        string filter = 2;
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • setPageSize

        public ListMetricDescriptorsRequest.Builder setPageSize​(int value)
         A positive number that is the maximum number of results to return.
         
        int32 page_size = 3;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListMetricDescriptorsRequest.Builder clearPageSize()
         A positive number that is the maximum number of results to return.
         
        int32 page_size = 3;
        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 = 4;
        Specified by:
        getPageToken in interface ListMetricDescriptorsRequestOrBuilder
        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 = 4;
        Specified by:
        getPageTokenBytes in interface ListMetricDescriptorsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListMetricDescriptorsRequest.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 = 4;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListMetricDescriptorsRequest.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 = 4;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListMetricDescriptorsRequest.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 = 4;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.