Class TargetTcpProxyAggregatedList (1.88.0)

public final class TargetTcpProxyAggregatedList extends GeneratedMessageV3 implements TargetTcpProxyAggregatedListOrBuilder

Protobuf type google.cloud.compute.v1.TargetTcpProxyAggregatedList

Static Fields

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
Type Description
int

ITEMS_FIELD_NUMBER

public static final int ITEMS_FIELD_NUMBER
Field Value
Type Description
int

KIND_FIELD_NUMBER

public static final int KIND_FIELD_NUMBER
Field Value
Type Description
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int
public static final int SELF_LINK_FIELD_NUMBER
Field Value
Type Description
int

UNREACHABLES_FIELD_NUMBER

public static final int UNREACHABLES_FIELD_NUMBER
Field Value
Type Description
int

WARNING_FIELD_NUMBER

public static final int WARNING_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TargetTcpProxyAggregatedList getDefaultInstance()
Returns
Type Description
TargetTcpProxyAggregatedList

getDescriptor()

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

newBuilder()

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

newBuilder(TargetTcpProxyAggregatedList prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

containsItems(String key)

public boolean containsItems(String key)

A list of TargetTcpProxiesScopedList resources.

map<string, .google.cloud.compute.v1.TargetTcpProxiesScopedList> items = 100526016;

Parameter
Name Description
key String
Returns
Type