Interface ProcessorVersion.DeprecationInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getDeprecationTime()
      The time at which this processor version will be deprecated.
      com.google.protobuf.TimestampOrBuilder getDeprecationTimeOrBuilder()
      The time at which this processor version will be deprecated.
      String getReplacementProcessorVersion()
      If set, the processor version that will be used as a replacement.
      com.google.protobuf.ByteString getReplacementProcessorVersionBytes()
      If set, the processor version that will be used as a replacement.
      boolean hasDeprecationTime()
      The time at which this processor version will be deprecated.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasDeprecationTime

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

        com.google.protobuf.Timestamp getDeprecationTime()
         The time at which this processor version will be deprecated.
         
        .google.protobuf.Timestamp deprecation_time = 1;
        Returns:
        The deprecationTime.
      • getDeprecationTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getDeprecationTimeOrBuilder()
         The time at which this processor version will be deprecated.
         
        .google.protobuf.Timestamp deprecation_time = 1;
      • getReplacementProcessorVersion

        String getReplacementProcessorVersion()
         If set, the processor version that will be used as a replacement.
         
        string replacement_processor_version = 2 [(.google.api.resource_reference) = { ... }
        Returns:
        The replacementProcessorVersion.
      • getReplacementProcessorVersionBytes

        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) = { ... }
        Returns:
        The bytes for replacementProcessorVersion.