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

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

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

        public AnalyzeOrgPolicyGovernedContainersRequest 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<AnalyzeOrgPolicyGovernedContainersRequest.Builder>
      • getScope

        public String getScope()
         Required. The organization to scope the request. Only organization
         policies within the scope will be analyzed. The output containers will
         also be limited to the ones governed by those in-scope organization
         policies.
        
         * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")
         
        string scope = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getScope in interface AnalyzeOrgPolicyGovernedContainersRequestOrBuilder
        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. The output containers will
         also be limited to the ones governed by those in-scope organization
         policies.
        
         * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")
         
        string scope = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getScopeBytes in interface AnalyzeOrgPolicyGovernedContainersRequestOrBuilder
        Returns:
        The bytes for scope.
      • setScope

        public AnalyzeOrgPolicyGovernedContainersRequest.Builder setScope​(String value)
         Required. The organization to scope the request. Only organization
         policies within the scope will be analyzed. The output containers will
         also be limited to the ones governed by those in-scope organization
         policies.
        
         * 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 AnalyzeOrgPolicyGovernedContainersRequest.Builder clearScope()
         Required. The organization to scope the request. Only organization
         policies within the scope will be analyzed. The output containers will
         also be limited to the ones governed by those in-scope organization
         policies.
        
         * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")
         
        string scope = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setScopeBytes

        public AnalyzeOrgPolicyGovernedContainersRequest.Builder setScopeBytes​(com.google.protobuf.ByteString value)
         Required. The organization to scope the request. Only organization
         policies within the scope will be analyzed. The output containers will
         also be limited to the ones governed by those in-scope organization
         policies.
        
         * 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 governed containers for.
         The analysis only contains organization policies for the provided
         constraint.
         
        string constraint = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getConstraint in interface AnalyzeOrgPolicyGovernedContainersRequestOrBuilder
        Returns:
        The constraint.
      • getConstraintBytes

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

        public AnalyzeOrgPolicyGovernedContainersRequest.Builder setConstraint​(String value)
         Required. The name of the constraint to analyze governed containers for.
         The analysis only contains 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 AnalyzeOrgPolicyGovernedContainersRequest.Builder clearConstraint()
         Required. The name of the constraint to analyze governed containers for.
         The analysis only contains organization policies for the provided
         constraint.
         
        string constraint = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setConstraintBytes

        public AnalyzeOrgPolicyGovernedContainersRequest.Builder setConstraintBytes​(com.google.protobuf.ByteString value)
         Required. The name of the constraint to analyze governed containers for.
         The analysis only contains 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 the governed containers in result.
         The only supported field is `parent`, and the only supported operator is
         `=`.
        
         Example:
         parent="//cloudresourcemanager.googleapis.com/folders/001" will return all
         containers under "folders/001".
         
        string filter = 3;
        Specified by:
        getFilter in interface AnalyzeOrgPolicyGovernedContainersRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
         The expression to filter the governed containers in result.
         The only supported field is `parent`, and the only supported operator is
         `=`.
        
         Example:
         parent="//cloudresourcemanager.googleapis.com/folders/001" will return all
         containers under "folders/001".
         
        string filter = 3;
        Specified by:
        getFilterBytes in interface AnalyzeOrgPolicyGovernedContainersRequestOrBuilder
        Returns:
        The bytes for filter.
      • setFilter

        public AnalyzeOrgPolicyGovernedContainersRequest.Builder setFilter​(String value)
         The expression to filter the governed containers in result.
         The only supported field is `parent`, and the only supported operator is
         `=`.
        
         Example:
         parent="//cloudresourcemanager.googleapis.com/folders/001" will return all
         containers under "folders/001".
         
        string filter = 3;
        Parameters:
        value - The filter to set.
        Returns:
        This builder for chaining.
      • clearFilter

        public AnalyzeOrgPolicyGovernedContainersRequest.Builder clearFilter()
         The expression to filter the governed containers in result.
         The only supported field is `parent`, and the only supported operator is
         `=`.
        
         Example:
         parent="//cloudresourcemanager.googleapis.com/folders/001" will return all
         containers under "folders/001".
         
        string filter = 3;
        Returns:
        This builder for chaining.
      • setFilterBytes

        public AnalyzeOrgPolicyGovernedContainersRequest.Builder setFilterBytes​(com.google.protobuf.ByteString value)
         The expression to filter the governed containers in result.
         The only supported field is `parent`, and the only supported operator is
         `=`.
        
         Example:
         parent="//cloudresourcemanager.googleapis.com/folders/001" will return all
         containers under "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,
         [AnalyzeOrgPolicyGovernedContainersResponse.governed_containers][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.governed_containers]
         will contain 100 items with a maximum of 200.
         
        optional int32 page_size = 4;
        Specified by:
        hasPageSize in interface AnalyzeOrgPolicyGovernedContainersRequestOrBuilder
        Returns:
        Whether the pageSize field is set.
      • getPageSize

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

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

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

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