com.google.ads.googleads.v17.resources.QualifyingQuestionOrBuilder 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/resources/qualifying_question.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface QualifyingQuestionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.QualifyingQuestion)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the qualifying question.
*
* 'qualifyingQuestions/{qualifyingQuestionId}'
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* Output only. The resource name of the qualifying question.
*
* 'qualifyingQuestions/{qualifyingQuestionId}'
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. The id of the qualifying question.
*
*
* int64 qualifying_question_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The qualifyingQuestionId.
*/
long getQualifyingQuestionId();
/**
*
* Output only. The locale of the qualifying question.
*
*
* string locale = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The locale.
*/
java.lang.String getLocale();
/**
*
* Output only. The locale of the qualifying question.
*
*
* string locale = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for locale.
*/
com.google.protobuf.ByteString
getLocaleBytes();
/**
*
* Output only. The qualifying question.
*
*
* string text = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The text.
*/
java.lang.String getText();
/**
*
* Output only. The qualifying question.
*
*
* string text = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for text.
*/
com.google.protobuf.ByteString
getTextBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy