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