Class UndeployConversationModelOperationMetadata.Builder (4.11.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 4.11.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  UndeployConversationModelOperationMetadata . Builder   extends   GeneratedMessageV3 . Builder<UndeployConversationModelOperationMetadata . Builder >  implements   UndeployConversationModelOperationMetadataOrBuilder  
   Metadata for a ConversationModels.UndeployConversationModel  operation.
 Protobuf type google.cloud.dialogflow.v2.UndeployConversationModelOperationMetadata
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString) 
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int) 
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int) 
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder) 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
   
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  Returns 
  
  Methods
   
  
    
public   UndeployConversationModelOperationMetadata . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  
    
public   UndeployConversationModelOperationMetadata   build ()  
  Returns 
  
  
    
public   UndeployConversationModelOperationMetadata   buildPartial ()  
  Returns 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   clear ()  
  Returns 
  
  Overrides 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   clearConversationModel ()  
   The resource name of the conversation model. Format:
 projects/<Project ID>/conversationModels/<Conversation Model Id>
 string conversation_model = 1;
Returns 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   clearCreateTime ()  
   Timestamp when the request to undeploy conversation model was submitted.
 The time is measured on server side.
 .google.protobuf.Timestamp create_time = 3;
Returns 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   clone ()  
  Returns 
  
  Overrides 
  
  
    
public   String   getConversationModel ()  
   The resource name of the conversation model. Format:
 projects/<Project ID>/conversationModels/<Conversation Model Id>
 string conversation_model = 1;
Returns 
  
    
      
        Type Description  
      
        String The conversationModel.
 
     
  
  
    
public   ByteString   getConversationModelBytes ()  
   The resource name of the conversation model. Format:
 projects/<Project ID>/conversationModels/<Conversation Model Id>
 string conversation_model = 1;
Returns 
  
    
      
        Type Description  
      
        ByteString The bytes for conversationModel.
 
     
  
  
    
public   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 
  
  
    
public   Timestamp . Builder   getCreateTimeBuilder ()  
   Timestamp when the request to undeploy conversation model was submitted.
 The time is measured on server side.
 .google.protobuf.Timestamp create_time = 3;
Returns 
  
  
    
public   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 
  
  
    
public   UndeployConversationModelOperationMetadata   getDefaultInstanceForType ()  
  Returns 
  
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  Returns 
  
  Overrides 
  
  
    
public   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 
  
    
      
        Type Description  
      
        boolean Whether the createTime field is set.
 
     
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   mergeCreateTime ( Timestamp   value )  
   Timestamp when the request to undeploy conversation model was submitted.
 The time is measured on server side.
 .google.protobuf.Timestamp create_time = 3;
Parameter 
  
  Returns 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   mergeFrom ( UndeployConversationModelOperationMetadata   other )  
  Parameter 
  
  Returns 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   mergeFrom ( Message   other )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  
    
public   final   UndeployConversationModelOperationMetadata . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   setConversationModel ( String   value )  
   The resource name of the conversation model. Format:
 projects/<Project ID>/conversationModels/<Conversation Model Id>
 string conversation_model = 1;
Parameter 
  
    
      
        Name Description  
      
        value String The conversationModel to set.
 
     
  
  Returns 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   setConversationModelBytes ( ByteString   value )  
   The resource name of the conversation model. Format:
 projects/<Project ID>/conversationModels/<Conversation Model Id>
 string conversation_model = 1;
Parameter 
  
    
      
        Name Description  
      
        value ByteString The bytes for conversationModel to set.
 
     
  
  Returns 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   setCreateTime ( Timestamp   value )  
   Timestamp when the request to undeploy conversation model was submitted.
 The time is measured on server side.
 .google.protobuf.Timestamp create_time = 3;
Parameter 
  
  Returns 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   setCreateTime ( Timestamp . Builder   builderForValue )  
   Timestamp when the request to undeploy conversation model was submitted.
 The time is measured on server side.
 .google.protobuf.Timestamp create_time = 3;
Parameter 
  
    
      
        Name Description  
      
        builderForValue Builder  
     
  
  Returns 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  
    
public   UndeployConversationModelOperationMetadata . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  
    
public   final   UndeployConversationModelOperationMetadata . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]