Class FetchStaticIpsResponse (1.18.0)

public final class FetchStaticIpsResponse extends GeneratedMessageV3 implements FetchStaticIpsResponseOrBuilder

Response message for a 'FetchStaticIps' response.

Protobuf type google.cloud.datastream.v1.FetchStaticIpsResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

STATIC_IPS_FIELD_NUMBER

public static final int STATIC_IPS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static FetchStaticIpsResponse getDefaultInstance()
Returns
TypeDescription
FetchStaticIpsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static FetchStaticIpsResponse.Builder newBuilder()
Returns
TypeDescription
FetchStaticIpsResponse.Builder

newBuilder(FetchStaticIpsResponse prototype)

public static FetchStaticIpsResponse.Builder newBuilder(FetchStaticIpsResponse prototype)
Parameter
NameDescription
prototypeFetchStaticIpsResponse
Returns
TypeDescription
FetchStaticIpsResponse.Builder

parseDelimitedFrom(InputStream input)

public static FetchStaticIpsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FetchStaticIpsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchStaticIpsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FetchStaticIpsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static FetchStaticIpsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
FetchStaticIpsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FetchStaticIpsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FetchStaticIpsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FetchStaticIpsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
FetchStaticIpsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FetchStaticIpsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FetchStaticIpsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FetchStaticIpsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
FetchStaticIpsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchStaticIpsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FetchStaticIpsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static FetchStaticIpsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FetchStaticIpsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FetchStaticIpsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FetchStaticIpsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static FetchStaticIpsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
FetchStaticIpsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FetchStaticIpsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FetchStaticIpsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<FetchStaticIpsResponse> parser()
Returns
TypeDescription
Parser<FetchStaticIpsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public FetchStaticIpsResponse getDefaultInstanceForType()
Returns
TypeDescription
FetchStaticIpsResponse

getNextPageToken()

public String getNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<FetchStaticIpsResponse> getParserForType()
Returns
TypeDescription
Parser<FetchStaticIpsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getStaticIps(int index)

public String getStaticIps(int index)

list of static ips by account

repeated string static_ips = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The staticIps at the given index.

getStaticIpsBytes(int index)

public ByteString getStaticIpsBytes(int index)

list of static ips by account

repeated string static_ips = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the staticIps at the given index.

getStaticIpsCount()

public int getStaticIpsCount()

list of static ips by account

repeated string static_ips = 1;

Returns
TypeDescription
int

The count of staticIps.

getStaticIpsList()

public ProtocolStringList getStaticIpsList()

list of static ips by account

repeated string static_ips = 1;

Returns
TypeDescription
ProtocolStringList

A list containing the staticIps.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public FetchStaticIpsResponse.Builder newBuilderForType()
Returns
TypeDescription
FetchStaticIpsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FetchStaticIpsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
FetchStaticIpsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public FetchStaticIpsResponse.Builder toBuilder()
Returns
TypeDescription
FetchStaticIpsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException