Class IngressIp (0.42.0)

public final class IngressIp extends GeneratedMessage implements IngressIpOrBuilder

The ingress IPs of the GoldengateDeployment.

Protobuf type google.cloud.oracledatabase.v1.IngressIp

Implements

IngressIpOrBuilder

Static Fields

INGRESS_IP_ADDRESS_FIELD_NUMBER

public static final int INGRESS_IP_ADDRESS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static IngressIp getDefaultInstance()
Returns
Type Description
IngressIp

getDescriptor()

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

newBuilder()

public static IngressIp.Builder newBuilder()
Returns
Type Description
IngressIp.Builder

newBuilder(IngressIp prototype)

public static IngressIp.Builder newBuilder(IngressIp prototype)
Parameter
Name Description
prototype IngressIp
Returns
Type Description
IngressIp.Builder

parseDelimitedFrom(InputStream input)

public static IngressIp parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IngressIp
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IngressIp parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngressIp
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static IngressIp parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
IngressIp
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static IngressIp parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngressIp
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static IngressIp parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
IngressIp
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static IngressIp parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngressIp
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static IngressIp parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
IngressIp
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static IngressIp parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngressIp
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static IngressIp parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IngressIp
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IngressIp parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngressIp
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static IngressIp parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
IngressIp
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static IngressIp parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IngressIp
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<IngressIp> parser()
Returns
Type Description
Parser<IngressIp>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public IngressIp getDefaultInstanceForType()
Returns
Type Description
IngressIp

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.

getParserForType()

public Parser<IngressIp> getParserForType()
Returns
Type Description
Parser<IngressIp>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public IngressIp.Builder newBuilderForType()
Returns
Type Description
IngressIp.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected IngressIp.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
IngressIp.Builder
Overrides

toBuilder()

public IngressIp.Builder toBuilder()
Returns
Type Description
IngressIp.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException