Class ResourcePolicy

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

    public final class ResourcePolicy
    extends com.google.protobuf.GeneratedMessageV3
    implements ResourcePolicyOrBuilder
     Represents a Resource Policy resource. You can use resource policies to schedule actions for some Compute Engine resources. For example, you can use them to schedule persistent disk snapshots.
     
    Protobuf type google.cloud.compute.v1.ResourcePolicy
    See Also:
    Serialized Form
    • Field Detail

      • CREATION_TIMESTAMP_FIELD_NUMBER

        public static final int CREATION_TIMESTAMP_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DESCRIPTION_FIELD_NUMBER

        public static final int DESCRIPTION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DISK_CONSISTENCY_GROUP_POLICY_FIELD_NUMBER

        public static final int DISK_CONSISTENCY_GROUP_POLICY_FIELD_NUMBER
        See Also:
        Constant Field Values
      • GROUP_PLACEMENT_POLICY_FIELD_NUMBER

        public static final int GROUP_PLACEMENT_POLICY_FIELD_NUMBER
        See Also:
        Constant Field Values
      • INSTANCE_SCHEDULE_POLICY_FIELD_NUMBER

        public static final int INSTANCE_SCHEDULE_POLICY_FIELD_NUMBER
        See Also:
        Constant Field Values
      • RESOURCE_STATUS_FIELD_NUMBER

        public static final int RESOURCE_STATUS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SNAPSHOT_SCHEDULE_POLICY_FIELD_NUMBER

        public static final int SNAPSHOT_SCHEDULE_POLICY_FIELD_NUMBER
        See Also:
        Constant Field Values
    • 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
      • hasCreationTimestamp

        public boolean hasCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Specified by:
        hasCreationTimestamp in interface ResourcePolicyOrBuilder
        Returns:
        Whether the creationTimestamp field is set.
      • getCreationTimestamp

        public String getCreationTimestamp()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Specified by:
        getCreationTimestamp in interface ResourcePolicyOrBuilder
        Returns:
        The creationTimestamp.
      • getCreationTimestampBytes

        public com.google.protobuf.ByteString getCreationTimestampBytes()
         [Output Only] Creation timestamp in RFC3339 text format.
         
        optional string creation_timestamp = 30525366;
        Specified by:
        getCreationTimestampBytes in interface ResourcePolicyOrBuilder
        Returns:
        The bytes for creationTimestamp.
      • hasDescription

        public boolean hasDescription()
        optional string description = 422937596;
        Specified by:
        hasDescription in interface ResourcePolicyOrBuilder
        Returns:
        Whether the description field is set.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
        optional string description = 422937596;
        Specified by:
        getDescriptionBytes in interface ResourcePolicyOrBuilder
        Returns:
        The bytes for description.
      • hasDiskConsistencyGroupPolicy

        public boolean hasDiskConsistencyGroupPolicy()
         Resource policy for disk consistency groups.
         
        optional .google.cloud.compute.v1.ResourcePolicyDiskConsistencyGroupPolicy disk_consistency_group_policy = 473727515;
        Specified by:
        hasDiskConsistencyGroupPolicy in interface ResourcePolicyOrBuilder
        Returns:
        Whether the diskConsistencyGroupPolicy field is set.
      • hasGroupPlacementPolicy

        public boolean hasGroupPlacementPolicy()
         Resource policy for instances for placement configuration.
         
        optional .google.cloud.compute.v1.ResourcePolicyGroupPlacementPolicy group_placement_policy = 10931596;
        Specified by:
        hasGroupPlacementPolicy in interface ResourcePolicyOrBuilder
        Returns:
        Whether the groupPlacementPolicy field is set.
      • hasId

        public boolean hasId()
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Specified by:
        hasId in interface ResourcePolicyOrBuilder
        Returns:
        Whether the id field is set.
      • getId

        public long getId()
         [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         
        optional uint64 id = 3355;
        Specified by:
        getId in interface ResourcePolicyOrBuilder
        Returns:
        The id.
      • hasInstanceSchedulePolicy

        public boolean hasInstanceSchedulePolicy()
         Resource policy for scheduling instance operations.
         
        optional .google.cloud.compute.v1.ResourcePolicyInstanceSchedulePolicy instance_schedule_policy = 344877104;
        Specified by:
        hasInstanceSchedulePolicy in interface ResourcePolicyOrBuilder
        Returns:
        Whether the instanceSchedulePolicy field is set.
      • hasKind

        public boolean hasKind()
         [Output Only] Type of the resource. Always compute#resource_policies for resource policies.
         
        optional string kind = 3292052;
        Specified by:
        hasKind in interface ResourcePolicyOrBuilder
        Returns:
        Whether the kind field is set.
      • getKind

        public String getKind()
         [Output Only] Type of the resource. Always compute#resource_policies for resource policies.
         
        optional string kind = 3292052;
        Specified by:
        getKind in interface ResourcePolicyOrBuilder
        Returns:
        The kind.
      • getKindBytes

        public com.google.protobuf.ByteString getKindBytes()
         [Output Only] Type of the resource. Always compute#resource_policies for resource policies.
         
        optional string kind = 3292052;
        Specified by:
        getKindBytes in interface ResourcePolicyOrBuilder
        Returns:
        The bytes for kind.
      • hasName

        public boolean hasName()
         The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
         
        optional string name = 3373707;
        Specified by:
        hasName in interface ResourcePolicyOrBuilder
        Returns:
        Whether the name field is set.
      • getName

        public String getName()
         The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
         
        optional string name = 3373707;
        Specified by:
        getName in interface ResourcePolicyOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
         
        optional string name = 3373707;
        Specified by:
        getNameBytes in interface ResourcePolicyOrBuilder
        Returns:
        The bytes for name.
      • hasRegion

        public boolean hasRegion()
        optional string region = 138946292;
        Specified by:
        hasRegion in interface ResourcePolicyOrBuilder
        Returns:
        Whether the region field is set.
      • getRegionBytes

        public com.google.protobuf.ByteString getRegionBytes()
        optional string region = 138946292;
        Specified by:
        getRegionBytes in interface ResourcePolicyOrBuilder
        Returns:
        The bytes for region.
      • hasResourceStatus

        public boolean hasResourceStatus()
         [Output Only] The system status of the resource policy.
         
        optional .google.cloud.compute.v1.ResourcePolicyResourceStatus resource_status = 249429315;
        Specified by:
        hasResourceStatus in interface ResourcePolicyOrBuilder
        Returns:
        Whether the resourceStatus field is set.
      • hasSelfLink

        public boolean hasSelfLink()
         [Output Only] Server-defined fully-qualified URL for this resource.
         
        optional string self_link = 456214797;
        Specified by:
        hasSelfLink in interface ResourcePolicyOrBuilder
        Returns:
        Whether the selfLink field is set.
      • getSelfLink

        public String getSelfLink()
         [Output Only] Server-defined fully-qualified URL for this resource.
         
        optional string self_link = 456214797;
        Specified by:
        getSelfLink in interface ResourcePolicyOrBuilder
        Returns:
        The selfLink.
      • getSelfLinkBytes

        public com.google.protobuf.ByteString getSelfLinkBytes()
         [Output Only] Server-defined fully-qualified URL for this resource.
         
        optional string self_link = 456214797;
        Specified by:
        getSelfLinkBytes in interface ResourcePolicyOrBuilder
        Returns:
        The bytes for selfLink.
      • hasSnapshotSchedulePolicy

        public boolean hasSnapshotSchedulePolicy()
         Resource policy for persistent disks for creating snapshots.
         
        optional .google.cloud.compute.v1.ResourcePolicySnapshotSchedulePolicy snapshot_schedule_policy = 218131295;
        Specified by:
        hasSnapshotSchedulePolicy in interface ResourcePolicyOrBuilder
        Returns:
        Whether the snapshotSchedulePolicy field is set.
      • hasStatus

        public boolean hasStatus()
         [Output Only] The status of resource policy creation.
         Check the Status enum for the list of possible values.
         
        optional string status = 181260274;
        Specified by:
        hasStatus in interface ResourcePolicyOrBuilder
        Returns:
        Whether the status field is set.
      • getStatus

        public String getStatus()
         [Output Only] The status of resource policy creation.
         Check the Status enum for the list of possible values.
         
        optional string status = 181260274;
        Specified by:
        getStatus in interface ResourcePolicyOrBuilder
        Returns:
        The status.
      • getStatusBytes

        public com.google.protobuf.ByteString getStatusBytes()
         [Output Only] The status of resource policy creation.
         Check the Status enum for the list of possible values.
         
        optional string status = 181260274;
        Specified by:
        getStatusBytes in interface ResourcePolicyOrBuilder
        Returns:
        The bytes for status.
      • 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 ResourcePolicy parseFrom​(ByteBuffer data)
                                        throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

        public static ResourcePolicy parseFrom​(com.google.protobuf.CodedInputStream input,
                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                        throws IOException
        Throws:
        IOException
      • newBuilderForType

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

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

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

        public static ResourcePolicy getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<ResourcePolicy> parser()
      • getParserForType

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