Send feedback
Class Connection.ErrorDetails.Builder (4.62.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public static final class Connection . ErrorDetails . Builder extends GeneratedMessageV3 . Builder<Connection . ErrorDetails . Builder > implements Connection . ErrorDetailsOrBuilder
The error details of Sip Trunk connection authentication.
Protobuf type google.cloud.dialogflow.v2beta1.Connection.ErrorDetails
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Connection . ErrorDetails . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public Connection . ErrorDetails build ()
buildPartial()
public Connection . ErrorDetails buildPartial ()
clear()
public Connection . ErrorDetails . Builder clear ()
Overrides
clearCertificateState()
public Connection . ErrorDetails . Builder clearCertificateState ()
Output only. The status of the certificate authentication.
optional .google.cloud.dialogflow.v2beta1.Connection.CertificateState certificate_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearErrorMessage()
public Connection . ErrorDetails . Builder clearErrorMessage ()
The error message provided from SIP trunking auth service
optional string error_message = 2;
clearField(Descriptors.FieldDescriptor field)
public Connection . ErrorDetails . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Connection . ErrorDetails . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public Connection . ErrorDetails . Builder clone ()
Overrides
getCertificateState()
public Connection . CertificateState getCertificateState ()
Output only. The status of the certificate authentication.
optional .google.cloud.dialogflow.v2beta1.Connection.CertificateState certificate_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCertificateStateValue()
public int getCertificateStateValue ()
Output only. The status of the certificate authentication.
optional .google.cloud.dialogflow.v2beta1.Connection.CertificateState certificate_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for certificateState.
getDefaultInstanceForType()
public Connection . ErrorDetails getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getErrorMessage()
public String getErrorMessage ()
The error message provided from SIP trunking auth service
optional string error_message = 2;
Returns
Type
Description
String
The errorMessage.
getErrorMessageBytes()
public ByteString getErrorMessageBytes ()
The error message provided from SIP trunking auth service
optional string error_message = 2;
Returns
Type
Description
ByteString
The bytes for errorMessage.
hasCertificateState()
public boolean hasCertificateState ()
Output only. The status of the certificate authentication.
optional .google.cloud.dialogflow.v2beta1.Connection.CertificateState certificate_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
Whether the certificateState field is set.
hasErrorMessage()
public boolean hasErrorMessage ()
The error message provided from SIP trunking auth service
optional string error_message = 2;
Returns
Type
Description
boolean
Whether the errorMessage field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(Connection.ErrorDetails other)
public Connection . ErrorDetails . Builder mergeFrom ( Connection . ErrorDetails other )
public Connection . ErrorDetails . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public Connection . ErrorDetails . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Connection . ErrorDetails . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setCertificateState(Connection.CertificateState value)
public Connection . ErrorDetails . Builder setCertificateState ( Connection . CertificateState value )
Output only. The status of the certificate authentication.
optional .google.cloud.dialogflow.v2beta1.Connection.CertificateState certificate_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
setCertificateStateValue(int value)
public Connection . ErrorDetails . Builder setCertificateStateValue ( int value )
Output only. The status of the certificate authentication.
optional .google.cloud.dialogflow.v2beta1.Connection.CertificateState certificate_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
int
The enum numeric value on the wire for certificateState to set.
setErrorMessage(String value)
public Connection . ErrorDetails . Builder setErrorMessage ( String value )
The error message provided from SIP trunking auth service
optional string error_message = 2;
Parameter
Name
Description
value
String
The errorMessage to set.
setErrorMessageBytes(ByteString value)
public Connection . ErrorDetails . Builder setErrorMessageBytes ( ByteString value )
The error message provided from SIP trunking auth service
optional string error_message = 2;
Parameter
Name
Description
value
ByteString
The bytes for errorMessage to set.
setField(Descriptors.FieldDescriptor field, Object value)
public Connection . ErrorDetails . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Connection . ErrorDetails . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Connection . ErrorDetails . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
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-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]