Class PatchJobs.ExecutePatchJobRequest

    • 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
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The project in which to run this patch in the form `projects/*`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getParentBytes in interface PatchJobs.ExecutePatchJobRequestOrBuilder
        Returns:
        The bytes for parent.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         Description of the patch job. Length of the description is limited
         to 1024 characters.
         
        string description = 2;
        Specified by:
        getDescriptionBytes in interface PatchJobs.ExecutePatchJobRequestOrBuilder
        Returns:
        The bytes for description.
      • hasInstanceFilter

        public boolean hasInstanceFilter()
         Required. Instances to patch, either explicitly or filtered by some criteria such
         as zone or labels.
         
        .google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 7 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasInstanceFilter in interface PatchJobs.ExecutePatchJobRequestOrBuilder
        Returns:
        Whether the instanceFilter field is set.
      • hasPatchConfig

        public boolean hasPatchConfig()
         Patch configuration being applied. If omitted, instances are
         patched using the default configurations.
         
        .google.cloud.osconfig.v1beta.PatchConfig patch_config = 4;
        Specified by:
        hasPatchConfig in interface PatchJobs.ExecutePatchJobRequestOrBuilder
        Returns:
        Whether the patchConfig field is set.
      • hasDuration

        public boolean hasDuration()
         Duration of the patch job. After the duration ends, the patch job
         times out.
         
        .google.protobuf.Duration duration = 5;
        Specified by:
        hasDuration in interface PatchJobs.ExecutePatchJobRequestOrBuilder
        Returns:
        Whether the duration field is set.
      • getDuration

        public com.google.protobuf.Duration getDuration()
         Duration of the patch job. After the duration ends, the patch job
         times out.
         
        .google.protobuf.Duration duration = 5;
        Specified by:
        getDuration in interface PatchJobs.ExecutePatchJobRequestOrBuilder
        Returns:
        The duration.
      • getDisplayNameBytes

        public com.google.protobuf.ByteString getDisplayNameBytes()
         Display name for this patch job. This does not have to be unique.
         
        string display_name = 8;
        Specified by:
        getDisplayNameBytes in interface PatchJobs.ExecutePatchJobRequestOrBuilder
        Returns:
        The bytes for displayName.
      • hasRollout

        public boolean hasRollout()
         Rollout strategy of the patch job.
         
        .google.cloud.osconfig.v1beta.PatchRollout rollout = 9;
        Specified by:
        hasRollout in interface PatchJobs.ExecutePatchJobRequestOrBuilder
        Returns:
        Whether the rollout field is set.
      • 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 PatchJobs.ExecutePatchJobRequest parseFrom​(ByteBuffer data,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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