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