Package | Description |
---|---|
com.google.cloud.iot.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.addAllDevices(Iterable<? extends Device> values)
The devices that match the request.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.addDevices(Device.Builder builderForValue)
The devices that match the request.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.addDevices(Device value)
The devices that match the request.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.addDevices(int index,
Device.Builder builderForValue)
The devices that match the request.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.addDevices(int index,
Device value)
The devices that match the request.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.clear() |
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.clearDevices()
The devices that match the request.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.clearField(Descriptors.FieldDescriptor field) |
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.clearNextPageToken()
If not empty, indicates that there may be more devices that match the
request; this value should be passed in a new `ListDevicesRequest`.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.clone() |
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.mergeFrom(ListDevicesResponse other) |
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.mergeFrom(Message other) |
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static ListDevicesResponse.Builder |
ListDevicesResponse.newBuilder() |
static ListDevicesResponse.Builder |
ListDevicesResponse.newBuilder(ListDevicesResponse prototype) |
ListDevicesResponse.Builder |
ListDevicesResponse.newBuilderForType() |
protected ListDevicesResponse.Builder |
ListDevicesResponse.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.removeDevices(int index)
The devices that match the request.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.setDevices(int index,
Device.Builder builderForValue)
The devices that match the request.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.setDevices(int index,
Device value)
The devices that match the request.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.setNextPageToken(String value)
If not empty, indicates that there may be more devices that match the
request; this value should be passed in a new `ListDevicesRequest`.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.setNextPageTokenBytes(ByteString value)
If not empty, indicates that there may be more devices that match the
request; this value should be passed in a new `ListDevicesRequest`.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
ListDevicesResponse.Builder |
ListDevicesResponse.toBuilder() |
Copyright © 2022 Google LLC. All rights reserved.