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