com.google.ads.googleads.v17.services.UploadUserDataResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/user_data_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface UploadUserDataResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.UploadUserDataResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The date time at which the request was received by API, formatted as
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string upload_date_time = 3;
* @return Whether the uploadDateTime field is set.
*/
boolean hasUploadDateTime();
/**
*
* The date time at which the request was received by API, formatted as
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string upload_date_time = 3;
* @return The uploadDateTime.
*/
java.lang.String getUploadDateTime();
/**
*
* The date time at which the request was received by API, formatted as
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string upload_date_time = 3;
* @return The bytes for uploadDateTime.
*/
com.google.protobuf.ByteString
getUploadDateTimeBytes();
/**
*
* Number of upload data operations received by API.
*
*
* optional int32 received_operations_count = 4;
* @return Whether the receivedOperationsCount field is set.
*/
boolean hasReceivedOperationsCount();
/**
*
* Number of upload data operations received by API.
*
*
* optional int32 received_operations_count = 4;
* @return The receivedOperationsCount.
*/
int getReceivedOperationsCount();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy