Class IngressIp.Builder (0.42.0)

public static final class IngressIp.Builder extends GeneratedMessage.Builder<IngressIp.Builder> implements IngressIpOrBuilder

The ingress IPs of the GoldengateDeployment.

Protobuf type google.cloud.oracledatabase.v1.IngressIp

Implements

IngressIpOrBuilder

Static Methods

getDescriptor()

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

Methods

build()

public IngressIp build()
Returns
Type Description
IngressIp

buildPartial()

public IngressIp buildPartial()
Returns
Type Description
IngressIp

clear()

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

clearIngressIpAddress()

public IngressIp.Builder clearIngressIpAddress()

Output only. The ingress IP.

string ingress_ip_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Returns
Type Description
IngressIp.Builder

This builder for chaining.

getDefaultInstanceForType()

public IngressIp getDefaultInstanceForType()
Returns
Type Description
IngressIp

getDescriptorForType()

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

getIngressIpAddress()

public String getIngressIpAddress()

Output only. The ingress IP.

string ingress_ip_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Returns
Type Description
String

The ingressIpAddress.

getIngressIpAddressBytes()

public ByteString getIngressIpAddressBytes()

Output only. The ingress IP.

string ingress_ip_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for ingressIpAddress.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(IngressIp other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setIngressIpAddress(String value)

public IngressIp.Builder setIngressIpAddress(String value)

Output only. The ingress IP.

string ingress_ip_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Parameter
Name Description
value String

The ingressIpAddress to set.

Returns
Type Description
IngressIp.Builder

This builder for chaining.

setIngressIpAddressBytes(ByteString value)

public IngressIp.Builder setIngressIpAddressBytes(ByteString value)

Output only. The ingress IP.

string ingress_ip_address = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Parameter
Name Description
value ByteString

The bytes for ingressIpAddress to set.

Returns
Type Description
IngressIp.Builder

This builder for chaining.