Class AnalyzeOrgPolicyGovernedContainersRequest

  • All Implemented Interfaces:
    AnalyzeOrgPolicyGovernedContainersRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class AnalyzeOrgPolicyGovernedContainersRequest
    extends com.google.protobuf.GeneratedMessageV3
    implements AnalyzeOrgPolicyGovernedContainersRequestOrBuilder
     A request message for
     [AssetService.AnalyzeOrgPolicyGovernedContainers][google.cloud.asset.v1.AssetService.AnalyzeOrgPolicyGovernedContainers].
     
    Protobuf type google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersRequest
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • 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.
      • 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.
      • 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.
      • 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.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static AnalyzeOrgPolicyGovernedContainersRequest parseFrom​(ByteBuffer data,
                                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AnalyzeOrgPolicyGovernedContainersRequest parseFrom​(com.google.protobuf.ByteString data)
                                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AnalyzeOrgPolicyGovernedContainersRequest parseFrom​(com.google.protobuf.ByteString data,
                                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AnalyzeOrgPolicyGovernedContainersRequest parseFrom​(byte[] data)
                                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AnalyzeOrgPolicyGovernedContainersRequest parseFrom​(byte[] data,
                                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

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

        protected AnalyzeOrgPolicyGovernedContainersRequest.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<AnalyzeOrgPolicyGovernedContainersRequest> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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