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 ListDeviceRegistriesResponseListDeviceRegistriesResponse.Builder. build()ListDeviceRegistriesResponseListDeviceRegistriesResponse.Builder. buildPartial()static ListDeviceRegistriesResponseListDeviceRegistriesResponse. getDefaultInstance()ListDeviceRegistriesResponseListDeviceRegistriesResponse.Builder. getDefaultInstanceForType()ListDeviceRegistriesResponseListDeviceRegistriesResponse. getDefaultInstanceForType()ListDeviceRegistriesResponseDeviceManagerGrpc.DeviceManagerBlockingStub. listDeviceRegistries(ListDeviceRegistriesRequest request)Lists device registries.static ListDeviceRegistriesResponseListDeviceRegistriesResponse. parseDelimitedFrom(InputStream input)static ListDeviceRegistriesResponseListDeviceRegistriesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceRegistriesResponseListDeviceRegistriesResponse. parseFrom(byte[] data)static ListDeviceRegistriesResponseListDeviceRegistriesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceRegistriesResponseListDeviceRegistriesResponse. parseFrom(com.google.protobuf.ByteString data)static ListDeviceRegistriesResponseListDeviceRegistriesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceRegistriesResponseListDeviceRegistriesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListDeviceRegistriesResponseListDeviceRegistriesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceRegistriesResponseListDeviceRegistriesResponse. parseFrom(InputStream input)static ListDeviceRegistriesResponseListDeviceRegistriesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeviceRegistriesResponseListDeviceRegistriesResponse. parseFrom(ByteBuffer data)static ListDeviceRegistriesResponseListDeviceRegistriesResponse. 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.ListDeviceRegistriesPageDeviceManagerClient.ListDeviceRegistriesPage. createPage(com.google.api.gax.rpc.PageContext<ListDeviceRegistriesRequest,ListDeviceRegistriesResponse,DeviceRegistry> context, ListDeviceRegistriesResponse response)ListDeviceRegistriesResponse.BuilderListDeviceRegistriesResponse.Builder. mergeFrom(ListDeviceRegistriesResponse other)static ListDeviceRegistriesResponse.BuilderListDeviceRegistriesResponse. 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.ListDeviceRegistriesPageDeviceManagerClient.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 voidDeviceManagerGrpc.AsyncService. listDeviceRegistries(ListDeviceRegistriesRequest request, io.grpc.stub.StreamObserver<ListDeviceRegistriesResponse> responseObserver)Lists device registries.voidDeviceManagerGrpc.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.
-