Class AggregatedListInterconnectAttachmentsRequest (1.91.0)

public final class AggregatedListInterconnectAttachmentsRequest extends GeneratedMessageV3 implements AggregatedListInterconnectAttachmentsRequestOrBuilder

A request message for InterconnectAttachments.AggregatedList. See the method description for details.

Protobuf type google.cloud.compute.v1.AggregatedListInterconnectAttachmentsRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AggregatedListInterconnectAttachmentsRequest

Static Fields

FILTER_FIELD_NUMBER

public static final int FILTER_FIELD_NUMBER
Field Value
Type Description
int

INCLUDE_ALL_SCOPES_FIELD_NUMBER

public static final int INCLUDE_ALL_SCOPES_FIELD_NUMBER
Field Value
Type Description
int

MAX_RESULTS_FIELD_NUMBER

public static final int MAX_RESULTS_FIELD_NUMBER
Field Value
Type Description
int

ORDER_BY_FIELD_NUMBER

public static final int ORDER_BY_FIELD_NUMBER
Field Value
Type Description
int

PAGE_TOKEN_FIELD_NUMBER

public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

PROJECT_FIELD_NUMBER

public static final int PROJECT_FIELD_NUMBER
Field Value
Type Description
int

RETURN_PARTIAL_SUCCESS_FIELD_NUMBER

public static final int RETURN_PARTIAL_SUCCESS_FIELD_NUMBER
Field Value
Type Description
int

SERVICE_PROJECT_NUMBER_FIELD_NUMBER

public static final int SERVICE_PROJECT_NUMBER_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AggregatedListInterconnectAttachmentsRequest getDefaultInstance()
Returns
Type Description
AggregatedListInterconnectAttachmentsRequest

getDescriptor()

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

newBuilder()

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

newBuilder(AggregatedListInterconnectAttachmentsRequest prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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