All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.bloombox.schema.services.devices.v1beta1.DeviceEndpointsOrBuilder Maven / Gradle / Ivy

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 DeviceEndpointsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:bloombox.services.devices.v1beta1.DeviceEndpoints)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * OAuth2 endpoint to use for authorization. Default value is "authorize.bloombox.cloud".
   * 
* * .bloombox.services.devices.v1beta1.OAuth2Endpoints oauth2 = 1; */ boolean hasOauth2(); /** *
   * OAuth2 endpoint to use for authorization. Default value is "authorize.bloombox.cloud".
   * 
* * .bloombox.services.devices.v1beta1.OAuth2Endpoints oauth2 = 1; */ io.bloombox.schema.services.devices.v1beta1.OAuth2Endpoints getOauth2(); /** *
   * OAuth2 endpoint to use for authorization. Default value is "authorize.bloombox.cloud".
   * 
* * .bloombox.services.devices.v1beta1.OAuth2Endpoints oauth2 = 1; */ io.bloombox.schema.services.devices.v1beta1.OAuth2EndpointsOrBuilder getOauth2OrBuilder(); /** *
   * Link to login and account management.
   * 
* * string account = 2; */ java.lang.String getAccount(); /** *
   * Link to login and account management.
   * 
* * string account = 2; */ com.google.protobuf.ByteString getAccountBytes(); /** *
   * Main API endpoint/host to make use of. Default value is "api.bloombox.cloud".
   * 
* * string api = 3; */ java.lang.String getApi(); /** *
   * Main API endpoint/host to make use of. Default value is "api.bloombox.cloud".
   * 
* * string api = 3; */ com.google.protobuf.ByteString getApiBytes(); /** *
   * RPC endpoint, for raw gRPC service use.
   * 
* * string rpc = 4; */ java.lang.String getRpc(); /** *
   * RPC endpoint, for raw gRPC service use.
   * 
* * string rpc = 4; */ com.google.protobuf.ByteString getRpcBytes(); /** *
   * Issuer auth project name to use. Default value is "bloom-auth".
   * 
* * string issuer = 5; */ java.lang.String getIssuer(); /** *
   * Issuer auth project name to use. Default value is "bloom-auth".
   * 
* * string issuer = 5; */ com.google.protobuf.ByteString getIssuerBytes(); /** *
   * Main database project name to use. Default value is "bloom-db".
   * 
* * string db = 6; */ java.lang.String getDb(); /** *
   * Main database project name to use. Default value is "bloom-db".
   * 
* * string db = 6; */ com.google.protobuf.ByteString getDbBytes(); /** *
   * Database project name to use. Default value is "bloombox-io".
   * 
* * string realtime = 7; */ java.lang.String getRealtime(); /** *
   * Database project name to use. Default value is "bloombox-io".
   * 
* * string realtime = 7; */ com.google.protobuf.ByteString getRealtimeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy