Uses of Class
com.google.cloud.iot.v1.ListDeviceRegistriesResponse
-
Packages that use ListDeviceRegistriesResponse Package Description com.google.cloud.iot.v1 A client to Cloud IoT APIcom.google.cloud.iot.v1.stub -
-
Uses of ListDeviceRegistriesResponse in com.google.cloud.iot.v1
Methods in com.google.cloud.iot.v1 that return ListDeviceRegistriesResponse Modifier and Type Method Description ListDeviceRegistriesResponse
ListDeviceRegistriesResponse.Builder. build()
ListDeviceRegistriesResponse
ListDeviceRegistriesResponse.Builder. buildPartial()
static ListDeviceRegistriesResponse
ListDeviceRegistriesResponse. getDefaultInstance()
ListDeviceRegistriesResponse
ListDeviceRegistriesResponse.Builder. getDefaultInstanceForType()
ListDeviceRegistriesResponse
ListDeviceRegistriesResponse. getDefaultInstanceForType()
ListDeviceRegistriesResponse
DeviceManagerGrpc.DeviceManagerBlockingStub. listDeviceRegistries(ListDeviceRegistriesRequest request)
Lists device registries.static ListDeviceRegistriesResponse
ListDeviceRegistriesResponse. parseDelimitedFrom(InputStream input)
static ListDeviceRegistriesResponse
ListDeviceRegistriesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceRegistriesResponse
ListDeviceRegistriesResponse. parseFrom(byte[] data)
static ListDeviceRegistriesResponse
ListDeviceRegistriesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceRegistriesResponse
ListDeviceRegistriesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListDeviceRegistriesResponse
ListDeviceRegistriesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceRegistriesResponse
ListDeviceRegistriesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDeviceRegistriesResponse
ListDeviceRegistriesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceRegistriesResponse
ListDeviceRegistriesResponse. parseFrom(InputStream input)
static ListDeviceRegistriesResponse
ListDeviceRegistriesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDeviceRegistriesResponse
ListDeviceRegistriesResponse. parseFrom(ByteBuffer data)
static ListDeviceRegistriesResponse
ListDeviceRegistriesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.iot.v1 that return types with arguments of type ListDeviceRegistriesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse>
DeviceManagerGrpc. getListDeviceRegistriesMethod()
com.google.protobuf.Parser<ListDeviceRegistriesResponse>
ListDeviceRegistriesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListDeviceRegistriesResponse>
DeviceManagerGrpc.DeviceManagerFutureStub. listDeviceRegistries(ListDeviceRegistriesRequest request)
Lists device registries.com.google.api.gax.rpc.UnaryCallable<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse>
DeviceManagerClient. listDeviceRegistriesCallable()
Lists device registries.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse,DeviceManagerClient.ListDeviceRegistriesPagedResponse>
DeviceManagerSettings.Builder. listDeviceRegistriesSettings()
Returns the builder for the settings used for calls to listDeviceRegistries.com.google.api.gax.rpc.PagedCallSettings<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse,DeviceManagerClient.ListDeviceRegistriesPagedResponse>
DeviceManagerSettings. listDeviceRegistriesSettings()
Returns the object with the settings used for calls to listDeviceRegistries.static com.google.protobuf.Parser<ListDeviceRegistriesResponse>
ListDeviceRegistriesResponse. parser()
Methods in com.google.cloud.iot.v1 with parameters of type ListDeviceRegistriesResponse Modifier and Type Method Description protected DeviceManagerClient.ListDeviceRegistriesPage
DeviceManagerClient.ListDeviceRegistriesPage. createPage(com.google.api.gax.rpc.PageContext<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse,DeviceRegistry> context, ListDeviceRegistriesResponse response)
ListDeviceRegistriesResponse.Builder
ListDeviceRegistriesResponse.Builder. mergeFrom(ListDeviceRegistriesResponse other)
static ListDeviceRegistriesResponse.Builder
ListDeviceRegistriesResponse. newBuilder(ListDeviceRegistriesResponse prototype)
Method parameters in com.google.cloud.iot.v1 with type arguments of type ListDeviceRegistriesResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DeviceManagerClient.ListDeviceRegistriesPagedResponse>
DeviceManagerClient.ListDeviceRegistriesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse,DeviceRegistry> context, com.google.api.core.ApiFuture<ListDeviceRegistriesResponse> futureResponse)
static com.google.api.core.ApiFuture<DeviceManagerClient.ListDeviceRegistriesPagedResponse>
DeviceManagerClient.ListDeviceRegistriesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse,DeviceRegistry> context, com.google.api.core.ApiFuture<ListDeviceRegistriesResponse> futureResponse)
protected DeviceManagerClient.ListDeviceRegistriesPage
DeviceManagerClient.ListDeviceRegistriesPage. createPage(com.google.api.gax.rpc.PageContext<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse,DeviceRegistry> context, ListDeviceRegistriesResponse response)
com.google.api.core.ApiFuture<DeviceManagerClient.ListDeviceRegistriesPage>
DeviceManagerClient.ListDeviceRegistriesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse,DeviceRegistry> context, com.google.api.core.ApiFuture<ListDeviceRegistriesResponse> futureResponse)
com.google.api.core.ApiFuture<DeviceManagerClient.ListDeviceRegistriesPage>
DeviceManagerClient.ListDeviceRegistriesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse,DeviceRegistry> context, com.google.api.core.ApiFuture<ListDeviceRegistriesResponse> futureResponse)
default void
DeviceManagerGrpc.AsyncService. listDeviceRegistries(ListDeviceRegistriesRequest request, io.grpc.stub.StreamObserver<ListDeviceRegistriesResponse> responseObserver)
Lists device registries.void
DeviceManagerGrpc.DeviceManagerStub. listDeviceRegistries(ListDeviceRegistriesRequest request, io.grpc.stub.StreamObserver<ListDeviceRegistriesResponse> responseObserver)
Lists device registries. -
Uses of ListDeviceRegistriesResponse in com.google.cloud.iot.v1.stub
Methods in com.google.cloud.iot.v1.stub that return types with arguments of type ListDeviceRegistriesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse>
DeviceManagerStub. listDeviceRegistriesCallable()
com.google.api.gax.rpc.UnaryCallable<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse>
GrpcDeviceManagerStub. listDeviceRegistriesCallable()
com.google.api.gax.rpc.UnaryCallable<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse>
HttpJsonDeviceManagerStub. listDeviceRegistriesCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse,DeviceManagerClient.ListDeviceRegistriesPagedResponse>
DeviceManagerStubSettings.Builder. listDeviceRegistriesSettings()
Returns the builder for the settings used for calls to listDeviceRegistries.com.google.api.gax.rpc.PagedCallSettings<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse,DeviceManagerClient.ListDeviceRegistriesPagedResponse>
DeviceManagerStubSettings. listDeviceRegistriesSettings()
Returns the object with the settings used for calls to listDeviceRegistries.
-