Class ProcessorVersion.DeprecationInfo.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<ProcessorVersion.DeprecationInfo.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<ProcessorVersion.DeprecationInfo.Builder>
      • getDefaultInstanceForType

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

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

        public ProcessorVersion.DeprecationInfo 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<ProcessorVersion.DeprecationInfo.Builder>
      • hasDeprecationTime

        public boolean hasDeprecationTime()
         The time at which this processor version will be deprecated.
         
        .google.protobuf.Timestamp deprecation_time = 1;
        Specified by:
        hasDeprecationTime in interface ProcessorVersion.DeprecationInfoOrBuilder
        Returns:
        Whether the deprecationTime field is set.
      • getDeprecationTime

        public com.google.protobuf.Timestamp getDeprecationTime()
         The time at which this processor version will be deprecated.
         
        .google.protobuf.Timestamp deprecation_time = 1;
        Specified by:
        getDeprecationTime in interface ProcessorVersion.DeprecationInfoOrBuilder
        Returns:
        The deprecationTime.
      • setDeprecationTime

        public ProcessorVersion.DeprecationInfo.Builder setDeprecationTime​(com.google.protobuf.Timestamp value)
         The time at which this processor version will be deprecated.
         
        .google.protobuf.Timestamp deprecation_time = 1;
      • setDeprecationTime

        public ProcessorVersion.DeprecationInfo.Builder setDeprecationTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         The time at which this processor version will be deprecated.
         
        .google.protobuf.Timestamp deprecation_time = 1;
      • mergeDeprecationTime

        public ProcessorVersion.DeprecationInfo.Builder mergeDeprecationTime​(com.google.protobuf.Timestamp value)
         The time at which this processor version will be deprecated.
         
        .google.protobuf.Timestamp deprecation_time = 1;
      • clearDeprecationTime

        public ProcessorVersion.DeprecationInfo.Builder clearDeprecationTime()
         The time at which this processor version will be deprecated.
         
        .google.protobuf.Timestamp deprecation_time = 1;
      • getDeprecationTimeBuilder

        public com.google.protobuf.Timestamp.Builder getDeprecationTimeBuilder()
         The time at which this processor version will be deprecated.
         
        .google.protobuf.Timestamp deprecation_time = 1;
      • getReplacementProcessorVersionBytes

        public com.google.protobuf.ByteString getReplacementProcessorVersionBytes()
         If set, the processor version that will be used as a replacement.
         
        string replacement_processor_version = 2 [(.google.api.resource_reference) = { ... }
        Specified by:
        getReplacementProcessorVersionBytes in interface ProcessorVersion.DeprecationInfoOrBuilder
        Returns:
        The bytes for replacementProcessorVersion.
      • setReplacementProcessorVersion

        public ProcessorVersion.DeprecationInfo.Builder setReplacementProcessorVersion​(String value)
         If set, the processor version that will be used as a replacement.
         
        string replacement_processor_version = 2 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The replacementProcessorVersion to set.
        Returns:
        This builder for chaining.
      • clearReplacementProcessorVersion

        public ProcessorVersion.DeprecationInfo.Builder clearReplacementProcessorVersion()
         If set, the processor version that will be used as a replacement.
         
        string replacement_processor_version = 2 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setReplacementProcessorVersionBytes

        public ProcessorVersion.DeprecationInfo.Builder setReplacementProcessorVersionBytes​(com.google.protobuf.ByteString value)
         If set, the processor version that will be used as a replacement.
         
        string replacement_processor_version = 2 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for replacementProcessorVersion to set.
        Returns:
        This builder for chaining.