// 
// Decompiled by Procyon v0.6.0
// 

package com.google.protobuf;

import java.util.List;

public interface MethodOrBuilder extends MessageOrBuilder
{
    String getName();
    
    ByteString getNameBytes();
    
    String getRequestTypeUrl();
    
    ByteString getRequestTypeUrlBytes();
    
    boolean getRequestStreaming();
    
    String getResponseTypeUrl();
    
    ByteString getResponseTypeUrlBytes();
    
    boolean getResponseStreaming();
    
    List<Option> getOptionsList();
    
    Option getOptions(final int index);
    
    int getOptionsCount();
    
    List<? extends OptionOrBuilder> getOptionsOrBuilderList();
    
    OptionOrBuilder getOptionsOrBuilder(final int index);
    
    @Deprecated
    int getSyntaxValue();
    
    @Deprecated
    Syntax getSyntax();
    
    @Deprecated
    String getEdition();
    
    @Deprecated
    ByteString getEditionBytes();
}
