Uses of Class
com.google.cloud.compute.v1.AggregatedListPacketMirroringsRequest
-
Packages that use AggregatedListPacketMirroringsRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of AggregatedListPacketMirroringsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListPacketMirroringsRequest Modifier and Type Method Description AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest.Builder. build()
AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest.Builder. buildPartial()
static AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest. getDefaultInstance()
AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest.Builder. getDefaultInstanceForType()
AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest. getDefaultInstanceForType()
static AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest. parseDelimitedFrom(InputStream input)
static AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest. parseFrom(byte[] data)
static AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest. parseFrom(InputStream input)
static AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest. parseFrom(ByteBuffer data)
static AggregatedListPacketMirroringsRequest
AggregatedListPacketMirroringsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListPacketMirroringsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList>
PacketMirroringsClient. aggregatedListCallable()
Retrieves an aggregated list of packetMirrorings.com.google.api.gax.rpc.UnaryCallable<AggregatedListPacketMirroringsRequest,PacketMirroringsClient.AggregatedListPagedResponse>
PacketMirroringsClient. aggregatedListPagedCallable()
Retrieves an aggregated list of packetMirrorings.com.google.api.gax.rpc.PagedCallSettings<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList,PacketMirroringsClient.AggregatedListPagedResponse>
PacketMirroringsSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListPacketMirroringsRequest,PacketMirroringAggregatedList,PacketMirroringsClient.AggregatedListPagedResponse>
PacketMirroringsSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListPacketMirroringsRequest>
AggregatedListPacketMirroringsRequest. getParserForType()
static com.google.protobuf.Parser<AggregatedListPacketMirroringsRequest>
AggregatedListPacketMirroringsRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListPacketMirroringsRequest Modifier and Type Method Description PacketMirroringsClient.AggregatedListPagedResponse
PacketMirroringsClient. aggregatedList(AggregatedListPacketMirroringsRequest request)
Retrieves an aggregated list of packetMirrorings.AggregatedListPacketMirroringsRequest.Builder
AggregatedListPacketMirroringsRequest.Builder. mergeFrom(AggregatedListPacketMirroringsRequest other)
static AggregatedListPacketMirroringsRequest.Builder
AggregatedListPacketMirroringsRequest. newBuilder(AggregatedListPacketMirroringsRequest prototype)
-
Uses of AggregatedListPacketMirroringsRequest in com.google.cloud.compute.v1.stub
-