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