
com.google.cloud.visionai.v1.ServerMetadataOrBuilder 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/streaming_resources.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.visionai.v1;
public interface ServerMetadataOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.visionai.v1.ServerMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The offset position for the packet in its stream.
*
*
* int64 offset = 1;
*
* @return The offset.
*/
long getOffset();
/**
*
*
*
* The timestamp at which the stream server receives this packet. This is
* based on the local clock of on the server side. It is guaranteed to be
* monotonically increasing for the packets within each session; however
* this timestamp is not comparable across packets sent to the same stream
* different sessions. Session here refers to one individual gRPC streaming
* request to the stream server.
*
*
* .google.protobuf.Timestamp ingest_time = 2;
*
* @return Whether the ingestTime field is set.
*/
boolean hasIngestTime();
/**
*
*
*
* The timestamp at which the stream server receives this packet. This is
* based on the local clock of on the server side. It is guaranteed to be
* monotonically increasing for the packets within each session; however
* this timestamp is not comparable across packets sent to the same stream
* different sessions. Session here refers to one individual gRPC streaming
* request to the stream server.
*
*
* .google.protobuf.Timestamp ingest_time = 2;
*
* @return The ingestTime.
*/
com.google.protobuf.Timestamp getIngestTime();
/**
*
*
*
* The timestamp at which the stream server receives this packet. This is
* based on the local clock of on the server side. It is guaranteed to be
* monotonically increasing for the packets within each session; however
* this timestamp is not comparable across packets sent to the same stream
* different sessions. Session here refers to one individual gRPC streaming
* request to the stream server.
*
*
* .google.protobuf.Timestamp ingest_time = 2;
*/
com.google.protobuf.TimestampOrBuilder getIngestTimeOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy