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.int
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.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, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getServiceList
in 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:
getServiceCount
in 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:
getService
in 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"];
-