Class GoAway.Builder (0.1.0)

public static final class GoAway.Builder extends GeneratedMessage.Builder<GoAway.Builder> implements GoAwayOrBuilder

Indicates that the server will disconnect soon and the client should half-close and restart the connection.

Protobuf type google.cloud.ces.v1.GoAway

Implements

GoAwayOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GoAway build()
Returns
Type Description
GoAway

buildPartial()

public GoAway buildPartial()
Returns
Type Description
GoAway

clear()

public GoAway.Builder clear()
Returns
Type Description
GoAway.Builder
Overrides

getDefaultInstanceForType()

public GoAway getDefaultInstanceForType()
Returns
Type Description
GoAway

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GoAway other)

public GoAway.Builder mergeFrom(GoAway other)
Parameter
Name Description
other GoAway
Returns
Type Description
GoAway.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GoAway.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoAway.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GoAway.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GoAway.Builder
Overrides