Interface UndeployConversationModelOperationMetadataOrBuilder (4.47.0)

public interface UndeployConversationModelOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversationModel()

public abstract String getConversationModel()

The resource name of the conversation model. Format: projects/<Project ID>/conversationModels/<Conversation Model Id>

string conversation_model = 1;

Returns
TypeDescription
String

The conversationModel.

getConversationModelBytes()

public abstract ByteString getConversationModelBytes()

The resource name of the conversation model. Format: projects/<Project ID>/conversationModels/<Conversation Model Id>

string conversation_model = 1;

Returns
TypeDescription
ByteString

The bytes for conversationModel.

getCreateTime()

public abstract Timestamp getCreateTime()

Timestamp when the request to undeploy conversation model was submitted. The time is measured on server side.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Timestamp when the request to undeploy conversation model was submitted. The time is measured on server side.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Timestamp when the request to undeploy conversation model was submitted. The time is measured on server side.

.google.protobuf.Timestamp create_time = 3;

Returns
TypeDescription
boolean

Whether the createTime field is set.