com.spotify.confidence.events.v1.PublishEventsRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: confidence/events/v1/api.proto
package com.spotify.confidence.events.v1;
public interface PublishEventsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:confidence.events.v1.PublishEventsRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string client_secret = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The clientSecret.
*/
java.lang.String getClientSecret();
/**
* string client_secret = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for clientSecret.
*/
com.google.protobuf.ByteString
getClientSecretBytes();
/**
* repeated .confidence.events.v1.Event events = 2 [(.google.api.field_behavior) = REQUIRED];
*/
java.util.List
getEventsList();
/**
* repeated .confidence.events.v1.Event events = 2 [(.google.api.field_behavior) = REQUIRED];
*/
com.spotify.confidence.events.v1.Event getEvents(int index);
/**
* repeated .confidence.events.v1.Event events = 2 [(.google.api.field_behavior) = REQUIRED];
*/
int getEventsCount();
/**
* repeated .confidence.events.v1.Event events = 2 [(.google.api.field_behavior) = REQUIRED];
*/
java.util.List extends com.spotify.confidence.events.v1.EventOrBuilder>
getEventsOrBuilderList();
/**
* repeated .confidence.events.v1.Event events = 2 [(.google.api.field_behavior) = REQUIRED];
*/
com.spotify.confidence.events.v1.EventOrBuilder getEventsOrBuilder(
int index);
/**
*
* The client time when the request was sent.
*
*
* .google.protobuf.Timestamp send_time = 3 [(.google.api.field_behavior) = REQUIRED];
* @return Whether the sendTime field is set.
*/
boolean hasSendTime();
/**
*
* The client time when the request was sent.
*
*
* .google.protobuf.Timestamp send_time = 3 [(.google.api.field_behavior) = REQUIRED];
* @return The sendTime.
*/
com.google.protobuf.Timestamp getSendTime();
/**
*
* The client time when the request was sent.
*
*
* .google.protobuf.Timestamp send_time = 3 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.protobuf.TimestampOrBuilder getSendTimeOrBuilder();
/**
*
* Information about the SDK used to initiate the request.
*
*
* .confidence.events.v1.Sdk sdk = 4 [(.google.api.field_behavior) = OPTIONAL];
* @return Whether the sdk field is set.
*/
boolean hasSdk();
/**
*
* Information about the SDK used to initiate the request.
*
*
* .confidence.events.v1.Sdk sdk = 4 [(.google.api.field_behavior) = OPTIONAL];
* @return The sdk.
*/
com.spotify.confidence.events.v1.Sdk getSdk();
/**
*
* Information about the SDK used to initiate the request.
*
*
* .confidence.events.v1.Sdk sdk = 4 [(.google.api.field_behavior) = OPTIONAL];
*/
com.spotify.confidence.events.v1.SdkOrBuilder getSdkOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy