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