Class RealtimeMcpProtocolError.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class RealtimeMcpProtocolError.BuilderA builder for RealtimeMcpProtocolError. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        codefinal RealtimeMcpProtocolError.Builder code(Long code) 
 - 
                                        codefinal RealtimeMcpProtocolError.Builder code(JsonField<Long> code) Sets Builder.code to an arbitrary JSON value. You should usually call Builder.code with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        messagefinal RealtimeMcpProtocolError.Builder message(String message) 
 - 
                                        messagefinal RealtimeMcpProtocolError.Builder message(JsonField<String> message) Sets Builder.message to an arbitrary JSON value. You should usually call Builder.message with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal RealtimeMcpProtocolError.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("protocol_error")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal RealtimeMcpProtocolError.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal RealtimeMcpProtocolError.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal RealtimeMcpProtocolError.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal RealtimeMcpProtocolError.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal RealtimeMcpProtocolError.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal RealtimeMcpProtocolError build() Returns an immutable instance of RealtimeMcpProtocolError. Further updates to this Builder will not mutate the returned instance. The following fields are required: .code() .message()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-