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