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 ListInterconnectsRequest
ListInterconnectsRequest.Builder. build()
ListInterconnectsRequest
ListInterconnectsRequest.Builder. buildPartial()
static ListInterconnectsRequest
ListInterconnectsRequest. getDefaultInstance()
ListInterconnectsRequest
ListInterconnectsRequest.Builder. getDefaultInstanceForType()
ListInterconnectsRequest
ListInterconnectsRequest. getDefaultInstanceForType()
static ListInterconnectsRequest
ListInterconnectsRequest. parseDelimitedFrom(InputStream input)
static ListInterconnectsRequest
ListInterconnectsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInterconnectsRequest
ListInterconnectsRequest. parseFrom(byte[] data)
static ListInterconnectsRequest
ListInterconnectsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInterconnectsRequest
ListInterconnectsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListInterconnectsRequest
ListInterconnectsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInterconnectsRequest
ListInterconnectsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListInterconnectsRequest
ListInterconnectsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInterconnectsRequest
ListInterconnectsRequest. parseFrom(InputStream input)
static ListInterconnectsRequest
ListInterconnectsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInterconnectsRequest
ListInterconnectsRequest. parseFrom(ByteBuffer data)
static ListInterconnectsRequest
ListInterconnectsRequest. 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.ListPagedResponse
InterconnectsClient. list(ListInterconnectsRequest request)
Retrieves the list of Interconnects available to the specified project.ListInterconnectsRequest.Builder
ListInterconnectsRequest.Builder. mergeFrom(ListInterconnectsRequest other)
static ListInterconnectsRequest.Builder
ListInterconnectsRequest. 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.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)
-
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.
-