All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.ResidencyOrBuilder Maven / Gradle / Ivy

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 ResidencyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.Residency)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. Name of the institution at which the residency was completed.
   * 
* * 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 institution at which the residency was completed.
   * 
* * optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The institutionName. */ java.lang.String getInstitutionName(); /** *
   * Output only. Name of the institution at which the residency was completed.
   * 
* * optional string institution_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for institutionName. */ com.google.protobuf.ByteString getInstitutionNameBytes(); /** *
   * Output only. Year of completion.
   * 
* * optional int32 completion_year = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the completionYear field is set. */ boolean hasCompletionYear(); /** *
   * Output only. Year of completion.
   * 
* * optional int32 completion_year = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The completionYear. */ int getCompletionYear(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy