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.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 AppConnection.ApplicationEndpoint.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AppConnection.ApplicationEndpoint build()
buildPartial()
public AppConnection.ApplicationEndpoint buildPartial()
clear()
public AppConnection.ApplicationEndpoint.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public AppConnection.ApplicationEndpoint.Builder clearField(Descriptors.FieldDescriptor field)
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];
clearOneof(Descriptors.OneofDescriptor oneof)
public AppConnection.ApplicationEndpoint.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPort()
public AppConnection.ApplicationEndpoint.Builder clearPort()
Required. Port of the remote application endpoint.
int32 port = 2 [(.google.api.field_behavior) = REQUIRED];
clone()
public AppConnection.ApplicationEndpoint.Builder clone()
Overrides
getDefaultInstanceForType()
public AppConnection.ApplicationEndpoint getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
Type |
Description |
ByteString |
The bytes for host.
|
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AppConnection.ApplicationEndpoint other)
public AppConnection.ApplicationEndpoint.Builder mergeFrom(AppConnection.ApplicationEndpoint other)
public AppConnection.ApplicationEndpoint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AppConnection.ApplicationEndpoint.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AppConnection.ApplicationEndpoint.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public AppConnection.ApplicationEndpoint.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AppConnection.ApplicationEndpoint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AppConnection.ApplicationEndpoint.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides