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 DeleteInterconnectRequest
DeleteInterconnectRequest.Builder. build()
DeleteInterconnectRequest
DeleteInterconnectRequest.Builder. buildPartial()
static DeleteInterconnectRequest
DeleteInterconnectRequest. getDefaultInstance()
DeleteInterconnectRequest
DeleteInterconnectRequest.Builder. getDefaultInstanceForType()
DeleteInterconnectRequest
DeleteInterconnectRequest. getDefaultInstanceForType()
static DeleteInterconnectRequest
DeleteInterconnectRequest. parseDelimitedFrom(InputStream input)
static DeleteInterconnectRequest
DeleteInterconnectRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteInterconnectRequest
DeleteInterconnectRequest. parseFrom(byte[] data)
static DeleteInterconnectRequest
DeleteInterconnectRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteInterconnectRequest
DeleteInterconnectRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteInterconnectRequest
DeleteInterconnectRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteInterconnectRequest
DeleteInterconnectRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteInterconnectRequest
DeleteInterconnectRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteInterconnectRequest
DeleteInterconnectRequest. parseFrom(InputStream input)
static DeleteInterconnectRequest
DeleteInterconnectRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteInterconnectRequest
DeleteInterconnectRequest. parseFrom(ByteBuffer data)
static DeleteInterconnectRequest
DeleteInterconnectRequest. 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.Builder
DeleteInterconnectRequest.Builder. mergeFrom(DeleteInterconnectRequest other)
static DeleteInterconnectRequest.Builder
DeleteInterconnectRequest. 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.
-