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

com.google.cloud.visionai.v1.AppPlatformEventBodyOrBuilder Maven / Gradle / Ivy

/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * 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: google/cloud/visionai/v1/annotations.proto

// Protobuf Java Version: 3.25.3
package com.google.cloud.visionai.v1;

public interface AppPlatformEventBodyOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.visionai.v1.AppPlatformEventBody)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Human readable string of the event like "There are more than 6 people in
   * the scene". or "Shelf is empty!".
   * 
* * string event_message = 1; * * @return The eventMessage. */ java.lang.String getEventMessage(); /** * * *
   * Human readable string of the event like "There are more than 6 people in
   * the scene". or "Shelf is empty!".
   * 
* * string event_message = 1; * * @return The bytes for eventMessage. */ com.google.protobuf.ByteString getEventMessageBytes(); /** * * *
   * For the case of Pub/Sub, it will be stored in the message attributes.
   * ​​pubsub.proto
   * 
* * .google.protobuf.Struct payload = 2; * * @return Whether the payload field is set. */ boolean hasPayload(); /** * * *
   * For the case of Pub/Sub, it will be stored in the message attributes.
   * ​​pubsub.proto
   * 
* * .google.protobuf.Struct payload = 2; * * @return The payload. */ com.google.protobuf.Struct getPayload(); /** * * *
   * For the case of Pub/Sub, it will be stored in the message attributes.
   * ​​pubsub.proto
   * 
* * .google.protobuf.Struct payload = 2; */ com.google.protobuf.StructOrBuilder getPayloadOrBuilder(); /** * * *
   * User defined Event Id, used to classify event, within a delivery interval,
   * events from the same application instance with the same id will be
   * de-duplicated & only first one will be sent out. Empty event_id will be
   * treated as "".
   * 
* * string event_id = 3; * * @return The eventId. */ java.lang.String getEventId(); /** * * *
   * User defined Event Id, used to classify event, within a delivery interval,
   * events from the same application instance with the same id will be
   * de-duplicated & only first one will be sent out. Empty event_id will be
   * treated as "".
   * 
* * string event_id = 3; * * @return The bytes for eventId. */ com.google.protobuf.ByteString getEventIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy