Uses of Class
com.google.cloud.compute.v1.InsertPacketMirroringRequest
-
Packages that use InsertPacketMirroringRequest 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 InsertPacketMirroringRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InsertPacketMirroringRequest Modifier and Type Method Description InsertPacketMirroringRequest
InsertPacketMirroringRequest.Builder. build()
InsertPacketMirroringRequest
InsertPacketMirroringRequest.Builder. buildPartial()
static InsertPacketMirroringRequest
InsertPacketMirroringRequest. getDefaultInstance()
InsertPacketMirroringRequest
InsertPacketMirroringRequest.Builder. getDefaultInstanceForType()
InsertPacketMirroringRequest
InsertPacketMirroringRequest. getDefaultInstanceForType()
static InsertPacketMirroringRequest
InsertPacketMirroringRequest. parseDelimitedFrom(InputStream input)
static InsertPacketMirroringRequest
InsertPacketMirroringRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertPacketMirroringRequest
InsertPacketMirroringRequest. parseFrom(byte[] data)
static InsertPacketMirroringRequest
InsertPacketMirroringRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertPacketMirroringRequest
InsertPacketMirroringRequest. parseFrom(com.google.protobuf.ByteString data)
static InsertPacketMirroringRequest
InsertPacketMirroringRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertPacketMirroringRequest
InsertPacketMirroringRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static InsertPacketMirroringRequest
InsertPacketMirroringRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertPacketMirroringRequest
InsertPacketMirroringRequest. parseFrom(InputStream input)
static InsertPacketMirroringRequest
InsertPacketMirroringRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InsertPacketMirroringRequest
InsertPacketMirroringRequest. parseFrom(ByteBuffer data)
static InsertPacketMirroringRequest
InsertPacketMirroringRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InsertPacketMirroringRequest Modifier and Type Method Description com.google.protobuf.Parser<InsertPacketMirroringRequest>
InsertPacketMirroringRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<InsertPacketMirroringRequest,Operation>
PacketMirroringsClient. insertCallable()
Creates a PacketMirroring resource in the specified project and region using the data included in the request.com.google.api.gax.rpc.OperationCallable<InsertPacketMirroringRequest,Operation,Operation>
PacketMirroringsClient. insertOperationCallable()
Creates a PacketMirroring resource in the specified project and region using the data included in the request.com.google.api.gax.rpc.OperationCallSettings.Builder<InsertPacketMirroringRequest,Operation,Operation>
PacketMirroringsSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertPacketMirroringRequest,Operation,Operation>
PacketMirroringsSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertPacketMirroringRequest,Operation>
PacketMirroringsSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertPacketMirroringRequest,Operation>
PacketMirroringsSettings. insertSettings()
Returns the object with the settings used for calls to insert.static com.google.protobuf.Parser<InsertPacketMirroringRequest>
InsertPacketMirroringRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InsertPacketMirroringRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
PacketMirroringsClient. insertAsync(InsertPacketMirroringRequest request)
Creates a PacketMirroring resource in the specified project and region using the data included in the request.InsertPacketMirroringRequest.Builder
InsertPacketMirroringRequest.Builder. mergeFrom(InsertPacketMirroringRequest other)
static InsertPacketMirroringRequest.Builder
InsertPacketMirroringRequest. newBuilder(InsertPacketMirroringRequest prototype)
-
Uses of InsertPacketMirroringRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InsertPacketMirroringRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<InsertPacketMirroringRequest,Operation>
HttpJsonPacketMirroringsStub. insertCallable()
com.google.api.gax.rpc.UnaryCallable<InsertPacketMirroringRequest,Operation>
PacketMirroringsStub. insertCallable()
com.google.api.gax.rpc.OperationCallable<InsertPacketMirroringRequest,Operation,Operation>
HttpJsonPacketMirroringsStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallable<InsertPacketMirroringRequest,Operation,Operation>
PacketMirroringsStub. insertOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<InsertPacketMirroringRequest,Operation,Operation>
PacketMirroringsStubSettings.Builder. insertOperationSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.OperationCallSettings<InsertPacketMirroringRequest,Operation,Operation>
PacketMirroringsStubSettings. insertOperationSettings()
Returns the object with the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings.Builder<InsertPacketMirroringRequest,Operation>
PacketMirroringsStubSettings.Builder. insertSettings()
Returns the builder for the settings used for calls to insert.com.google.api.gax.rpc.UnaryCallSettings<InsertPacketMirroringRequest,Operation>
PacketMirroringsStubSettings. insertSettings()
Returns the object with the settings used for calls to insert.
-