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

io.bloombox.schema.services.telemetry.v1beta4.TelemetryResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/*
 * Copyright 2018, 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: telemetry/v1beta4/TelemetryService_Beta4.proto

package io.bloombox.schema.services.telemetry.v1beta4;

public interface TelemetryResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:bloombox.services.telemetry.v1beta4.TelemetryResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Status of the operation.
   * 
* * .bloombox.services.telemetry.v1beta4.OperationStatus status = 1; */ int getStatusValue(); /** *
   * Status of the operation.
   * 
* * .bloombox.services.telemetry.v1beta4.OperationStatus status = 1; */ io.bloombox.schema.services.telemetry.v1beta4.OperationStatus getStatus(); /** *
   * Count of events submitted.
   * 
* * uint32 count = 2; */ int getCount(); /** *
   * Service maintenance status, if applicable.
   * 
* * .bloombox.services.ServiceStatus service = 3; */ int getServiceValue(); /** *
   * Service maintenance status, if applicable.
   * 
* * .bloombox.services.ServiceStatus service = 3; */ io.bloombox.schema.services.ServiceStatus getService(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy