Uses of Class
com.google.cloud.compute.v1.ListInterconnectsRequest
-
Packages that use ListInterconnectsRequest 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 ListInterconnectsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListInterconnectsRequest Modifier and Type Method Description ListInterconnectsRequestListInterconnectsRequest.Builder. build()ListInterconnectsRequestListInterconnectsRequest.Builder. buildPartial()static ListInterconnectsRequestListInterconnectsRequest. getDefaultInstance()ListInterconnectsRequestListInterconnectsRequest.Builder. getDefaultInstanceForType()ListInterconnectsRequestListInterconnectsRequest. getDefaultInstanceForType()static ListInterconnectsRequestListInterconnectsRequest. parseDelimitedFrom(InputStream input)static ListInterconnectsRequestListInterconnectsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListInterconnectsRequestListInterconnectsRequest. parseFrom(byte[] data)static ListInterconnectsRequestListInterconnectsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListInterconnectsRequestListInterconnectsRequest. parseFrom(com.google.protobuf.ByteString data)static ListInterconnectsRequestListInterconnectsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListInterconnectsRequestListInterconnectsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListInterconnectsRequestListInterconnectsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListInterconnectsRequestListInterconnectsRequest. parseFrom(InputStream input)static ListInterconnectsRequestListInterconnectsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListInterconnectsRequestListInterconnectsRequest. parseFrom(ByteBuffer data)static ListInterconnectsRequestListInterconnectsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type ListInterconnectsRequest Modifier and Type Method Description com.google.protobuf.Parser<ListInterconnectsRequest>ListInterconnectsRequest. 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.UnaryCallable<ListInterconnectsRequest,InterconnectsClient.ListPagedResponse>InterconnectsClient. listPagedCallable()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<ListInterconnectsRequest>ListInterconnectsRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type ListInterconnectsRequest Modifier and Type Method Description InterconnectsClient.ListPagedResponseInterconnectsClient. list(ListInterconnectsRequest request)Retrieves the list of Interconnects available to the specified project.ListInterconnectsRequest.BuilderListInterconnectsRequest.Builder. mergeFrom(ListInterconnectsRequest other)static ListInterconnectsRequest.BuilderListInterconnectsRequest. newBuilder(ListInterconnectsRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type ListInterconnectsRequest 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)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) -
Uses of ListInterconnectsRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListInterconnectsRequest 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.UnaryCallable<ListInterconnectsRequest,InterconnectsClient.ListPagedResponse>HttpJsonInterconnectsStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListInterconnectsRequest,InterconnectsClient.ListPagedResponse>InterconnectsStub. listPagedCallable()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.
-