ListDevicesResponse.Builder |
ListDevicesResponse.Builder.addAllDevices(Iterable<? extends Device> values) |
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.addDevices(int index,
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(Device.Builder builderForValue) |
The devices that match the request.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.addRepeatedField(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.clone() |
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.mergeFrom(ListDevicesResponse other) |
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ListDevicesResponse.Builder |
ListDevicesResponse.newBuilder() |
|
static ListDevicesResponse.Builder |
ListDevicesResponse.newBuilder(ListDevicesResponse prototype) |
|
ListDevicesResponse.Builder |
ListDevicesResponse.newBuilderForType() |
|
protected ListDevicesResponse.Builder |
ListDevicesResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.removeDevices(int index) |
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.setDevices(int index,
Device.Builder builderForValue) |
The devices that match the request.
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.setField(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ListDevicesResponse.Builder |
ListDevicesResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ListDevicesResponse.Builder |
ListDevicesResponse.toBuilder() |
|