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

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

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

        public ListOSPolicyAssignmentReportsRequest 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<ListOSPolicyAssignmentReportsRequest.Builder>
      • getParent

        public String getParent()
         Required. The parent resource name.
        
         Format:
         `projects/{project}/locations/{location}/instances/{instance}/osPolicyAssignments/{assignment}/reports`
        
         For `{project}`, either `project-number` or `project-id` can be provided.
         For `{instance}`, either `instance-name`, `instance-id`, or `-` can be
         provided. If '-' is provided, the response will include
         OSPolicyAssignmentReports for all instances in the project/location.
         For `{assignment}`, either `assignment-id` or `-` can be provided. If '-'
         is provided, the response will include OSPolicyAssignmentReports for all
         OSPolicyAssignments in the project/location.
         Either {instance} or {assignment} must be `-`.
        
         For example:
         `projects/{project}/locations/{location}/instances/{instance}/osPolicyAssignments/-/reports`
          returns all reports for the instance
         `projects/{project}/locations/{location}/instances/-/osPolicyAssignments/{assignment-id}/reports`
          returns all the reports for the given assignment across all instances.
         `projects/{project}/locations/{location}/instances/-/osPolicyAssignments/-/reports`
          returns all the reports for all assignments across all instances.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ListOSPolicyAssignmentReportsRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The parent resource name.
        
         Format:
         `projects/{project}/locations/{location}/instances/{instance}/osPolicyAssignments/{assignment}/reports`
        
         For `{project}`, either `project-number` or `project-id` can be provided.
         For `{instance}`, either `instance-name`, `instance-id`, or `-` can be
         provided. If '-' is provided, the response will include
         OSPolicyAssignmentReports for all instances in the project/location.
         For `{assignment}`, either `assignment-id` or `-` can be provided. If '-'
         is provided, the response will include OSPolicyAssignmentReports for all
         OSPolicyAssignments in the project/location.
         Either {instance} or {assignment} must be `-`.
        
         For example:
         `projects/{project}/locations/{location}/instances/{instance}/osPolicyAssignments/-/reports`
          returns all reports for the instance
         `projects/{project}/locations/{location}/instances/-/osPolicyAssignments/{assignment-id}/reports`
          returns all the reports for the given assignment across all instances.
         `projects/{project}/locations/{location}/instances/-/osPolicyAssignments/-/reports`
          returns all the reports for all assignments across all instances.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ListOSPolicyAssignmentReportsRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ListOSPolicyAssignmentReportsRequest.Builder setParent​(String value)
         Required. The parent resource name.
        
         Format:
         `projects/{project}/locations/{location}/instances/{instance}/osPolicyAssignments/{assignment}/reports`
        
         For `{project}`, either `project-number` or `project-id` can be provided.
         For `{instance}`, either `instance-name`, `instance-id`, or `-` can be
         provided. If '-' is provided, the response will include
         OSPolicyAssignmentReports for all instances in the project/location.
         For `{assignment}`, either `assignment-id` or `-` can be provided. If '-'
         is provided, the response will include OSPolicyAssignmentReports for all
         OSPolicyAssignments in the project/location.
         Either {instance} or {assignment} must be `-`.
        
         For example:
         `projects/{project}/locations/{location}/instances/{instance}/osPolicyAssignments/-/reports`
          returns all reports for the instance
         `projects/{project}/locations/{location}/instances/-/osPolicyAssignments/{assignment-id}/reports`
          returns all the reports for the given assignment across all instances.
         `projects/{project}/locations/{location}/instances/-/osPolicyAssignments/-/reports`
          returns all the reports for all assignments across all instances.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public ListOSPolicyAssignmentReportsRequest.Builder clearParent()
         Required. The parent resource name.
        
         Format:
         `projects/{project}/locations/{location}/instances/{instance}/osPolicyAssignments/{assignment}/reports`
        
         For `{project}`, either `project-number` or `project-id` can be provided.
         For `{instance}`, either `instance-name`, `instance-id`, or `-` can be
         provided. If '-' is provided, the response will include
         OSPolicyAssignmentReports for all instances in the project/location.
         For `{assignment}`, either `assignment-id` or `-` can be provided. If '-'
         is provided, the response will include OSPolicyAssignmentReports for all
         OSPolicyAssignments in the project/location.
         Either {instance} or {assignment} must be `-`.
        
         For example:
         `projects/{project}/locations/{location}/instances/{instance}/osPolicyAssignments/-/reports`
          returns all reports for the instance
         `projects/{project}/locations/{location}/instances/-/osPolicyAssignments/{assignment-id}/reports`
          returns all the reports for the given assignment across all instances.
         `projects/{project}/locations/{location}/instances/-/osPolicyAssignments/-/reports`
          returns all the reports for all assignments across all instances.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ListOSPolicyAssignmentReportsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The parent resource name.
        
         Format:
         `projects/{project}/locations/{location}/instances/{instance}/osPolicyAssignments/{assignment}/reports`
        
         For `{project}`, either `project-number` or `project-id` can be provided.
         For `{instance}`, either `instance-name`, `instance-id`, or `-` can be
         provided. If '-' is provided, the response will include
         OSPolicyAssignmentReports for all instances in the project/location.
         For `{assignment}`, either `assignment-id` or `-` can be provided. If '-'
         is provided, the response will include OSPolicyAssignmentReports for all
         OSPolicyAssignments in the project/location.
         Either {instance} or {assignment} must be `-`.
        
         For example:
         `projects/{project}/locations/{location}/instances/{instance}/osPolicyAssignments/-/reports`
          returns all reports for the instance
         `projects/{project}/locations/{location}/instances/-/osPolicyAssignments/{assignment-id}/reports`
          returns all the reports for the given assignment across all instances.
         `projects/{project}/locations/{location}/instances/-/osPolicyAssignments/-/reports`
          returns all the reports for all assignments across all instances.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • setPageSize

        public ListOSPolicyAssignmentReportsRequest.Builder setPageSize​(int value)
         The maximum number of results to return.
         
        int32 page_size = 2;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • getFilter

        public String getFilter()
         If provided, this field specifies the criteria that must be met by the
         `OSPolicyAssignmentReport` API resource that is included in the response.
         
        string filter = 3;
        Specified by:
        getFilter in interface ListOSPolicyAssignmentReportsRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         If provided, this field specifies the criteria that must be met by the
         `OSPolicyAssignmentReport` API resource that is included in the response.
         
        string filter = 3;
        Specified by:
        getFilterBytes in interface ListOSPolicyAssignmentReportsRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public ListOSPolicyAssignmentReportsRequest.Builder setFilter​(String value)
         If provided, this field specifies the criteria that must be met by the
         `OSPolicyAssignmentReport` API resource that is included in the response.
         
        string filter = 3;
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public ListOSPolicyAssignmentReportsRequest.Builder clearFilter()
         If provided, this field specifies the criteria that must be met by the
         `OSPolicyAssignmentReport` API resource that is included in the response.
         
        string filter = 3;
        Returns:
        This builder for chaining.
      • setFilterBytes

        public ListOSPolicyAssignmentReportsRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         If provided, this field specifies the criteria that must be met by the
         `OSPolicyAssignmentReport` API resource that is included in the response.
         
        string filter = 3;
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         A pagination token returned from a previous call to the
         `ListOSPolicyAssignmentReports` method that indicates where this listing
         should continue from.
         
        string page_token = 4;
        Specified by:
        getPageToken in interface ListOSPolicyAssignmentReportsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         A pagination token returned from a previous call to the
         `ListOSPolicyAssignmentReports` method that indicates where this listing
         should continue from.
         
        string page_token = 4;
        Specified by:
        getPageTokenBytes in interface ListOSPolicyAssignmentReportsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListOSPolicyAssignmentReportsRequest.Builder setPageToken​(String value)
         A pagination token returned from a previous call to the
         `ListOSPolicyAssignmentReports` method that indicates where this listing
         should continue from.
         
        string page_token = 4;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListOSPolicyAssignmentReportsRequest.Builder clearPageToken()
         A pagination token returned from a previous call to the
         `ListOSPolicyAssignmentReports` method that indicates where this listing
         should continue from.
         
        string page_token = 4;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListOSPolicyAssignmentReportsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         A pagination token returned from a previous call to the
         `ListOSPolicyAssignmentReports` method that indicates where this listing
         should continue from.
         
        string page_token = 4;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.