
io.bloombox.schema.services.devices.v1beta1.DeviceActivationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java RPCAPI client for the Bloombox Cloud.
The newest version!
/*
* Copyright 2019, Momentum Ideas, Co. All rights reserved.
*
* Source and object computer code contained herein is the private intellectual
* property of Momentum Ideas Co., a Delaware Corporation. Use of this
* code in source form requires permission in writing before use or the
* assembly, distribution, or publishing of derivative works, for commercial
* purposes or any other purpose, from a duly authorized officer of Momentum
* Ideas Co.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: devices/v1beta1/DevicesService_Beta1.proto
package io.bloombox.schema.services.devices.v1beta1;
public interface DeviceActivationOrBuilder extends
// @@protoc_insertion_point(interface_extends:bloombox.services.devices.v1beta1.DeviceActivation)
com.google.protobuf.MessageOrBuilder {
/**
*
* Unique ID for the device.
*
*
* string uuid = 1;
*/
java.lang.String getUuid();
/**
*
* Unique ID for the device.
*
*
* string uuid = 1;
*/
com.google.protobuf.ByteString
getUuidBytes();
/**
*
* Hostname for the device.
*
*
* string hostname = 2;
*/
java.lang.String getHostname();
/**
*
* Hostname for the device.
*
*
* string hostname = 2;
*/
com.google.protobuf.ByteString
getHostnameBytes();
/**
*
* Assignment information for the device.
*
*
* .bloombox.services.devices.v1beta1.DeviceAssignment assignment = 3;
*/
boolean hasAssignment();
/**
*
* Assignment information for the device.
*
*
* .bloombox.services.devices.v1beta1.DeviceAssignment assignment = 3;
*/
io.bloombox.schema.services.devices.v1beta1.DeviceAssignment getAssignment();
/**
*
* Assignment information for the device.
*
*
* .bloombox.services.devices.v1beta1.DeviceAssignment assignment = 3;
*/
io.bloombox.schema.services.devices.v1beta1.DeviceAssignmentOrBuilder getAssignmentOrBuilder();
/**
*
* Specifies an activation ticket for the subject device, including authorization information and a signed JWT that
* allows the device access to assigned information and credentials.
*
*
* .bloombox.security.DeviceTicket ticket = 4;
*/
boolean hasTicket();
/**
*
* Specifies an activation ticket for the subject device, including authorization information and a signed JWT that
* allows the device access to assigned information and credentials.
*
*
* .bloombox.security.DeviceTicket ticket = 4;
*/
io.bloombox.schema.security.DeviceSecurity.DeviceTicket getTicket();
/**
*
* Specifies an activation ticket for the subject device, including authorization information and a signed JWT that
* allows the device access to assigned information and credentials.
*
*
* .bloombox.security.DeviceTicket ticket = 4;
*/
io.bloombox.schema.security.DeviceSecurity.DeviceTicketOrBuilder getTicketOrBuilder();
/**
*
* Payload specifying endpoints the device should use under different circumstances, to include OAuth2, API use, and
* direct use of Firebase.
*
*
* .bloombox.services.devices.v1beta1.DeviceEndpoints endpoints = 5;
*/
boolean hasEndpoints();
/**
*
* Payload specifying endpoints the device should use under different circumstances, to include OAuth2, API use, and
* direct use of Firebase.
*
*
* .bloombox.services.devices.v1beta1.DeviceEndpoints endpoints = 5;
*/
io.bloombox.schema.services.devices.v1beta1.DeviceEndpoints getEndpoints();
/**
*
* Payload specifying endpoints the device should use under different circumstances, to include OAuth2, API use, and
* direct use of Firebase.
*
*
* .bloombox.services.devices.v1beta1.DeviceEndpoints endpoints = 5;
*/
io.bloombox.schema.services.devices.v1beta1.DeviceEndpointsOrBuilder getEndpointsOrBuilder();
/**
*
* If this device is assigned to broadcast a BLE signal, its configuration parameters are specified here, including
* the minimum required for an iBeacon (UUID, major and minor values).
*
*
* .opencannabis.proximity.BluetoothBeacon beacon = 6;
*/
boolean hasBeacon();
/**
*
* If this device is assigned to broadcast a BLE signal, its configuration parameters are specified here, including
* the minimum required for an iBeacon (UUID, major and minor values).
*
*
* .opencannabis.proximity.BluetoothBeacon beacon = 6;
*/
io.opencannabis.schema.proximity.BluetoothBeacon getBeacon();
/**
*
* If this device is assigned to broadcast a BLE signal, its configuration parameters are specified here, including
* the minimum required for an iBeacon (UUID, major and minor values).
*
*
* .opencannabis.proximity.BluetoothBeacon beacon = 6;
*/
io.opencannabis.schema.proximity.BluetoothBeaconOrBuilder getBeaconOrBuilder();
/**
*
* Specifies the cryptographic material this activated device should make use of when communicating with the Bloombox
* Platform server-side systems.
*
*
* .bloombox.services.devices.v1beta1.DeviceKeys credentials = 7;
*/
boolean hasCredentials();
/**
*
* Specifies the cryptographic material this activated device should make use of when communicating with the Bloombox
* Platform server-side systems.
*
*
* .bloombox.services.devices.v1beta1.DeviceKeys credentials = 7;
*/
io.bloombox.schema.services.devices.v1beta1.DeviceKeys getCredentials();
/**
*
* Specifies the cryptographic material this activated device should make use of when communicating with the Bloombox
* Platform server-side systems.
*
*
* .bloombox.services.devices.v1beta1.DeviceKeys credentials = 7;
*/
io.bloombox.schema.services.devices.v1beta1.DeviceKeysOrBuilder getCredentialsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy