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