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