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 InterconnectListInterconnectList.Builder. build()InterconnectListInterconnectList.Builder. buildPartial()static InterconnectListInterconnectList. getDefaultInstance()InterconnectListInterconnectList.Builder. getDefaultInstanceForType()InterconnectListInterconnectList. getDefaultInstanceForType()static InterconnectListInterconnectList. parseDelimitedFrom(InputStream input)static InterconnectListInterconnectList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InterconnectListInterconnectList. parseFrom(byte[] data)static InterconnectListInterconnectList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InterconnectListInterconnectList. parseFrom(com.google.protobuf.ByteString data)static InterconnectListInterconnectList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InterconnectListInterconnectList. parseFrom(com.google.protobuf.CodedInputStream input)static InterconnectListInterconnectList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InterconnectListInterconnectList. parseFrom(InputStream input)static InterconnectListInterconnectList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InterconnectListInterconnectList. parseFrom(ByteBuffer data)static InterconnectListInterconnectList. 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.ListPageInterconnectsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListInterconnectsRequest,InterconnectList,Interconnect> context, InterconnectList response)InterconnectList.BuilderInterconnectList.Builder. mergeFrom(InterconnectList other)static InterconnectList.BuilderInterconnectList. 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.ListPageInterconnectsClient.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.
-