Class ListInstanceOSPoliciesCompliancesRequest

    • Field Detail

      • PARENT_FIELD_NUMBER

        public static final int PARENT_FIELD_NUMBER
        Deprecated.
        See Also:
        Constant Field Values
      • PAGE_SIZE_FIELD_NUMBER

        public static final int PAGE_SIZE_FIELD_NUMBER
        Deprecated.
        See Also:
        Constant Field Values
      • PAGE_TOKEN_FIELD_NUMBER

        public static final int PAGE_TOKEN_FIELD_NUMBER
        Deprecated.
        See Also:
        Constant Field Values
      • FILTER_FIELD_NUMBER

        public static final int FILTER_FIELD_NUMBER
        Deprecated.
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Deprecated.
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
        Deprecated.
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Deprecated.
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getParent

        public String getParent()
        Deprecated.
         Required. The parent resource name.
        
         Format: `projects/{project}/locations/{location}`
        
         For `{project}`, either Compute Engine project-number or project-id can be
         provided.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ListInstanceOSPoliciesCompliancesRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
        Deprecated.
         Required. The parent resource name.
        
         Format: `projects/{project}/locations/{location}`
        
         For `{project}`, either Compute Engine project-number or project-id can be
         provided.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ListInstanceOSPoliciesCompliancesRequestOrBuilder
        Returns:
        The bytes for parent.
      • getPageToken

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

        public com.google.protobuf.ByteString getPageTokenBytes()
        Deprecated.
         A pagination token returned from a previous call to
         `ListInstanceOSPoliciesCompliances` that indicates where this listing
         should continue from.
         
        string page_token = 3;
        Specified by:
        getPageTokenBytes in interface ListInstanceOSPoliciesCompliancesRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • getFilter

        public String getFilter()
        Deprecated.
         If provided, this field specifies the criteria that must be met by a
         `InstanceOSPoliciesCompliance` API resource to be included in the response.
         
        string filter = 4;
        Specified by:
        getFilter in interface ListInstanceOSPoliciesCompliancesRequestOrBuilder
        Returns:
        The filter.
      • getFilterBytes

        public com.google.protobuf.ByteString getFilterBytes()
        Deprecated.
         If provided, this field specifies the criteria that must be met by a
         `InstanceOSPoliciesCompliance` API resource to be included in the response.
         
        string filter = 4;
        Specified by:
        getFilterBytes in interface ListInstanceOSPoliciesCompliancesRequestOrBuilder
        Returns:
        The bytes for filter.
      • isInitialized

        public final boolean isInitialized()
        Deprecated.
        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
        Deprecated.
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

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

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

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

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

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

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

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

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

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

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

        public com.google.protobuf.Parser<ListInstanceOSPoliciesCompliancesRequest> getParserForType()
        Deprecated.
        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 ListInstanceOSPoliciesCompliancesRequest getDefaultInstanceForType()
        Deprecated.
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder