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

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

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

        public ListMonitoredResourceDescriptorsRequest 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<ListMonitoredResourceDescriptorsRequest.Builder>
      • 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 ListMonitoredResourceDescriptorsRequestOrBuilder
        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 ListMonitoredResourceDescriptorsRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public ListMonitoredResourceDescriptorsRequest.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 ListMonitoredResourceDescriptorsRequest.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 ListMonitoredResourceDescriptorsRequest.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()
         An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
         describing the descriptors to be returned.  The filter can reference the
         descriptor's type and labels. For example, the following filter returns
         only Google Compute Engine descriptors that have an `id` label:
        
             resource.type = starts_with("gce_") AND resource.label:id
         
        string filter = 2;
        Specified by:
        getFilter in interface ListMonitoredResourceDescriptorsRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
         describing the descriptors to be returned.  The filter can reference the
         descriptor's type and labels. For example, the following filter returns
         only Google Compute Engine descriptors that have an `id` label:
        
             resource.type = starts_with("gce_") AND resource.label:id
         
        string filter = 2;
        Specified by:
        getFilterBytes in interface ListMonitoredResourceDescriptorsRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public ListMonitoredResourceDescriptorsRequest.Builder setFilter​(String value)
         An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
         describing the descriptors to be returned.  The filter can reference the
         descriptor's type and labels. For example, the following filter returns
         only Google Compute Engine descriptors that have an `id` label:
        
             resource.type = starts_with("gce_") AND resource.label:id
         
        string filter = 2;
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public ListMonitoredResourceDescriptorsRequest.Builder clearFilter()
         An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
         describing the descriptors to be returned.  The filter can reference the
         descriptor's type and labels. For example, the following filter returns
         only Google Compute Engine descriptors that have an `id` label:
        
             resource.type = starts_with("gce_") AND resource.label:id
         
        string filter = 2;
        Returns:
        This builder for chaining.
      • setFilterBytes

        public ListMonitoredResourceDescriptorsRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
         describing the descriptors to be returned.  The filter can reference the
         descriptor's type and labels. For example, the following filter returns
         only Google Compute Engine descriptors that have an `id` label:
        
             resource.type = starts_with("gce_") AND resource.label:id
         
        string filter = 2;
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • setPageSize

        public ListMonitoredResourceDescriptorsRequest.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.
      • 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 ListMonitoredResourceDescriptorsRequestOrBuilder
        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 ListMonitoredResourceDescriptorsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListMonitoredResourceDescriptorsRequest.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 ListMonitoredResourceDescriptorsRequest.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 ListMonitoredResourceDescriptorsRequest.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.