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

io.grpc.reflection.v1alpha.ExtensionRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.3.0-beta.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: reflectionV1Alpha.proto

package io.grpc.reflection.v1alpha;

public interface ExtensionRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.reflection.v1alpha.ExtensionRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Fully-qualified type name. The format should be <package>.<type>
   * 
* * string containing_type = 1; * @return The containingType. */ java.lang.String getContainingType(); /** *
   * Fully-qualified type name. The format should be <package>.<type>
   * 
* * string containing_type = 1; * @return The bytes for containingType. */ com.google.protobuf.ByteString getContainingTypeBytes(); /** * int32 extension_number = 2; * @return The extensionNumber. */ int getExtensionNumber(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy