public static final class ListServiceResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListServiceResponse.Builder> implements ListServiceResponseOrBuilder
A list of ServiceResponse sent by the server answering list_services request.Protobuf type
grpc.reflection.v1alpha.ListServiceResponse| Modifier and Type | Method and Description |
|---|---|
ListServiceResponse.Builder |
addAllService(Iterable<? extends ServiceResponse> values)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ListServiceResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListServiceResponse.Builder |
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.
|
ListServiceResponse.Builder |
addService(int index,
ServiceResponse value)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ListServiceResponse.Builder |
addService(ServiceResponse.Builder builderForValue)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ListServiceResponse.Builder |
addService(ServiceResponse value)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ServiceResponse.Builder |
addServiceBuilder()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ServiceResponse.Builder |
addServiceBuilder(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ListServiceResponse |
build() |
ListServiceResponse |
buildPartial() |
ListServiceResponse.Builder |
clear() |
ListServiceResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListServiceResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListServiceResponse.Builder |
clearService()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ListServiceResponse.Builder |
clone() |
ListServiceResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ServiceResponse |
getService(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ServiceResponse.Builder |
getServiceBuilder(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
List<ServiceResponse.Builder> |
getServiceBuilderList()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
int |
getServiceCount()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
List<ServiceResponse> |
getServiceList()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ServiceResponseOrBuilder |
getServiceOrBuilder(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
List<? extends ServiceResponseOrBuilder> |
getServiceOrBuilderList()
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListServiceResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListServiceResponse.Builder |
mergeFrom(ListServiceResponse other) |
ListServiceResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListServiceResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListServiceResponse.Builder |
removeService(int index)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ListServiceResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListServiceResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListServiceResponse.Builder |
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.
|
ListServiceResponse.Builder |
setService(int index,
ServiceResponse value)
The information of each service may be expanded in the future, so we use
ServiceResponse message to encapsulate it.
|
ListServiceResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListServiceResponse.Builder>public ListServiceResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListServiceResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListServiceResponse.Builder>public ListServiceResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListServiceResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListServiceResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListServiceResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListServiceResponse.Builder>public ListServiceResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListServiceResponse.Builder>public ListServiceResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListServiceResponse.Builder>public ListServiceResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListServiceResponse.Builder>public ListServiceResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListServiceResponse.Builder>public ListServiceResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListServiceResponse.Builder>public ListServiceResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListServiceResponse.Builder>public ListServiceResponse.Builder mergeFrom(ListServiceResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListServiceResponse.Builder>public ListServiceResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListServiceResponse.Builder>IOExceptionpublic List<ServiceResponse> 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;getServiceList in interface ListServiceResponseOrBuilderpublic 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;getServiceCount in interface ListServiceResponseOrBuilderpublic ServiceResponse getService(int index)
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;getService in interface ListServiceResponseOrBuilderpublic ListServiceResponse.Builder setService(int index, ServiceResponse value)
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;public ListServiceResponse.Builder 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.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1;public ListServiceResponse.Builder addService(ServiceResponse value)
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;public ListServiceResponse.Builder addService(int index, ServiceResponse value)
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;public ListServiceResponse.Builder addService(ServiceResponse.Builder builderForValue)
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;public ListServiceResponse.Builder 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.
repeated .grpc.reflection.v1alpha.ServiceResponse service = 1;public ListServiceResponse.Builder addAllService(Iterable<? extends ServiceResponse> values)
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;public ListServiceResponse.Builder 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;public ListServiceResponse.Builder removeService(int index)
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;public ServiceResponse.Builder getServiceBuilder(int index)
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;public ServiceResponseOrBuilder getServiceOrBuilder(int index)
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;getServiceOrBuilder in interface ListServiceResponseOrBuilderpublic List<? extends ServiceResponseOrBuilder> getServiceOrBuilderList()
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;getServiceOrBuilderList in interface ListServiceResponseOrBuilderpublic ServiceResponse.Builder addServiceBuilder()
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;public ServiceResponse.Builder addServiceBuilder(int index)
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;public List<ServiceResponse.Builder> getServiceBuilderList()
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;public final ListServiceResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListServiceResponse.Builder>public final ListServiceResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListServiceResponse.Builder>