
com.google.apphosting.base.protos.AliasContextOrBuilder Maven / Gradle / Ivy
// 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