Interface ProcessorVersion.DeprecationInfoOrBuilder (2.46.0)

public static interface ProcessorVersion.DeprecationInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeprecationTime()

public abstract Timestamp getDeprecationTime()

The time at which this processor version will be deprecated.

.google.protobuf.Timestamp deprecation_time = 1;

Returns
Type Description
Timestamp

The deprecationTime.

getDeprecationTimeOrBuilder()

public abstract TimestampOrBuilder getDeprecationTimeOrBuilder()

The time at which this processor version will be deprecated.

.google.protobuf.Timestamp deprecation_time = 1;

Returns
Type Description
TimestampOrBuilder

getReplacementProcessorVersion()

public abstract String getReplacementProcessorVersion()

If set, the processor version that will be used as a replacement.

string replacement_processor_version = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The replacementProcessorVersion.

getReplacementProcessorVersionBytes()

public abstract ByteString getReplacementProcessorVersionBytes()

If set, the processor version that will be used as a replacement.

string replacement_processor_version = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for replacementProcessorVersion.

hasDeprecationTime()

public abstract boolean hasDeprecationTime()

The time at which this processor version will be deprecated.

.google.protobuf.Timestamp deprecation_time = 1;

Returns
Type Description
boolean

Whether the deprecationTime field is set.