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

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

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

        public PatchDeployments.OneTimeSchedule 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<PatchDeployments.OneTimeSchedule.Builder>
      • hasExecuteTime

        public boolean hasExecuteTime()
         Required. The desired patch job execution time.
         
        .google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasExecuteTime in interface PatchDeployments.OneTimeScheduleOrBuilder
        Returns:
        Whether the executeTime field is set.
      • getExecuteTime

        public com.google.protobuf.Timestamp getExecuteTime()
         Required. The desired patch job execution time.
         
        .google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getExecuteTime in interface PatchDeployments.OneTimeScheduleOrBuilder
        Returns:
        The executeTime.
      • setExecuteTime

        public PatchDeployments.OneTimeSchedule.Builder setExecuteTime​(com.google.protobuf.Timestamp value)
         Required. The desired patch job execution time.
         
        .google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
      • setExecuteTime

        public PatchDeployments.OneTimeSchedule.Builder setExecuteTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Required. The desired patch job execution time.
         
        .google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
      • mergeExecuteTime

        public PatchDeployments.OneTimeSchedule.Builder mergeExecuteTime​(com.google.protobuf.Timestamp value)
         Required. The desired patch job execution time.
         
        .google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearExecuteTime

        public PatchDeployments.OneTimeSchedule.Builder clearExecuteTime()
         Required. The desired patch job execution time.
         
        .google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
      • getExecuteTimeBuilder

        public com.google.protobuf.Timestamp.Builder getExecuteTimeBuilder()
         Required. The desired patch job execution time.
         
        .google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
      • getExecuteTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getExecuteTimeOrBuilder()
         Required. The desired patch job execution time.
         
        .google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getExecuteTimeOrBuilder in interface PatchDeployments.OneTimeScheduleOrBuilder