Uses of Class
com.google.cloud.compute.v1.ListInterconnectLocationsRequest
-
Packages that use ListInterconnectLocationsRequest 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 ListInterconnectLocationsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListInterconnectLocationsRequest Modifier and Type Method Description ListInterconnectLocationsRequest
ListInterconnectLocationsRequest.Builder. build()
ListInterconnectLocationsRequest
ListInterconnectLocationsRequest.Builder. buildPartial()
static ListInterconnectLocationsRequest
ListInterconnectLocationsRequest. getDefaultInstance()
ListInterconnectLocationsRequest
ListInterconnectLocationsRequest.Builder. getDefaultInstanceForType()
ListInterconnectLocationsRequest
ListInterconnectLocationsRequest. getDefaultInstanceForType()
static ListInterconnectLocationsRequest
ListInterconnectLocationsRequest. parseDelimitedFrom(InputStream input)
static ListInterconnectLocationsRequest
ListInterconnectLocationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInterconnectLocationsRequest
ListInterconnectLocationsRequest. parseFrom(byte[] data)
static ListInterconnectLocationsRequest
ListInterconnectLocationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInterconnectLocationsRequest
ListInterconnectLocationsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListInterconnectLocationsRequest
ListInterconnectLocationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInterconnectLocationsRequest
ListInterconnectLocationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListInterconnectLocationsRequest
ListInterconnectLocationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInterconnectLocationsRequest
ListInterconnectLocationsRequest. parseFrom(InputStream input)
static ListInterconnectLocationsRequest
ListInterconnectLocationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInterconnectLocationsRequest
ListInterconnectLocationsRequest. parseFrom(ByteBuffer data)
static ListInterconnectLocationsRequest
ListInterconnectLocationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ListInterconnectLocationsRequest Modifier and Type Method Description com.google.protobuf.Parser<ListInterconnectLocationsRequest>
ListInterconnectLocationsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationList>
InterconnectLocationsClient. listCallable()
Retrieves the list of interconnect locations available to the specified project.com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationsClient.ListPagedResponse>
InterconnectLocationsClient. listPagedCallable()
Retrieves the list of interconnect locations available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocationsClient.ListPagedResponse>
InterconnectLocationsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocationsClient.ListPagedResponse>
InterconnectLocationsSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListInterconnectLocationsRequest>
ListInterconnectLocationsRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ListInterconnectLocationsRequest Modifier and Type Method Description InterconnectLocationsClient.ListPagedResponse
InterconnectLocationsClient. list(ListInterconnectLocationsRequest request)
Retrieves the list of interconnect locations available to the specified project.ListInterconnectLocationsRequest.Builder
ListInterconnectLocationsRequest.Builder. mergeFrom(ListInterconnectLocationsRequest other)
static ListInterconnectLocationsRequest.Builder
ListInterconnectLocationsRequest. newBuilder(ListInterconnectLocationsRequest prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ListInterconnectLocationsRequest Modifier and Type Method Description 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.ListPage
InterconnectLocationsClient.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 ListInterconnectLocationsRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListInterconnectLocationsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationList>
HttpJsonInterconnectLocationsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationList>
InterconnectLocationsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationsClient.ListPagedResponse>
HttpJsonInterconnectLocationsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInterconnectLocationsRequest,InterconnectLocationsClient.ListPagedResponse>
InterconnectLocationsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocationsClient.ListPagedResponse>
InterconnectLocationsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInterconnectLocationsRequest,InterconnectLocationList,InterconnectLocationsClient.ListPagedResponse>
InterconnectLocationsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-