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

com.google.apphosting.base.protos.AliasContextOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.33
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: source_context.proto

package com.google.apphosting.base.protos;

public interface AliasContextOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.devtools.source.v1.AliasContext)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The alias kind.
   * 
* * .google.devtools.source.v1.AliasContext.Kind kind = 1; * @return The enum numeric value on the wire for kind. */ int getKindValue(); /** *
   * The alias kind.
   * 
* * .google.devtools.source.v1.AliasContext.Kind kind = 1; * @return The kind. */ com.google.apphosting.base.protos.AliasContext.Kind getKind(); /** *
   * The alias name.
   * 
* * string name = 2; * @return The name. */ java.lang.String getName(); /** *
   * The alias name.
   * 
* * string name = 2; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy