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