Uses of Class
com.google.cloud.compute.v1.InterconnectList
-
Packages that use InterconnectList 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 InterconnectList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InterconnectList Modifier and Type Method Description InterconnectList
InterconnectList.Builder. build()
InterconnectList
InterconnectList.Builder. buildPartial()
static InterconnectList
InterconnectList. getDefaultInstance()
InterconnectList
InterconnectList.Builder. getDefaultInstanceForType()
InterconnectList
InterconnectList. getDefaultInstanceForType()
static InterconnectList
InterconnectList. parseDelimitedFrom(InputStream input)
static InterconnectList
InterconnectList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectList
InterconnectList. parseFrom(byte[] data)
static InterconnectList
InterconnectList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectList
InterconnectList. parseFrom(com.google.protobuf.ByteString data)
static InterconnectList
InterconnectList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectList
InterconnectList. parseFrom(com.google.protobuf.CodedInputStream input)
static InterconnectList
InterconnectList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectList
InterconnectList. parseFrom(InputStream input)
static InterconnectList
InterconnectList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InterconnectList
InterconnectList. parseFrom(ByteBuffer data)
static InterconnectList
InterconnectList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InterconnectList Modifier and Type Method Description com.google.protobuf.Parser<InterconnectList>
InterconnectList. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListInterconnectsRequest,InterconnectList>
InterconnectsClient. listCallable()
Retrieves the list of Interconnects available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInterconnectsRequest,InterconnectList,InterconnectsClient.ListPagedResponse>
InterconnectsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInterconnectsRequest,InterconnectList,InterconnectsClient.ListPagedResponse>
InterconnectsSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<InterconnectList>
InterconnectList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InterconnectList Modifier and Type Method Description protected InterconnectsClient.ListPage
InterconnectsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListInterconnectsRequest,InterconnectList,Interconnect> context, InterconnectList response)
InterconnectList.Builder
InterconnectList.Builder. mergeFrom(InterconnectList other)
static InterconnectList.Builder
InterconnectList. newBuilder(InterconnectList prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type InterconnectList Modifier and Type Method Description static com.google.api.core.ApiFuture<InterconnectsClient.ListPagedResponse>
InterconnectsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInterconnectsRequest,InterconnectList,Interconnect> context, com.google.api.core.ApiFuture<InterconnectList> futureResponse)
static com.google.api.core.ApiFuture<InterconnectsClient.ListPagedResponse>
InterconnectsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInterconnectsRequest,InterconnectList,Interconnect> context, com.google.api.core.ApiFuture<InterconnectList> futureResponse)
protected InterconnectsClient.ListPage
InterconnectsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListInterconnectsRequest,InterconnectList,Interconnect> context, InterconnectList response)
com.google.api.core.ApiFuture<InterconnectsClient.ListPage>
InterconnectsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInterconnectsRequest,InterconnectList,Interconnect> context, com.google.api.core.ApiFuture<InterconnectList> futureResponse)
com.google.api.core.ApiFuture<InterconnectsClient.ListPage>
InterconnectsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInterconnectsRequest,InterconnectList,Interconnect> context, com.google.api.core.ApiFuture<InterconnectList> futureResponse)
-
Uses of InterconnectList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InterconnectList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInterconnectsRequest,InterconnectList>
HttpJsonInterconnectsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListInterconnectsRequest,InterconnectList>
InterconnectsStub. listCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInterconnectsRequest,InterconnectList,InterconnectsClient.ListPagedResponse>
InterconnectsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInterconnectsRequest,InterconnectList,InterconnectsClient.ListPagedResponse>
InterconnectsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-