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