Class ListServiceResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<ListServiceResponse,ListServiceResponse.Builder>
com.viam.sdk.core.rpc.reflectionv1alpha.ListServiceResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,ListServiceResponseOrBuilder,Cloneable
- Enclosing class:
- ListServiceResponse
public static final class ListServiceResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<ListServiceResponse,ListServiceResponse.Builder>
implements ListServiceResponseOrBuilder
A list of ServiceResponse sent by the server answering list_services request.
Protobuf type grpc.reflection.v1alpha.ListServiceResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionaddAllService(Iterable<? extends ServiceResponse> values) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.addService(int index, ServiceResponse value) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.addService(int index, ServiceResponse.Builder builderForValue) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.addService(ServiceResponse value) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.addService(ServiceResponse.Builder builderForValue) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.getService(int index) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.intThe information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.removeService(int index) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.setService(int index, ServiceResponse value) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.setService(int index, ServiceResponse.Builder builderForValue) The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getServiceList
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1 [json_name = "service"];- Specified by:
getServiceListin interfaceListServiceResponseOrBuilder
-
getServiceCount
public int getServiceCount()The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1 [json_name = "service"];- Specified by:
getServiceCountin interfaceListServiceResponseOrBuilder
-
getService
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1 [json_name = "service"];- Specified by:
getServicein interfaceListServiceResponseOrBuilder
-
setService
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1 [json_name = "service"]; -
setService
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1 [json_name = "service"]; -
addService
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1 [json_name = "service"]; -
addService
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1 [json_name = "service"]; -
addService
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1 [json_name = "service"]; -
addService
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1 [json_name = "service"]; -
addAllService
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1 [json_name = "service"]; -
clearService
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1 [json_name = "service"]; -
removeService
The information of each service may be expanded in the future, so we use ServiceResponse message to encapsulate it.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1 [json_name = "service"];
-