Class ServerBinding.Builder (1.93.0)

public static final class ServerBinding.Builder extends GeneratedMessage.Builder<ServerBinding.Builder> implements ServerBindingOrBuilder

Protobuf type google.cloud.compute.v1.ServerBinding

Static Methods

getDescriptor()

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

Methods

build()

public ServerBinding build()
Returns
Type Description
ServerBinding

buildPartial()

public ServerBinding buildPartial()
Returns
Type Description
ServerBinding

clear()

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

clearType()

public ServerBinding.Builder clearType()

Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
ServerBinding.Builder

This builder for chaining.

getDefaultInstanceForType()

public ServerBinding getDefaultInstanceForType()
Returns
Type Description
ServerBinding

getDescriptorForType()

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

getType()

public String getType()

Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
ByteString

The bytes for type.

hasType()

public boolean hasType()

Check the Type enum for the list of possible values.

optional string type = 3575610;

Returns
Type Description
boolean

Whether the type field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ServerBinding other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setType(String value)

public ServerBinding.Builder setType(String value)

Check the Type enum for the list of possible values.

optional string type = 3575610;

Parameter
Name Description
value String

The type to set.

Returns
Type Description
ServerBinding.Builder

This builder for chaining.

setTypeBytes(ByteString value)

public ServerBinding.Builder setTypeBytes(ByteString value)

Check the Type enum for the list of possible values.

optional string type = 3575610;

Parameter
Name Description
value ByteString

The bytes for type to set.

Returns
Type Description
ServerBinding.Builder

This builder for chaining.