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

com.navercorp.pinpoint.grpc.trace.PCmdServiceHandshakeOrBuilder Maven / Gradle / Ivy

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

package com.navercorp.pinpoint.grpc.trace;

public interface PCmdServiceHandshakeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:v1.PCmdServiceHandshake)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * initial message
   * 
* * repeated int32 supportCommandServiceKey = 1; * @return A list containing the supportCommandServiceKey. */ java.util.List getSupportCommandServiceKeyList(); /** *
   * initial message
   * 
* * repeated int32 supportCommandServiceKey = 1; * @return The count of supportCommandServiceKey. */ int getSupportCommandServiceKeyCount(); /** *
   * initial message
   * 
* * repeated int32 supportCommandServiceKey = 1; * @param index The index of the element to return. * @return The supportCommandServiceKey at the given index. */ int getSupportCommandServiceKey(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy