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