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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/reflection/v1/reflection.proto

// Protobuf Java Version: 3.25.5
package io.grpc.reflection.v1;

public interface ExtensionRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.reflection.v1.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 - 2025 Weber Informatics LLC | Privacy Policy