Uses of Class
io.opencensus.proto.agent.common.v1.ServiceInfo
-
Packages that use ServiceInfo Package Description io.opencensus.proto.agent.common.v1 -
-
Uses of ServiceInfo in io.opencensus.proto.agent.common.v1
Methods in io.opencensus.proto.agent.common.v1 that return ServiceInfo Modifier and Type Method Description ServiceInfoServiceInfo.Builder. build()ServiceInfoServiceInfo.Builder. buildPartial()static ServiceInfoServiceInfo. getDefaultInstance()ServiceInfoServiceInfo.Builder. getDefaultInstanceForType()ServiceInfoServiceInfo. getDefaultInstanceForType()ServiceInfoNode.Builder. getServiceInfo()Additional information on service.ServiceInfoNode. getServiceInfo()Additional information on service.ServiceInfoNodeOrBuilder. getServiceInfo()Additional information on service.static ServiceInfoServiceInfo. parseDelimitedFrom(InputStream input)static ServiceInfoServiceInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceInfoServiceInfo. parseFrom(byte[] data)static ServiceInfoServiceInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceInfoServiceInfo. parseFrom(com.google.protobuf.ByteString data)static ServiceInfoServiceInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceInfoServiceInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ServiceInfoServiceInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceInfoServiceInfo. parseFrom(InputStream input)static ServiceInfoServiceInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceInfoServiceInfo. parseFrom(ByteBuffer data)static ServiceInfoServiceInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opencensus.proto.agent.common.v1 that return types with arguments of type ServiceInfo Modifier and Type Method Description com.google.protobuf.Parser<ServiceInfo>ServiceInfo. getParserForType()static com.google.protobuf.Parser<ServiceInfo>ServiceInfo. parser()Methods in io.opencensus.proto.agent.common.v1 with parameters of type ServiceInfo Modifier and Type Method Description ServiceInfo.BuilderServiceInfo.Builder. mergeFrom(ServiceInfo other)Node.BuilderNode.Builder. mergeServiceInfo(ServiceInfo value)Additional information on service.static ServiceInfo.BuilderServiceInfo. newBuilder(ServiceInfo prototype)Node.BuilderNode.Builder. setServiceInfo(ServiceInfo value)Additional information on service.
-