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