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

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

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

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

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

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

        public AnalyzeOrgPoliciesRequest.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<AnalyzeOrgPoliciesRequest.Builder>
        Throws:
        IOException
      • getScope

        public String getScope()
         Required. The organization to scope the request. Only organization
         policies within the scope will be analyzed.
        
         * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")
         
        string scope = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getScope in interface AnalyzeOrgPoliciesRequestOrBuilder
        Returns:
        The scope.
      • getScopeBytes

        public com.google.protobuf.ByteString getScopeBytes()
         Required. The organization to scope the request. Only organization
         policies within the scope will be analyzed.
        
         * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")
         
        string scope = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getScopeBytes in interface AnalyzeOrgPoliciesRequestOrBuilder
        Returns:
        The bytes for scope.
      • setScope

        public AnalyzeOrgPoliciesRequest.Builder setScope​(String value)
         Required. The organization to scope the request. Only organization
         policies within the scope will be analyzed.
        
         * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")
         
        string scope = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The scope to set.
        Returns:
        This builder for chaining.
      • clearScope

        public AnalyzeOrgPoliciesRequest.Builder clearScope()
         Required. The organization to scope the request. Only organization
         policies within the scope will be analyzed.
        
         * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")
         
        string scope = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setScopeBytes

        public AnalyzeOrgPoliciesRequest.Builder setScopeBytes​(com.google.protobuf.ByteString value)
         Required. The organization to scope the request. Only organization
         policies within the scope will be analyzed.
        
         * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")
         
        string scope = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for scope to set.
        Returns:
        This builder for chaining.
      • getConstraint

        public String getConstraint()
         Required. The name of the constraint to analyze organization policies for.
         The response only contains analyzed organization policies for the provided
         constraint.
         
        string constraint = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getConstraint in interface AnalyzeOrgPoliciesRequestOrBuilder
        Returns:
        The constraint.
      • getConstraintBytes

        public com.google.protobuf.ByteString getConstraintBytes()
         Required. The name of the constraint to analyze organization policies for.
         The response only contains analyzed organization policies for the provided
         constraint.
         
        string constraint = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getConstraintBytes in interface AnalyzeOrgPoliciesRequestOrBuilder
        Returns:
        The bytes for constraint.
      • setConstraint

        public AnalyzeOrgPoliciesRequest.Builder setConstraint​(String value)
         Required. The name of the constraint to analyze organization policies for.
         The response only contains analyzed organization policies for the provided
         constraint.
         
        string constraint = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The constraint to set.
        Returns:
        This builder for chaining.
      • clearConstraint

        public AnalyzeOrgPoliciesRequest.Builder clearConstraint()
         Required. The name of the constraint to analyze organization policies for.
         The response only contains analyzed organization policies for the provided
         constraint.
         
        string constraint = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setConstraintBytes

        public AnalyzeOrgPoliciesRequest.Builder setConstraintBytes​(com.google.protobuf.ByteString value)
         Required. The name of the constraint to analyze organization policies for.
         The response only contains analyzed organization policies for the provided
         constraint.
         
        string constraint = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for constraint to set.
        Returns:
        This builder for chaining.
      • getFilter

        public String getFilter()
         The expression to filter
         [AnalyzeOrgPoliciesResponse.org_policy_results][google.cloud.asset.v1.AnalyzeOrgPoliciesResponse.org_policy_results].
         The only supported field is `consolidated_policy.attached_resource`, and
         the only supported operator is `=`.
        
         Example:
         consolidated_policy.attached_resource="//cloudresourcemanager.googleapis.com/folders/001"
         will return the org policy results of"folders/001".
         
        string filter = 3;
        Specified by:
        getFilter in interface AnalyzeOrgPoliciesRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         The expression to filter
         [AnalyzeOrgPoliciesResponse.org_policy_results][google.cloud.asset.v1.AnalyzeOrgPoliciesResponse.org_policy_results].
         The only supported field is `consolidated_policy.attached_resource`, and
         the only supported operator is `=`.
        
         Example:
         consolidated_policy.attached_resource="//cloudresourcemanager.googleapis.com/folders/001"
         will return the org policy results of"folders/001".
         
        string filter = 3;
        Specified by:
        getFilterBytes in interface AnalyzeOrgPoliciesRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public AnalyzeOrgPoliciesRequest.Builder setFilter​(String value)
         The expression to filter
         [AnalyzeOrgPoliciesResponse.org_policy_results][google.cloud.asset.v1.AnalyzeOrgPoliciesResponse.org_policy_results].
         The only supported field is `consolidated_policy.attached_resource`, and
         the only supported operator is `=`.
        
         Example:
         consolidated_policy.attached_resource="//cloudresourcemanager.googleapis.com/folders/001"
         will return the org policy results of"folders/001".
         
        string filter = 3;
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public AnalyzeOrgPoliciesRequest.Builder clearFilter()
         The expression to filter
         [AnalyzeOrgPoliciesResponse.org_policy_results][google.cloud.asset.v1.AnalyzeOrgPoliciesResponse.org_policy_results].
         The only supported field is `consolidated_policy.attached_resource`, and
         the only supported operator is `=`.
        
         Example:
         consolidated_policy.attached_resource="//cloudresourcemanager.googleapis.com/folders/001"
         will return the org policy results of"folders/001".
         
        string filter = 3;
        Returns:
        This builder for chaining.
      • setFilterBytes

        public AnalyzeOrgPoliciesRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         The expression to filter
         [AnalyzeOrgPoliciesResponse.org_policy_results][google.cloud.asset.v1.AnalyzeOrgPoliciesResponse.org_policy_results].
         The only supported field is `consolidated_policy.attached_resource`, and
         the only supported operator is `=`.
        
         Example:
         consolidated_policy.attached_resource="//cloudresourcemanager.googleapis.com/folders/001"
         will return the org policy results of"folders/001".
         
        string filter = 3;
        Parameters:
        value - The bytes for filter to set.
        Returns:
        This builder for chaining.
      • hasPageSize

        public boolean hasPageSize()
         The maximum number of items to return per page. If unspecified,
         [AnalyzeOrgPoliciesResponse.org_policy_results][google.cloud.asset.v1.AnalyzeOrgPoliciesResponse.org_policy_results]
         will contain 20 items with a maximum of 200.
         
        optional int32 page_size = 4;
        Specified by:
        hasPageSize in interface AnalyzeOrgPoliciesRequestOrBuilder
        Returns:
        Whether the pageSize field is set.
      • getPageSize

        public int getPageSize()
         The maximum number of items to return per page. If unspecified,
         [AnalyzeOrgPoliciesResponse.org_policy_results][google.cloud.asset.v1.AnalyzeOrgPoliciesResponse.org_policy_results]
         will contain 20 items with a maximum of 200.
         
        optional int32 page_size = 4;
        Specified by:
        getPageSize in interface AnalyzeOrgPoliciesRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public AnalyzeOrgPoliciesRequest.Builder setPageSize​(int value)
         The maximum number of items to return per page. If unspecified,
         [AnalyzeOrgPoliciesResponse.org_policy_results][google.cloud.asset.v1.AnalyzeOrgPoliciesResponse.org_policy_results]
         will contain 20 items with a maximum of 200.
         
        optional int32 page_size = 4;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public AnalyzeOrgPoliciesRequest.Builder clearPageSize()
         The maximum number of items to return per page. If unspecified,
         [AnalyzeOrgPoliciesResponse.org_policy_results][google.cloud.asset.v1.AnalyzeOrgPoliciesResponse.org_policy_results]
         will contain 20 items with a maximum of 200.
         
        optional int32 page_size = 4;
        Returns:
        This builder for chaining.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         The pagination token to retrieve the next page.
         
        string page_token = 5;
        Specified by:
        getPageTokenBytes in interface AnalyzeOrgPoliciesRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public AnalyzeOrgPoliciesRequest.Builder setPageToken​(String value)
         The pagination token to retrieve the next page.
         
        string page_token = 5;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public AnalyzeOrgPoliciesRequest.Builder clearPageToken()
         The pagination token to retrieve the next page.
         
        string page_token = 5;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public AnalyzeOrgPoliciesRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         The pagination token to retrieve the next page.
         
        string page_token = 5;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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