com.google.ads.googleads.v17.resources.UniversityDegreeOrBuilder 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/local_services_employee.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface UniversityDegreeOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.UniversityDegree)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. Name of the university at which the degree was obtained.
*
*
* optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the institutionName field is set.
*/
boolean hasInstitutionName();
/**
*
* Output only. Name of the university at which the degree was obtained.
*
*
* optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The institutionName.
*/
java.lang.String getInstitutionName();
/**
*
* Output only. Name of the university at which the degree was obtained.
*
*
* optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for institutionName.
*/
com.google.protobuf.ByteString
getInstitutionNameBytes();
/**
*
* Output only. Name of the degree obtained.
*
*
* optional string degree = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the degree field is set.
*/
boolean hasDegree();
/**
*
* Output only. Name of the degree obtained.
*
*
* optional string degree = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The degree.
*/
java.lang.String getDegree();
/**
*
* Output only. Name of the degree obtained.
*
*
* optional string degree = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for degree.
*/
com.google.protobuf.ByteString
getDegreeBytes();
/**
*
* Output only. Year of graduation.
*
*
* optional int32 graduation_year = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the graduationYear field is set.
*/
boolean hasGraduationYear();
/**
*
* Output only. Year of graduation.
*
*
* optional int32 graduation_year = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The graduationYear.
*/
int getGraduationYear();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy