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 InterconnectLocationInterconnectLocation.Builder. build()InterconnectLocationInterconnectLocation.Builder. buildPartial()InterconnectLocationInterconnectLocationsClient. get(GetInterconnectLocationRequest request)Returns the details for the specified interconnect location.InterconnectLocationInterconnectLocationsClient. get(String project, String interconnectLocation)Returns the details for the specified interconnect location.static InterconnectLocationInterconnectLocation. getDefaultInstance()InterconnectLocationInterconnectLocation.Builder. getDefaultInstanceForType()InterconnectLocationInterconnectLocation. getDefaultInstanceForType()InterconnectLocationInterconnectLocationList.Builder. getItems(int index)A list of InterconnectLocation resources.InterconnectLocationInterconnectLocationList. getItems(int index)A list of InterconnectLocation resources.InterconnectLocationInterconnectLocationListOrBuilder. getItems(int index)A list of InterconnectLocation resources.static InterconnectLocationInterconnectLocation. parseDelimitedFrom(InputStream input)static InterconnectLocationInterconnectLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InterconnectLocationInterconnectLocation. parseFrom(byte[] data)static InterconnectLocationInterconnectLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InterconnectLocationInterconnectLocation. parseFrom(com.google.protobuf.ByteString data)static InterconnectLocationInterconnectLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InterconnectLocationInterconnectLocation. parseFrom(com.google.protobuf.CodedInputStream input)static InterconnectLocationInterconnectLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InterconnectLocationInterconnectLocation. parseFrom(InputStream input)static InterconnectLocationInterconnectLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InterconnectLocationInterconnectLocation. parseFrom(ByteBuffer data)static InterconnectLocationInterconnectLocation. 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.BuilderInterconnectLocationList.Builder. addItems(int index, InterconnectLocation value)A list of InterconnectLocation resources.InterconnectLocationList.BuilderInterconnectLocationList.Builder. addItems(InterconnectLocation value)A list of InterconnectLocation resources.InterconnectLocation.BuilderInterconnectLocation.Builder. mergeFrom(InterconnectLocation other)static InterconnectLocation.BuilderInterconnectLocation. newBuilder(InterconnectLocation prototype)InterconnectLocationList.BuilderInterconnectLocationList.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.BuilderInterconnectLocationList.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.ListPageInterconnectLocationsClient.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.
-