com.google.ads.googleads.v17.resources.LifeEventOrBuilder 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/life_event.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface LifeEventOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.LifeEvent)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the life event.
* Life event resource names have the form:
*
* `customers/{customer_id}/lifeEvents/{life_event_id}`
*
*
* 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 life event.
* Life event resource names have the form:
*
* `customers/{customer_id}/lifeEvents/{life_event_id}`
*
*
* 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 life event.
*
*
* int64 id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The id.
*/
long getId();
/**
*
* Output only. The name of the life event, for example,"Recently Moved"
*
*
* string name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The name.
*/
java.lang.String getName();
/**
*
* Output only. The name of the life event, for example,"Recently Moved"
*
*
* string name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* Output only. The parent of the life_event.
*
*
* string parent = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The parent.
*/
java.lang.String getParent();
/**
*
* Output only. The parent of the life_event.
*
*
* string parent = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for parent.
*/
com.google.protobuf.ByteString
getParentBytes();
/**
*
* Output only. True if the life event is launched to all channels and
* locales.
*
*
* bool launched_to_all = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The launchedToAll.
*/
boolean getLaunchedToAll();
/**
*
* Output only. Availability information of the life event.
*
*
* repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
java.util.List
getAvailabilitiesList();
/**
*
* Output only. Availability information of the life event.
*
*
* repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.CriterionCategoryAvailability getAvailabilities(int index);
/**
*
* Output only. Availability information of the life event.
*
*
* repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
int getAvailabilitiesCount();
/**
*
* Output only. Availability information of the life event.
*
*
* repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
java.util.List extends com.google.ads.googleads.v17.common.CriterionCategoryAvailabilityOrBuilder>
getAvailabilitiesOrBuilderList();
/**
*
* Output only. Availability information of the life event.
*
*
* repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.CriterionCategoryAvailabilityOrBuilder getAvailabilitiesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy