Class AppConnection.ApplicationEndpoint.Builder (0.10.0)

public static final class AppConnection.ApplicationEndpoint.Builder extends GeneratedMessageV3.Builder<AppConnection.ApplicationEndpoint.Builder> implements AppConnection.ApplicationEndpointOrBuilder

ApplicationEndpoint represents a remote application endpoint.

Protobuf type google.cloud.beyondcorp.appconnections.v1.AppConnection.ApplicationEndpoint

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

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AppConnection.ApplicationEndpoint.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

build()

public AppConnection.ApplicationEndpoint build()
Returns

buildPartial()

public AppConnection.ApplicationEndpoint buildPartial()
Returns

clear()

public AppConnection.ApplicationEndpoint.Builder clear()
Returns Overrides

clearField(Descriptors.FieldDescriptor field)

public AppConnection.ApplicationEndpoint.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearHost()

public AppConnection.ApplicationEndpoint.Builder clearHost()

Required. Hostname or IP address of the remote application endpoint.

string host = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AppConnection.ApplicationEndpoint.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AppConnection.ApplicationEndpoint.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearPort()

public AppConnection.ApplicationEndpoint.Builder clearPort()

Required. Port of the remote application endpoint.

int32 port = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AppConnection.ApplicationEndpoint.Builder

This builder for chaining.

clone()

public AppConnection.ApplicationEndpoint.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public AppConnection.ApplicationEndpoint getDefaultInstanceForType()
Returns

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getHost()

public String getHost()

Required. Hostname or IP address of the remote application endpoint.

string host = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The host.

getHostBytes()

public ByteString getHostBytes()

Required. Hostname or IP address of the remote application endpoint.

string host = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for host.

getPort()

public int getPort()

Required. Port of the remote application endpoint.

int32 port = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The port.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AppConnection.ApplicationEndpoint other)

public AppConnection.ApplicationEndpoint.Builder mergeFrom(AppConnection.ApplicationEndpoint other)
Parameter Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AppConnection.ApplicationEndpoint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AppConnection.ApplicationEndpoint.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AppConnection.ApplicationEndpoint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AppConnection.ApplicationEndpoint.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setHost(String value)

public AppConnection.ApplicationEndpoint.Builder setHost(String value)

Required. Hostname or IP address of the remote application endpoint.

string host = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The host to set.

Returns
TypeDescription
AppConnection.ApplicationEndpoint.Builder

This builder for chaining.

setHostBytes(ByteString value)

public AppConnection.ApplicationEndpoint.Builder setHostBytes(ByteString value)

Required. Hostname or IP address of the remote application endpoint.

string host = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for host to set.

Returns
TypeDescription
AppConnection.ApplicationEndpoint.Builder

This builder for chaining.

setPort(int value)

public AppConnection.ApplicationEndpoint.Builder setPort(int value)

Required. Port of the remote application endpoint.

int32 port = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueint

The port to set.

Returns
TypeDescription
AppConnection.ApplicationEndpoint.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AppConnection.ApplicationEndpoint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final AppConnection.ApplicationEndpoint.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides