public interface UndeployConversationModelOperationMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getConversationModel()
The resource name of the conversation model.
|
ByteString |
getConversationModelBytes()
The resource name of the conversation model.
|
Timestamp |
getCreateTime()
Timestamp when the request to undeploy conversation model was submitted.
|
TimestampOrBuilder |
getCreateTimeOrBuilder()
Timestamp when the request to undeploy conversation model was submitted.
|
boolean |
hasCreateTime()
Timestamp when the request to undeploy conversation model was submitted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getConversationModel()
The resource name of the conversation model. Format: `projects/<Project ID>/conversationModels/<Conversation Model Id>`
string conversation_model = 1;
ByteString getConversationModelBytes()
The resource name of the conversation model. Format: `projects/<Project ID>/conversationModels/<Conversation Model Id>`
string conversation_model = 1;
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;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.