Uses of Class
com.google.cloud.compute.v1.InterconnectLocation
-
Packages that use InterconnectLocation 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 InterconnectLocation in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InterconnectLocation Modifier and Type Method Description InterconnectLocation
InterconnectLocation.Builder. build()
InterconnectLocation
InterconnectLocation.Builder. buildPartial()
InterconnectLocation
InterconnectLocationsClient. get(GetInterconnectLocationRequest request)
Returns the details for the specified interconnect location.InterconnectLocation
InterconnectLocationsClient. get(String project, String interconnectLocation)
Returns the details for the specified interconnect location.static InterconnectLocation
InterconnectLocation. getDefaultInstance()
InterconnectLocation
InterconnectLocation.Builder. getDefaultInstanceForType()
InterconnectLocation
InterconnectLocation. getDefaultInstanceForType()
InterconnectLocation
InterconnectLocationList.Builder. getItems(int index)
A list of InterconnectLocation resources.InterconnectLocation
InterconnectLocationList. getItems(int index)
A list of InterconnectLocation resources.InterconnectLocation
InterconnectLocationListOrBuilder. getItems(int index)
A list of InterconnectLocation resources.static InterconnectLocation
InterconnectLocation. parseDelimitedFrom(InputStream input)
static InterconnectLocation
InterconnectLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectLocation
InterconnectLocation. parseFrom(byte[] data)
static InterconnectLocation
InterconnectLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectLocation
InterconnectLocation. parseFrom(com.google.protobuf.ByteString data)
static InterconnectLocation
InterconnectLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectLocation
InterconnectLocation. parseFrom(com.google.protobuf.CodedInputStream input)
static InterconnectLocation
InterconnectLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectLocation
InterconnectLocation. parseFrom(InputStream input)
static InterconnectLocation
InterconnectLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectLocation
InterconnectLocation. parseFrom(ByteBuffer data)
static InterconnectLocation
InterconnectLocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InterconnectLocation Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetInterconnectLocationRequest,InterconnectLocation>
InterconnectLocationsClient. getCallable()
Returns the details for the specified interconnect location.List<InterconnectLocation>
InterconnectLocationList.Builder. getItemsList()
A list of InterconnectLocation resources.List<InterconnectLocation>
InterconnectLocationList. getItemsList()
A list of InterconnectLocation resources.List<InterconnectLocation>
InterconnectLocationListOrBuilder. getItemsList()
A list of InterconnectLocation resources.com.google.protobuf.Parser<InterconnectLocation>
InterconnectLocation. 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<InterconnectLocation>
InterconnectLocation. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InterconnectLocation Modifier and Type Method Description InterconnectLocationList.Builder
InterconnectLocationList.Builder. addItems(int index, InterconnectLocation value)
A list of InterconnectLocation resources.InterconnectLocationList.Builder
InterconnectLocationList.Builder. addItems(InterconnectLocation value)
A list of InterconnectLocation resources.InterconnectLocation.Builder
InterconnectLocation.Builder. mergeFrom(InterconnectLocation other)
static InterconnectLocation.Builder
InterconnectLocation. newBuilder(InterconnectLocation prototype)
InterconnectLocationList.Builder
InterconnectLocationList.Builder. setItems(int index, InterconnectLocation value)
A list of InterconnectLocation resources.Method parameters in com.google.cloud.compute.v1 with type arguments of type InterconnectLocation Modifier and Type Method Description InterconnectLocationList.Builder
InterconnectLocationList.Builder. addAllItems(Iterable<? extends InterconnectLocation> values)
A list of InterconnectLocation resources.static com.google.api.core.ApiFuture<InterconnectLocationsClient.ListPagedResponse>
InterconnectLocationsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation> context, com.google.api.core.ApiFuture<InterconnectLocationList> futureResponse)
protected InterconnectLocationsClient.ListPage
InterconnectLocationsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation> context, InterconnectLocationList response)
com.google.api.core.ApiFuture<InterconnectLocationsClient.ListPage>
InterconnectLocationsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocation> context, com.google.api.core.ApiFuture<InterconnectLocationList> futureResponse)
-
Uses of InterconnectLocation in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InterconnectLocation 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.
-