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
Inherited Members
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
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AppConnection.ApplicationEndpoint.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
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
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
clearOneof(Descriptors.OneofDescriptor oneof)
public AppConnection.ApplicationEndpoint.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearPort()
public AppConnection.ApplicationEndpoint.Builder clearPort()
Required. Port of the remote application endpoint.
int32 port = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
clone()
public AppConnection.ApplicationEndpoint.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public AppConnection.ApplicationEndpoint getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getHost()
Required. Hostname or IP address of the remote application endpoint.
string host = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
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
getPort()
Required. Port of the remote application endpoint.
int32 port = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
int | The port.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(AppConnection.ApplicationEndpoint other)
public AppConnection.ApplicationEndpoint.Builder mergeFrom(AppConnection.ApplicationEndpoint other)
Parameter
Returns
public AppConnection.ApplicationEndpoint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public AppConnection.ApplicationEndpoint.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AppConnection.ApplicationEndpoint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public AppConnection.ApplicationEndpoint.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
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
Name | Description |
value | String
The host to set.
|
Returns
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
Name | Description |
value | ByteString
The bytes for host to set.
|
Returns
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
Name | Description |
value | int
The port to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AppConnection.ApplicationEndpoint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AppConnection.ApplicationEndpoint.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides