Interface ReasoningEngineRuntimeRevisionOrBuilder (3.96.0)

public interface ReasoningEngineRuntimeRevisionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. Timestamp when this ReasoningEngineRuntimeRevision was created.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Timestamp when this ReasoningEngineRuntimeRevision was created.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getName()

public abstract String getName()

Identifier. The resource name of the ReasoningEngineRuntimeRevision. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/runtimeRevisions/{runtime_revision}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The resource name of the ReasoningEngineRuntimeRevision. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/runtimeRevisions/{runtime_revision}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getSpec()

public abstract ReasoningEngineSpec getSpec()

Immutable. Configurations of the ReasoningEngineRuntimeRevision. Contains only revision specific fields.

.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec spec = 3 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ReasoningEngineSpec

The spec.

getSpecOrBuilder()

public abstract ReasoningEngineSpecOrBuilder getSpecOrBuilder()

Immutable. Configurations of the ReasoningEngineRuntimeRevision. Contains only revision specific fields.

.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec spec = 3 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ReasoningEngineSpecOrBuilder

getState()

public abstract ReasoningEngineRuntimeRevision.State getState()

Output only. The state of the revision.

.google.cloud.aiplatform.v1beta1.ReasoningEngineRuntimeRevision.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ReasoningEngineRuntimeRevision.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The state of the revision.

.google.cloud.aiplatform.v1beta1.ReasoningEngineRuntimeRevision.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. Timestamp when this ReasoningEngineRuntimeRevision was created.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasSpec()

public abstract boolean hasSpec()

Immutable. Configurations of the ReasoningEngineRuntimeRevision. Contains only revision specific fields.

.google.cloud.aiplatform.v1beta1.ReasoningEngineSpec spec = 3 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the spec field is set.