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