Interface DeleteConversationModelOperationMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getConversationModel()
      The resource name of the conversation model.
      com.google.protobuf.ByteString getConversationModelBytes()
      The resource name of the conversation model.
      com.google.protobuf.Timestamp getCreateTime()
      Timestamp when delete conversation model request was created.
      com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
      Timestamp when delete conversation model request was created.
      boolean hasCreateTime()
      Timestamp when delete conversation model request was created.
      • 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

      • getConversationModel

        String getConversationModel()
         The resource name of the conversation model. Format:
         `projects/<Project ID>/conversationModels/<Conversation Model Id>`
         
        string conversation_model = 1;
        Returns:
        The conversationModel.
      • getConversationModelBytes

        com.google.protobuf.ByteString getConversationModelBytes()
         The resource name of the conversation model. Format:
         `projects/<Project ID>/conversationModels/<Conversation Model Id>`
         
        string conversation_model = 1;
        Returns:
        The bytes for conversationModel.
      • hasCreateTime

        boolean hasCreateTime()
         Timestamp when delete conversation model request was created. The time is
         measured on server side.
         
        .google.protobuf.Timestamp create_time = 3;
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        com.google.protobuf.Timestamp getCreateTime()
         Timestamp when delete conversation model request was created. The time is
         measured on server side.
         
        .google.protobuf.Timestamp create_time = 3;
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Timestamp when delete conversation model request was created. The time is
         measured on server side.
         
        .google.protobuf.Timestamp create_time = 3;