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