Class AddDnsPeeringResponse (1.45.0)

public final class AddDnsPeeringResponse extends GeneratedMessageV3 implements AddDnsPeeringResponseOrBuilder

Response message for set dns peering method.

Protobuf type google.cloud.datafusion.v1beta1.AddDnsPeeringResponse

Static Methods

getDefaultInstance()

public static AddDnsPeeringResponse getDefaultInstance()
Returns
Type Description
AddDnsPeeringResponse

getDescriptor()

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

newBuilder()

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

newBuilder(AddDnsPeeringResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public AddDnsPeeringResponse getDefaultInstanceForType()
Returns
Type Description
AddDnsPeeringResponse

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AddDnsPeeringResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AddDnsPeeringResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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